Skip to content

Commit

Permalink
Remove -e2e- from name and fix IBM cloud CLI error
Browse files Browse the repository at this point in the history
Signed-off-by: CS Zhang <zhangcho@us.ibm.com>
  • Loading branch information
cs-zhang committed Jan 31, 2024
1 parent 375bd03 commit 1166626
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -682,8 +682,8 @@ tests:
OCP_ARCH: amd64
TEST_SUITE: upgrade-conformance
workflow: openshift-upgrade-gcp-heterogeneous
- as: ocp-e2e-assisted-sno-power
cron: 0 8 * * *
- as: ocp-assisted-sno-power
cron: 0 8 * * 5
steps:
env:
INSTALL_TYPE: assisted
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14235,7 +14235,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build02
cron: 0 8 * * *
cron: 0 8 * * 5
decorate: true
decoration_config:
skip_cloning: true
Expand All @@ -14248,15 +14248,15 @@ periodics:
ci.openshift.io/generator: prowgen
job-release: "4.15"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-multiarch-master-nightly-4.15-ocp-e2e-assisted-sno-power
name: periodic-ci-openshift-multiarch-master-nightly-4.15-ocp-assisted-sno-power
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
- --secret-dir=/secrets/ci-pull-credentials
- --target=ocp-e2e-assisted-sno-power
- --target=ocp-assisted-sno-power
- --variant=nightly-4.15
command:
- ci-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ibmcloud plugin install power-iaas
ibmcloud plugin install cis

# Set target powervs and cis service instance
ibmcloud pi st ${POWERVS_INSTANCE_CRN}
ibmcloud pi ws tg ${POWERVS_INSTANCE_CRN}
ibmcloud cis instance-set ${CIS_INSTANCE}

# Setting IBMCLOUD_TRACE to true to enable debug logs for pi and cis operations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ibmcloud plugin install power-iaas
ibmcloud plugin install cis

# Set target powervs and cis service instance
ibmcloud pi st ${POWERVS_INSTANCE_CRN}
ibmcloud pi ws tg ${POWERVS_INSTANCE_CRN}
ibmcloud cis instance-set ${CIS_INSTANCE}

# Setting IBMCLOUD_TRACE to true to enable debug logs for pi and cis operations
Expand Down

0 comments on commit 1166626

Please sign in to comment.