From bd8d147ff52a1cd52544f15c995e99cd0eb42060 Mon Sep 17 00:00:00 2001 From: Vadim Rutkovsky Date: Mon, 12 Jul 2021 14:19:35 +0200 Subject: [PATCH] origin: use workflow's TEST_SKIPS for e2e-aws-proxy Several router tests are permafailing, and per https://bugzilla.redhat.com/show_bug.cgi?id=1882486 these are expected to be skipped. The workflow was updated to set TEST_SKIPS, but origin test definition resets to empty skip list. --- .../config/openshift/origin/openshift-origin-master.yaml | 2 -- .../config/openshift/origin/openshift-origin-release-4.7.yaml | 2 -- .../config/openshift/origin/openshift-origin-release-4.8.yaml | 2 -- .../config/openshift/origin/openshift-origin-release-4.9.yaml | 2 -- 4 files changed, 8 deletions(-) diff --git a/ci-operator/config/openshift/origin/openshift-origin-master.yaml b/ci-operator/config/openshift/origin/openshift-origin-master.yaml index 54761e996cbc9..256a29da4dc4b 100644 --- a/ci-operator/config/openshift/origin/openshift-origin-master.yaml +++ b/ci-operator/config/openshift/origin/openshift-origin-master.yaml @@ -124,8 +124,6 @@ tests: - as: e2e-aws-proxy steps: cluster_profile: aws - env: - TEST_SKIPS: "" workflow: openshift-e2e-aws-proxy - as: e2e-aws-jenkins steps: diff --git a/ci-operator/config/openshift/origin/openshift-origin-release-4.7.yaml b/ci-operator/config/openshift/origin/openshift-origin-release-4.7.yaml index f283001d55184..6059ad197e939 100644 --- a/ci-operator/config/openshift/origin/openshift-origin-release-4.7.yaml +++ b/ci-operator/config/openshift/origin/openshift-origin-release-4.7.yaml @@ -123,8 +123,6 @@ tests: - as: e2e-aws-proxy steps: cluster_profile: aws - env: - TEST_SKIPS: "" workflow: openshift-e2e-aws-proxy - as: e2e-aws-jenkins steps: diff --git a/ci-operator/config/openshift/origin/openshift-origin-release-4.8.yaml b/ci-operator/config/openshift/origin/openshift-origin-release-4.8.yaml index b6a92c035900d..20192ca4ff3a3 100644 --- a/ci-operator/config/openshift/origin/openshift-origin-release-4.8.yaml +++ b/ci-operator/config/openshift/origin/openshift-origin-release-4.8.yaml @@ -114,8 +114,6 @@ tests: - as: e2e-aws-proxy steps: cluster_profile: aws - env: - TEST_SKIPS: "" workflow: openshift-e2e-aws-proxy - as: e2e-aws-jenkins steps: diff --git a/ci-operator/config/openshift/origin/openshift-origin-release-4.9.yaml b/ci-operator/config/openshift/origin/openshift-origin-release-4.9.yaml index fa69225744e89..0a412a92f6421 100644 --- a/ci-operator/config/openshift/origin/openshift-origin-release-4.9.yaml +++ b/ci-operator/config/openshift/origin/openshift-origin-release-4.9.yaml @@ -125,8 +125,6 @@ tests: - as: e2e-aws-proxy steps: cluster_profile: aws - env: - TEST_SKIPS: "" workflow: openshift-e2e-aws-proxy - as: e2e-aws-jenkins steps: