From 05da8a409840197e680c1c53958b20a029bdf1f3 Mon Sep 17 00:00:00 2001 From: Clayton Coleman Date: Mon, 20 Jan 2020 17:15:17 -0500 Subject: [PATCH] ci-operator: CVO should perform a rollback test The CVO is a critical component and upgrading *from* the new code is as important as upgrading *to* the new code. Change the job definition to always require a rollforward and rollback. --- .../openshift-cluster-version-operator-master.yaml | 2 +- .../openshift-cluster-version-operator-release-4.1.yaml | 2 +- .../openshift-cluster-version-operator-release-4.2.yaml | 2 +- .../openshift-cluster-version-operator-release-4.3.yaml | 2 +- .../openshift-cluster-version-operator-release-4.4.yaml | 2 +- .../openshift-cluster-version-operator-release-4.5.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-master.yaml b/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-master.yaml index c4a0dfbd1d1cf..7c44a1790493f 100644 --- a/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-master.yaml +++ b/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-master.yaml @@ -34,7 +34,7 @@ tests: openshift_installer: cluster_profile: aws - as: e2e-aws-upgrade - commands: TEST_SUITE=all run-upgrade-tests + commands: TEST_SUITE=all TEST_OPTIONS=abort-at=100 run-upgrade-tests openshift_installer: cluster_profile: aws upgrade: true diff --git a/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.1.yaml b/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.1.yaml index 418481407bcdb..0fbf3810af40c 100644 --- a/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.1.yaml +++ b/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.1.yaml @@ -34,7 +34,7 @@ tests: openshift_installer: cluster_profile: aws - as: e2e-aws-upgrade - commands: TEST_SUITE=all run-upgrade-tests + commands: TEST_SUITE=all TEST_OPTIONS=abort-at=100 run-upgrade-tests openshift_installer: cluster_profile: aws upgrade: true diff --git a/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.2.yaml b/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.2.yaml index 16e83f502ef1e..76c5e38043b91 100644 --- a/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.2.yaml +++ b/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.2.yaml @@ -34,7 +34,7 @@ tests: openshift_installer: cluster_profile: aws - as: e2e-aws-upgrade - commands: TEST_SUITE=all run-upgrade-tests + commands: TEST_SUITE=all TEST_OPTIONS=abort-at=100 run-upgrade-tests openshift_installer: cluster_profile: aws upgrade: true diff --git a/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.3.yaml b/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.3.yaml index 39c228adb54ed..fa68772975b1a 100644 --- a/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.3.yaml +++ b/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.3.yaml @@ -34,7 +34,7 @@ tests: openshift_installer: cluster_profile: aws - as: e2e-aws-upgrade - commands: TEST_SUITE=all run-upgrade-tests + commands: TEST_SUITE=all TEST_OPTIONS=abort-at=100 run-upgrade-tests openshift_installer: cluster_profile: aws upgrade: true diff --git a/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.4.yaml b/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.4.yaml index 36e7aabfdee1b..4eb12b8ac2475 100644 --- a/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.4.yaml +++ b/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.4.yaml @@ -35,7 +35,7 @@ tests: openshift_installer: cluster_profile: aws - as: e2e-aws-upgrade - commands: TEST_SUITE=all run-upgrade-tests + commands: TEST_SUITE=all TEST_OPTIONS=abort-at=100 run-upgrade-tests openshift_installer: cluster_profile: aws upgrade: true diff --git a/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.5.yaml b/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.5.yaml index 491381e470ccf..bfd2c4b14f9a0 100644 --- a/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.5.yaml +++ b/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.5.yaml @@ -34,7 +34,7 @@ tests: openshift_installer: cluster_profile: aws - as: e2e-aws-upgrade - commands: TEST_SUITE=all run-upgrade-tests + commands: TEST_SUITE=all TEST_OPTIONS=abort-at=100 run-upgrade-tests openshift_installer: cluster_profile: aws upgrade: true