Skip to content

Commit

Permalink
fix ginkgo filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Xia-Zhao-rh committed Dec 5, 2022
1 parent 3b1febf commit bb07973
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ tests:
E2E_RUN_TAGS: '@aws-ipi and @disconnected and @network-openshiftsdn and not
@fips and @destructive'
TAG_VERSION: '@4.11'
TEST_FILTERS: ~ChkUpgrade&;~NonPreRelease&;Serial;Disruptive;~DisconnectedOnly&;~HyperShiftMGMT&
TEST_FILTERS: ~ChkUpgrade&;~NonPreRelease&;Serial;Disruptive;~ConnectedOnly&;~HyperShiftMGMT&
test:
- chain: openshift-e2e-test-qe-destructive
workflow: cucushift-installer-rehearse-aws-c2s-ipi-disconnected-private
Expand Down Expand Up @@ -172,7 +172,7 @@ tests:
E2E_RUN_TAGS: '@aws-ipi and @disconnected and @network-openshiftsdn and not
@fips and @destructive'
TAG_VERSION: '@4.11'
TEST_FILTERS: ~ChkUpgrade&;~NonPreRelease&;Serial;Disruptive;~DisconnectedOnly&
TEST_FILTERS: ~ChkUpgrade&;~NonPreRelease&;Serial;Disruptive;~ConnectedOnly&
test:
- chain: openshift-e2e-test-qe-destructive
workflow: cucushift-installer-rehearse-aws-ipi-disconnected-private
Expand Down Expand Up @@ -558,7 +558,7 @@ tests:
E2E_RUN_TAGS: '@aws-ipi and @disconnected and @network-openshiftsdn and not
@fips and @destructive'
TAG_VERSION: '@4.11'
TEST_FILTERS: ~ChkUpgrade&;~NonPreRelease&;Serial;Disruptive;~DisconnectedOnly&;~HyperShiftMGMT&
TEST_FILTERS: ~ChkUpgrade&;~NonPreRelease&;Serial;Disruptive;~ConnectedOnly&;~HyperShiftMGMT&
test:
- chain: openshift-e2e-test-qe-destructive
workflow: cucushift-installer-rehearse-aws-ipi-private
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ tests:
E2E_RUN_TAGS: '@aws-ipi and @disconnected and @network-ovnkubernetes and not
@fips and @destructive'
TAG_VERSION: '@4.12'
TEST_FILTERS: ~ChkUpgrade&;~NonPreRelease&;Serial;Disruptive;~DisconnectedOnly&;~HyperShiftMGMT&
TEST_FILTERS: ~ChkUpgrade&;~NonPreRelease&;Serial;Disruptive;~ConnectedOnly&;~HyperShiftMGMT&
test:
- chain: openshift-e2e-test-qe-destructive
workflow: cucushift-installer-rehearse-aws-c2s-ipi-disconnected-private
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ tests:
E2E_RUN_TAGS: '@aws-ipi and @disconnected and @network-ovnkubernetes and not
@fips and @destructive'
TAG_VERSION: '@4.13'
TEST_FILTERS: ~ChkUpgrade&;~NonPreRelease&;Serial;Disruptive;~DisconnectedOnly&;~HyperShiftMGMT&
TEST_FILTERS: ~ChkUpgrade&;~NonPreRelease&;Serial;Disruptive;~ConnectedOnly&;~HyperShiftMGMT&
test:
- chain: openshift-e2e-test-qe-destructive
workflow: cucushift-installer-rehearse-aws-c2s-ipi-disconnected-private
Expand Down

0 comments on commit bb07973

Please sign in to comment.