Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,25 @@ tests:
requests:
cpu: 100m
workflow: ipi-aws
- as: e2e-aws-operator-serial-ote
skip_if_only_changed: ^\.tekton/|bundle.Dockerfile|\.md$|^(LICENSE|OWNERS)$
steps:
cluster_profile: openshift-org-aws
dependencies:
EXTENSION_IMAGE: cli-manager-operator
env:
EXTENSION_BINARY_PATH: /usr/bin/cli-manager-operator-tests-ext.gz
EXTENSION_COMPONENT_NAME: cli-manager-operator
FIPS_ENABLED: "true"
TEST_SUITE: openshift/cli-manager-operator/operator/serial
pre:
- chain: ipi-aws-pre
- ref: fips-check
test:
- ref: openshift-tests-extension-setup-out-of-payload
- ref: cli-manager-install-krew
- ref: openshift-e2e-test
workflow: ipi-aws
- as: security
optional: true
skip_if_only_changed: ^\.tekton/|bundle.Dockerfile|\.md$|^(LICENSE|OWNERS)$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,24 @@ tests:
requests:
cpu: 100m
workflow: ipi-aws
- as: e2e-aws-operator-serial-ote
skip_if_only_changed: ^\.tekton/|^bundle\.Dockerfile$|\.md$|^(?:.*/)?(?:\.gitignore|LICENSE|OWNERS)$
steps:
cluster_profile: openshift-org-aws
dependencies:
EXTENSION_IMAGE: cluster-kube-descheduler-operator
env:
EXTENSION_BINARY_PATH: /usr/bin/cluster-kube-descheduler-operator-tests-ext.gz
EXTENSION_COMPONENT_NAME: cluster-kube-descheduler-operator
FIPS_ENABLED: "true"
TEST_SUITE: openshift/cluster-kube-descheduler-operator/operator/serial
pre:
- chain: ipi-aws-pre
- ref: fips-check
test:
- ref: openshift-tests-extension-setup-out-of-payload
- ref: openshift-e2e-test
workflow: ipi-aws
zz_generated_metadata:
branch: main
org: openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,26 @@ tests:
requests:
cpu: 100m
workflow: ipi-aws
- always_run: false
as: e2e-aws-operator-serial-ote
optional: true
skip_if_only_changed: ^\.tekton/|bundle.Dockerfile|\.md$|^(LICENSE|OWNERS)$
steps:
cluster_profile: openshift-org-aws
dependencies:
EXTENSION_IMAGE: run-once-duration-override-operator
env:
EXTENSION_BINARY_PATH: /usr/bin/run-once-duration-override-operator-tests-ext.gz
EXTENSION_COMPONENT_NAME: run-once-duration-override-operator
Comment thread
ropatil010 marked this conversation as resolved.
FIPS_ENABLED: "true"
TEST_SUITE: openshift/run-once-duration-override-operator/operator/serial
pre:
- chain: ipi-aws-pre
- ref: fips-check
test:
- ref: openshift-tests-extension-setup-out-of-payload
- ref: openshift-e2e-test
workflow: ipi-aws
zz_generated_metadata:
branch: main
org: openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,24 @@ tests:
requests:
cpu: 100m
workflow: ipi-aws
- as: e2e-aws-operator-serial-ote
skip_if_only_changed: ^\.tekton/|^bundle\.Dockerfile$|\.md$|^(?:.*/)?(?:\.gitignore|LICENSE|OWNERS)$
steps:
cluster_profile: openshift-org-aws
dependencies:
EXTENSION_IMAGE: secondary-scheduler-operator
env:
EXTENSION_BINARY_PATH: /usr/bin/secondary-scheduler-operator-tests-ext.gz
EXTENSION_COMPONENT_NAME: secondary-scheduler-operator
FIPS_ENABLED: "true"
TEST_SUITE: openshift/secondary-scheduler-operator/operator/serial
pre:
- chain: ipi-aws-pre
- ref: fips-check
test:
- ref: openshift-tests-extension-setup-out-of-payload
- ref: openshift-e2e-test
workflow: ipi-aws
zz_generated_metadata:
branch: main
org: openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,84 @@ presubmits:
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- ^main$
- ^main-
cluster: build06
context: ci/prow/e2e-aws-operator-serial-ote
decorate: true
decoration_config:
sparse_checkout_files:
- .ci-operator.yaml
- Dockerfile.ci
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: openshift-org-aws
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-cli-manager-operator-main-e2e-aws-operator-serial-ote
rerun_command: /test e2e-aws-operator-serial-ote
skip_if_only_changed: ^\.tekton/|bundle.Dockerfile|\.md$|^(LICENSE|OWNERS)$
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --target=e2e-aws-operator-serial-ote
command:
- ci-operator
env:
- name: HTTP_SERVER_IP
valueFrom:
fieldRef:
fieldPath: status.podIP
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
ports:
- containerPort: 8080
name: http
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /secrets/manifest-tool
name: manifest-tool-local-pusher
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: boskos
secret:
items:
- key: credentials
path: credentials
secretName: boskos-credentials
- name: manifest-tool-local-pusher
secret:
secretName: manifest-tool-local-pusher
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-aws-operator-serial-ote,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,91 @@ presubmits:
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- ^main$
- ^main-
cluster: build01
context: ci/prow/e2e-aws-operator-serial-ote
decorate: true
decoration_config:
sparse_checkout_files:
- .ci-operator.yaml
- Dockerfile.rhel7
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: openshift-org-aws
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-cluster-kube-descheduler-operator-main-e2e-aws-operator-serial-ote
rerun_command: /test e2e-aws-operator-serial-ote
skip_if_only_changed: ^\.tekton/|^bundle\.Dockerfile$|\.md$|^(?:.*/)?(?:\.gitignore|LICENSE|OWNERS)$
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=e2e-aws-operator-serial-ote
command:
- ci-operator
env:
- name: HTTP_SERVER_IP
valueFrom:
fieldRef:
fieldPath: status.podIP
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
ports:
- containerPort: 8080
name: http
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /secrets/manifest-tool
name: manifest-tool-local-pusher
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: boskos
secret:
items:
- key: credentials
path: credentials
secretName: boskos-credentials
- name: ci-pull-credentials
secret:
secretName: ci-pull-credentials
- name: manifest-tool-local-pusher
secret:
secretName: manifest-tool-local-pusher
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-aws-operator-serial-ote,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,85 @@ presubmits:
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- ^main$
- ^main-
cluster: build05
context: ci/prow/e2e-aws-operator-serial-ote
decorate: true
decoration_config:
sparse_checkout_files:
- .ci-operator.yaml
- Dockerfile.rhel7
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: openshift-org-aws
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-run-once-duration-override-operator-main-e2e-aws-operator-serial-ote
optional: true
rerun_command: /test e2e-aws-operator-serial-ote
skip_if_only_changed: ^\.tekton/|bundle.Dockerfile|\.md$|^(LICENSE|OWNERS)$
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --target=e2e-aws-operator-serial-ote
command:
- ci-operator
env:
- name: HTTP_SERVER_IP
valueFrom:
fieldRef:
fieldPath: status.podIP
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
ports:
- containerPort: 8080
name: http
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /secrets/manifest-tool
name: manifest-tool-local-pusher
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: boskos
secret:
items:
- key: credentials
path: credentials
secretName: boskos-credentials
- name: manifest-tool-local-pusher
secret:
secretName: manifest-tool-local-pusher
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-aws-operator-serial-ote,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down
Loading