Skip to content
Draft
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 @@ -24,7 +24,7 @@ resources:
cpu: 200m
memory: 400Mi
tests:
- as: fusion-access-operator-ipi-ocp420
- as: ibm-fusion-access-operator-ipi-ocp420
cron: 0 23 31 2 *
steps:
cluster_profile: aws-cspi-qe
Expand All @@ -38,7 +38,7 @@ tests:
CUSTOM_SECURITY_GROUP_SOURCES: ""
FIPS_ENABLED: "false"
FIREWATCH_CONFIG_FILE_PATH: https://raw.githubusercontent.com/CSPI-QE/cspi-utils/main/firewatch-base-configs/aws-ipi/lp-interop.json
FIREWATCH_DEFAULT_JIRA_ADDITIONAL_LABELS: '["4.20-lp", "self-managed-lp", "fusion-access-lp"]'
FIREWATCH_DEFAULT_JIRA_ADDITIONAL_LABELS: '["4.20-lp", "self-managed-lp", "ibm-fusion-access-lp"]'
FIREWATCH_DEFAULT_JIRA_ASSIGNEE: mbaldess@redhat.com
FIREWATCH_DEFAULT_JIRA_PROJECT: LPINTEROP
FIREWATCH_FAIL_WITH_TEST_FAILURES: "true"
Expand All @@ -54,19 +54,19 @@ tests:
STORAGE_SCALE_STORAGE_CPU: "2"
STORAGE_SCALE_STORAGE_MEMORY: 8Gi
USER_TAGS: |
scenario fusion-access
scenario ibm-fusion-access
post:
- ref: interop-tests-fusion-access-custom-ibm-must-gather
- ref: interop-tests-ibm-fusion-access-custom-ibm-must-gather
- chain: ipi-aws-post
pre:
- chain: ipi-aws-pre
test:
- chain: interop-tests-fusion-access-environment-setup-chain
- chain: interop-tests-fusion-access-ebs-integration-chain
- chain: interop-tests-ibm-fusion-access-environment-setup-chain
- chain: interop-tests-ibm-fusion-access-ebs-integration-chain
workflow: firewatch-ipi-aws
timeout: 4h0m0s
zz_generated_metadata:
branch: master
org: RedHatQE
repo: interop-testing
variant: fusion-access-operator-ocp4.20-lp-interop
variant: ibm-fusion-access-operator-ocp4.20-lp-interop
Original file line number Diff line number Diff line change
Expand Up @@ -582,22 +582,11 @@ periodics:
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws-cspi-qe
ci-operator.openshift.io/variant: fusion-access-operator-ocp4.20-lp-interop
ci-operator.openshift.io/variant: ibm-fusion-access-operator-ocp4.20-lp-interop
ci.openshift.io/generator: prowgen
job-release: "4.20"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-RedHatQE-interop-testing-master-fusion-access-operator-ocp4.20-lp-interop-fusion-access-operator-ipi-ocp420
reporter_config:
slack:
channel: '#team-ecoeng-fusion-access'
job_states_to_report:
- success
- failure
- error
report_template: '{{if eq .Status.State "success"}} :slack-green: Job *{{.Spec.Job}}*
ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> {{else}} :failed:
Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View
logs> {{end}}'
name: periodic-ci-RedHatQE-interop-testing-master-ibm-fusion-access-operator-ocp4.20-lp-interop-ibm-fusion-access-operator-ipi-ocp420
spec:
containers:
- args:
Expand All @@ -606,8 +595,8 @@ periodics:
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=fusion-access-operator-ipi-ocp420
- --variant=fusion-access-operator-ocp4.20-lp-interop
- --target=ibm-fusion-access-operator-ipi-ocp420
- --variant=ibm-fusion-access-operator-ocp4.20-lp-interop
command:
- ci-operator
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,25 +238,25 @@ presubmits:
- ^master$
- ^master-
cluster: build03
context: ci/prow/fusion-access-operator-ocp4.20-lp-interop-images
context: ci/prow/ibm-fusion-access-operator-ocp4.20-lp-interop-images
decorate: true
decoration_config:
skip_cloning: true
labels:
ci-operator.openshift.io/variant: fusion-access-operator-ocp4.20-lp-interop
ci-operator.openshift.io/variant: ibm-fusion-access-operator-ocp4.20-lp-interop
ci.openshift.io/generator: prowgen
job-release: "4.20"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-RedHatQE-interop-testing-master-fusion-access-operator-ocp4.20-lp-interop-images
rerun_command: /test fusion-access-operator-ocp4.20-lp-interop-images
name: pull-ci-RedHatQE-interop-testing-master-ibm-fusion-access-operator-ocp4.20-lp-interop-images
rerun_command: /test ibm-fusion-access-operator-ocp4.20-lp-interop-images
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --report-credentials-file=/etc/report/credentials
- --target=[images]
- --variant=fusion-access-operator-ocp4.20-lp-interop
- --variant=ibm-fusion-access-operator-ocp4.20-lp-interop
command:
- ci-operator
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
Expand Down Expand Up @@ -289,4 +289,4 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )fusion-access-operator-ocp4.20-lp-interop-images,?($|\s.*)
trigger: (?m)^/test( | .* )ibm-fusion-access-operator-ocp4.20-lp-interop-images,?($|\s.*)

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"path": "interop-tests/ibm-fusion-access/check-crds/interop-tests-ibm-fusion-access-check-crds-ref.yaml",
"owners": {
"approvers": [
"cspi-qe-ocp-lp"
],
"reviewers": [
"cspi-qe-ocp-lp"
]
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ref:
as: interop-tests-fusion-access-check-crds
as: interop-tests-ibm-fusion-access-check-crds
from: cli
commands: interop-tests-fusion-access-check-crds-commands.sh
commands: interop-tests-ibm-fusion-access-check-crds-commands.sh
timeout: 15m0s
grace_period: 15s
best_effort: true
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"path": "interop-tests/ibm-fusion-access/check-nodes/interop-tests-ibm-fusion-access-check-nodes-ref.yaml",
"owners": {
"approvers": [
"cspi-qe-ocp-lp"
],
"reviewers": [
"cspi-qe-ocp-lp"
]
}
}
Loading