Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WINC-813: Add optional Windows e2e GCP jobs #31260

Merged
merged 2 commits into from Aug 11, 2022

Commits on Aug 11, 2022

  1. Add Windows GCP e2e jobs

    Adds config to master and release-4.12 branches.
    Jobs generated with `make update`.
    sebsoto committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    f24f8aa View commit details
    Browse the repository at this point in the history
  2. Prevent Windows GCP job from running automatically

    * Sets job to optional, so it will not block merges.
    * Removes the triggers for automatically running the job against WMCO
      PRs. This still allows for it to be manually triggered on PRs.
    
    This commit should be reverted when the job is consistently able to
    pass.
    sebsoto committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    e0c7295 View commit details
    Browse the repository at this point in the history