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
@@ -0,0 +1,54 @@
base_images:
ocp-4:
name: automation-flavors
namespace: stackrox
tag: openshift-4-latest
build_root:
image_stream_tag:
name: apollo-ci
namespace: stackrox
tag: stackrox-ui-test-stable
resources:
'*':
requests:
cpu: 2000m
memory: 4000Mi
test_binary_build_commands: .openshift-ci/dispatch.sh test-binary-build-commands
tests:
- always_run: false
as: ipv4-qa-e2e-tests
optional: true
steps:
env:
CLOUD_PROVIDER: aws
COLLECTION_METHOD: core_bpf
OCP_VERSION: ocp/candidate-4.22
TEST_SUITE: ocp-qa-e2e-tests
workflow: stackrox-automation-flavors-ocp-4-e2e
- always_run: false
as: dual-qa-e2e-tests
optional: true
steps:
env:
CLOUD_PROVIDER: aws
COLLECTION_METHOD: core_bpf
NETWORK_STACK: dual
OCP_VERSION: ocp/candidate-4.22
TEST_SUITE: ocp-qa-e2e-tests
workflow: stackrox-automation-flavors-ocp-4-e2e
- always_run: false
as: dual-ipv6-primary-qa-e2e-tests
optional: true
steps:
env:
CLOUD_PROVIDER: aws
COLLECTION_METHOD: core_bpf
NETWORK_STACK: dual-ipv6-primary
OCP_VERSION: ocp/candidate-4.22
TEST_SUITE: ocp-qa-e2e-tests
workflow: stackrox-automation-flavors-ocp-4-e2e
zz_generated_metadata:
branch: master
org: stackrox
repo: stackrox
variant: ocp-aws-dualstack
Original file line number Diff line number Diff line change
Expand Up @@ -4246,6 +4246,234 @@ presubmits:
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )ocp-5-0-vm-scanning-e2e-tests,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- ^master$
- ^master-
cluster: build01
context: ci/prow/ocp-aws-dualstack-dual-ipv6-primary-qa-e2e-tests
decorate: true
decoration_config:
skip_cloning: true
labels:
ci-operator.openshift.io/variant: ocp-aws-dualstack
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-stackrox-stackrox-master-ocp-aws-dualstack-dual-ipv6-primary-qa-e2e-tests
optional: true
rerun_command: /test ocp-aws-dualstack-dual-ipv6-primary-qa-e2e-tests
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=dual-ipv6-primary-qa-e2e-tests
- --variant=ocp-aws-dualstack
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( | .* )ocp-aws-dualstack-dual-ipv6-primary-qa-e2e-tests,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- ^master$
- ^master-
cluster: build01
context: ci/prow/ocp-aws-dualstack-dual-qa-e2e-tests
decorate: true
decoration_config:
skip_cloning: true
labels:
ci-operator.openshift.io/variant: ocp-aws-dualstack
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-stackrox-stackrox-master-ocp-aws-dualstack-dual-qa-e2e-tests
optional: true
rerun_command: /test ocp-aws-dualstack-dual-qa-e2e-tests
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=dual-qa-e2e-tests
- --variant=ocp-aws-dualstack
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( | .* )ocp-aws-dualstack-dual-qa-e2e-tests,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- ^master$
- ^master-
cluster: build01
context: ci/prow/ocp-aws-dualstack-ipv4-qa-e2e-tests
decorate: true
decoration_config:
skip_cloning: true
labels:
ci-operator.openshift.io/variant: ocp-aws-dualstack
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-stackrox-stackrox-master-ocp-aws-dualstack-ipv4-qa-e2e-tests
optional: true
rerun_command: /test ocp-aws-dualstack-ipv4-qa-e2e-tests
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=ipv4-qa-e2e-tests
- --variant=ocp-aws-dualstack
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( | .* )ocp-aws-dualstack-ipv4-qa-e2e-tests,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ workflow:
default: 'openshift-worker-node@acs-san-stackroxci.iam.gserviceaccount.com'
- name: OS_IMAGE_STREAM
default: ''
- name: CLOUD_PROVIDER
default: ''
- name: NETWORK_STACK
default: ''
from: ocp-4
resources:
requests:
Expand Down