-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Adding a new config and plugins for cluter-api-provider-kubevirt #12318
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| # DO NOT EDIT; this file is auto-generated using https://github.com/openshift/ci-tools. | ||
| # See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md | ||
|
|
||
| approvers: | ||
| - bardielle | ||
| - ravidbro | ||
| - nirarg | ||
| - chenyosef | ||
| options: {} | ||
| reviewers: | ||
| - bardielle | ||
| - ravidbro | ||
| - nirarg | ||
| - chenyosef | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,42 @@ | ||
| base_images: | ||
| base: | ||
| name: "4.7" | ||
| namespace: ocp | ||
| tag: base | ||
| ocp_builder_rhel-8-golang-openshift-4.6: | ||
| name: builder | ||
| namespace: ocp | ||
| tag: rhel-8-golang-openshift-4.6 | ||
|
Comment on lines
6
to
9
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. To prevent confusion -- the |
||
| openshift_release_golang-1.13: | ||
| name: release | ||
| namespace: openshift | ||
| tag: golang-1.13 | ||
| binary_build_commands: make build | ||
| build_root: | ||
| image_stream_tag: | ||
| name: release | ||
| namespace: openshift | ||
| tag: golang-1.13 | ||
| images: | ||
| - dockerfile_path: Dockerfile.rhel | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I sent openshift/cluster-api-provider-kubevirt#3 to rename the file to Dockerfile.rhel
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks I approved it |
||
| from: base | ||
| inputs: | ||
| ocp_builder_rhel-8-golang-openshift-4.6: | ||
| as: | ||
| - registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-openshift-4.6 | ||
| to: kubevirt-machine-controllers | ||
|
Comment on lines
24
to
27
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The |
||
| promotion: | ||
| name: "4.7" | ||
| namespace: ocp | ||
| resources: | ||
| '*': | ||
| requests: | ||
| cpu: 100m | ||
| memory: 200Mi | ||
| tag_specification: | ||
| name: "4.7" | ||
| namespace: ocp | ||
| zz_generated_metadata: | ||
| branch: master | ||
| org: openshift | ||
| repo: cluster-api-provider-kubevirt | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| # DO NOT EDIT; this file is auto-generated using https://github.com/openshift/ci-tools. | ||
| # See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md | ||
|
|
||
| approvers: | ||
| - bardielle | ||
| - ravidbro | ||
| - nirarg | ||
| - chenyosef | ||
| options: {} | ||
| reviewers: | ||
| - bardielle | ||
| - ravidbro | ||
| - nirarg | ||
| - chenyosef |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| postsubmits: | ||
| openshift/cluster-api-provider-kubevirt: | ||
| - agent: kubernetes | ||
| branches: | ||
| - ^master$ | ||
| cluster: api.ci | ||
| decorate: true | ||
| decoration_config: | ||
| skip_cloning: true | ||
| labels: | ||
| ci-operator.openshift.io/is-promotion: "true" | ||
| ci-operator.openshift.io/prowgen-controlled: "true" | ||
| max_concurrency: 1 | ||
| name: branch-ci-openshift-cluster-api-provider-kubevirt-master-images | ||
| spec: | ||
| containers: | ||
| - args: | ||
| - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson | ||
| - --promote | ||
| - --report-password-file=/etc/report/password.txt | ||
| - --report-username=ci | ||
| - --target=[images] | ||
| command: | ||
| - ci-operator | ||
| image: ci-operator:latest | ||
| imagePullPolicy: Always | ||
| name: "" | ||
| resources: | ||
| requests: | ||
| cpu: 10m | ||
| volumeMounts: | ||
| - mountPath: /etc/pull-secret | ||
| name: pull-secret | ||
| readOnly: true | ||
| - mountPath: /etc/report | ||
| name: result-aggregator | ||
| readOnly: true | ||
| serviceAccountName: ci-operator | ||
| volumes: | ||
| - name: pull-secret | ||
| secret: | ||
| secretName: registry-pull-credentials | ||
| - name: result-aggregator | ||
| secret: | ||
| secretName: result-aggregator |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,48 @@ | ||
| presubmits: | ||
| openshift/cluster-api-provider-kubevirt: | ||
| - agent: kubernetes | ||
| always_run: true | ||
| branches: | ||
| - master | ||
| cluster: build01 | ||
| context: ci/prow/images | ||
| decorate: true | ||
| decoration_config: | ||
| skip_cloning: true | ||
| labels: | ||
| ci-operator.openshift.io/prowgen-controlled: "true" | ||
| pj-rehearse.openshift.io/can-be-rehearsed: "true" | ||
| name: pull-ci-openshift-cluster-api-provider-kubevirt-master-images | ||
| rerun_command: /test images | ||
| spec: | ||
| containers: | ||
| - args: | ||
| - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson | ||
| - --report-password-file=/etc/report/password.txt | ||
| - --report-username=ci | ||
| - --target=[images] | ||
| - --target=[release:latest] | ||
| command: | ||
| - ci-operator | ||
| image: ci-operator:latest | ||
| imagePullPolicy: Always | ||
| name: "" | ||
| resources: | ||
| requests: | ||
| cpu: 10m | ||
| volumeMounts: | ||
| - mountPath: /etc/pull-secret | ||
| name: pull-secret | ||
| readOnly: true | ||
| - mountPath: /etc/report | ||
| name: result-aggregator | ||
| readOnly: true | ||
| serviceAccountName: ci-operator | ||
| volumes: | ||
| - name: pull-secret | ||
| secret: | ||
| secretName: registry-pull-credentials | ||
| - name: result-aggregator | ||
| secret: | ||
| secretName: result-aggregator | ||
| trigger: (?m)^/test( | .* )images,?($|\s.*) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bardielle Please add me as well