-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Bootstrap CI configuration for terraform-windows-provisioner #73680
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
Bootstrap CI configuration for terraform-windows-provisioner #73680
Conversation
Add CI operator configuration to enable building the terraform-windows-provisioner container image. This is the first step in a 2-PR approach to add Windows BYOH provisioning support to Prow CI. This PR contains only the image build configuration: - CI operator config for building the container image - Postsubmit job to build and promote to registry.ci - Presubmit job for testing image builds on PRs Prerequisites: - Dockerfile fixed in openshift/terraform-windows-provisioner#7 - Plugin configuration already merged in openshift#73368 After this PR merges: - Postsubmit will build and push image to registry.ci.openshift.org/ci/terraform-windows-provisioner:latest - Image will be available for step-registry components in follow-up PR Related: openshift#71002
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@rrasouli: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/pj-rehearse ack |
|
@rrasouli: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rrasouli, weinliu The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Add CI operator configuration to enable building the terraform-windows-provisioner container image. This is the first step in a 2-PR approach to add Windows BYOH provisioning support to Prow CI.
This PR contains only the image build configuration:
Prerequisites:
After this PR merges:
Related: #71002