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 @@ -355,6 +355,148 @@ tests:
requests:
cpu: 100m
workflow: ipi-gcp
- as: e2e-test-v1-techpreview
steps:
cluster_profile: gcp
env:
FEATURE_SET: TechPreviewNoUpgrade
pre:
- chain: ipi-gcp-pre
- ref: insights-live
test:
- as: test
cli: latest
commands: pytest.sh -k "not tp_only and not UI and not serial and not interval
and not periodic_only" --junitxml=$(pwd)/test-report.xml --rp_enabled --rp_name=Insights_operator_e2e_tests_pr_checks
credentials:
- collection: ""
mount_path: /secrets
name: insights-qa
namespace: test-credentials
- collection: ""
mount_path: /secret/aws/aws-bucket
name: aws-bucket
namespace: test-credentials
- collection: ""
mount_path: /secret/aws/aws-access-key-id
name: aws-access-key-id
namespace: test-credentials
- collection: ""
mount_path: /secret/aws/aws-region
name: aws-region
namespace: test-credentials
- collection: ""
mount_path: /secret/aws/aws-secret-access-key
name: aws-secret-access-key
namespace: test-credentials
- collection: ""
mount_path: /secret/slack-bot-token
name: slack-bot-token
namespace: test-credentials
- collection: ""
mount_path: /secret/slack-webhook-url
name: slack-webhook-url
namespace: test-credentials
- collection: ""
mount_path: /secret/ocm-access/
name: insights-ocm-token
namespace: test-credentials
- collection: ""
mount_path: /secret/insights-rp-access/
name: insights-rp-token
namespace: test-credentials
env:
- default: /secret/aws/aws-access-key-id/aws-access-key-id
name: AWS_ACCESS_KEY_ID_PATH
- default: /secret/aws/aws-bucket/aws-bucket
name: AWS_BUCKET_PATH
- default: /secret/aws/aws-region/aws-region
name: AWS_REGION_PATH
- default: /secret/aws/aws-secret-access-key/aws-secret-access-key
name: AWS_SECRET_ACCESS_KEY_PATH
- default: /secret/slack-bot-token/slack-bot-token
name: SLACK_BOT_TOKEN
- default: /secret/slack-webhook-url/slack-webhook-url
name: SLACK_WEBHOOK_URL
- default: /secret/insights-rp-access/insights-rp-token
name: RP_API_KEY
from: insights-operator-tests
resources:
requests:
cpu: 100m
timeout: 5h0m0s
workflow: ipi-gcp
- as: e2e-test-v1-serial
steps:
cluster_profile: gcp
env:
FEATURE_SET: TechPreviewNoUpgrade
pre:
- chain: ipi-gcp-pre
- ref: insights-live
test:
- as: test
cli: latest
commands: pytest.sh -m "(not UI and not tp_only and not periodic_only) and (serial
or interval)" --junitxml=$(pwd)/test-report.xml --rp_enabled --rp_name=Insights_operator_e2e_tests_techpreview
credentials:
- collection: ""
mount_path: /secrets
name: insights-qa
namespace: test-credentials
- collection: ""
mount_path: /secret/aws/aws-bucket
name: aws-bucket
namespace: test-credentials
- collection: ""
mount_path: /secret/aws/aws-access-key-id
name: aws-access-key-id
namespace: test-credentials
- collection: ""
mount_path: /secret/aws/aws-region
name: aws-region
namespace: test-credentials
- collection: ""
mount_path: /secret/aws/aws-secret-access-key
name: aws-secret-access-key
namespace: test-credentials
- collection: ""
mount_path: /secret/slack-bot-token
name: slack-bot-token
namespace: test-credentials
- collection: ""
mount_path: /secret/slack-webhook-url
name: slack-webhook-url
namespace: test-credentials
- collection: ""
mount_path: /secret/ocm-access/
name: insights-ocm-token
namespace: test-credentials
- collection: ""
mount_path: /secret/insights-rp-access/
name: insights-rp-token
namespace: test-credentials
env:
- default: /secret/aws/aws-access-key-id/aws-access-key-id
name: AWS_ACCESS_KEY_ID_PATH
- default: /secret/aws/aws-bucket/aws-bucket
name: AWS_BUCKET_PATH
- default: /secret/aws/aws-region/aws-region
name: AWS_REGION_PATH
- default: /secret/aws/aws-secret-access-key/aws-secret-access-key
name: AWS_SECRET_ACCESS_KEY_PATH
- default: /secret/slack-bot-token/slack-bot-token
name: SLACK_BOT_TOKEN
- default: /secret/slack-webhook-url/slack-webhook-url
name: SLACK_WEBHOOK_URL
- default: /secret/insights-rp-access/insights-rp-token
name: RP_API_KEY
from: insights-operator-tests
resources:
requests:
cpu: 100m
timeout: 5h0m0s
workflow: ipi-gcp
- always_run: false
as: e2e-metal-ipi-ovn-ipv6
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,150 @@ presubmits:
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-metal-ipi-ovn-ipv6,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
- ^master$
- ^master-
cluster: build08
context: ci/prow/e2e-test-v1-serial
decorate: true
labels:
ci-operator.openshift.io/cloud: gcp
ci-operator.openshift.io/cloud-cluster-profile: gcp
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-insights-operator-master-e2e-test-v1-serial
rerun_command: /test e2e-test-v1-serial
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-test-v1-serial
command:
- ci-operator
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
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-test-v1-serial,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
- ^master$
- ^master-
cluster: build08
context: ci/prow/e2e-test-v1-techpreview
decorate: true
labels:
ci-operator.openshift.io/cloud: gcp
ci-operator.openshift.io/cloud-cluster-profile: gcp
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-insights-operator-master-e2e-test-v1-techpreview
rerun_command: /test e2e-test-v1-techpreview
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-test-v1-techpreview
command:
- ci-operator
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
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-test-v1-techpreview,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down