Skip to content

Commit 1c5e1ec

Browse files
committed
Exclude tests for hypershift-conformance-cilium directly in workflow
This commit move the exclusion directly to the workflow that is dedicated to running tests for Cilium on AWS.
1 parent c54b8f2 commit 1c5e1ec

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed

ci-operator/config/openshift/hypershift/openshift-hypershift-release-4.19__periodics.yaml

-17
Original file line numberDiff line numberDiff line change
@@ -125,23 +125,6 @@ tests:
125125
minimum_interval: 168h
126126
steps:
127127
cluster_profile: hypershift
128-
env:
129-
TEST_SKIPS: Netpol NetworkPolicy between server and client should allow egress
130-
access to server in CIDR block \[Feature:NetworkPolicy\] \[Suite:openshift/conformance/parallel\]
131-
\[Suite:k8s\]\| Netpol NetworkPolicy between server and client should ensure
132-
an IP overlapping both IPBlock.CIDR and IPBlock.Except is allowed \[Feature:NetworkPolicy\]
133-
\[Suite:openshift/conformance/parallel\] \[Suite:k8s\]\| Services should serve
134-
endpoints on same port and different protocols \[Conformance\] \[Suite:openshift/conformance/parallel/minimal\]
135-
\[Suite:k8s\]\| Netpol NetworkPolicy between server and client should enforce
136-
except clause while egress access to server in CIDR block \[Feature:NetworkPolicy\]
137-
\[Suite:openshift/conformance/parallel\] \[Suite:k8s\]\| Unidling \[apigroup:apps.openshift.io\]\[apigroup:route.openshift.io\]
138-
should work with UDP \[Suite:openshift/conformance/parallel\]\| Unidling with
139-
Deployments \[apigroup:route.openshift.io\] should work with TCP (when fully
140-
idled) \[Suite:openshift/conformance/parallel\]\| Unidling \[apigroup:apps.openshift.io\]\[apigroup:route.openshift.io\]
141-
should work with TCP (when fully idled) \[Suite:openshift/conformance/parallel\]\|
142-
Unidling with Deployments \[apigroup:route.openshift.io\] should work with
143-
UDP \[Suite:openshift/conformance/parallel\]\| DNS should answer queries using
144-
the local DNS endpoint \[Suite:openshift/conformance/parallel\]
145128
workflow: hypershift-aws-conformance-cilium
146129
- as: e2e-powervs-ovn
147130
cron: 0 8 * * *

ci-operator/step-registry/hypershift/aws/conformance-cilium/hypershift-aws-conformance-cilium-workflow.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,22 @@ workflow:
2525
steps:
2626
env:
2727
HYPERSHIFT_NETWORK_TYPE: "Other" # Required for Cilium.
28+
TEST_SKIPS: Netpol NetworkPolicy between server and client should allow egress
29+
access to server in CIDR block \[Feature:NetworkPolicy\] \[Suite:openshift/conformance/parallel\]
30+
\[Suite:k8s\]\| Netpol NetworkPolicy between server and client should ensure
31+
an IP overlapping both IPBlock.CIDR and IPBlock.Except is allowed \[Feature:NetworkPolicy\]
32+
\[Suite:openshift/conformance/parallel\] \[Suite:k8s\]\| Services should serve
33+
endpoints on same port and different protocols \[Conformance\] \[Suite:openshift/conformance/parallel/minimal\]
34+
\[Suite:k8s\]\| Netpol NetworkPolicy between server and client should enforce
35+
except clause while egress access to server in CIDR block \[Feature:NetworkPolicy\]
36+
\[Suite:openshift/conformance/parallel\] \[Suite:k8s\]\| Unidling \[apigroup:apps.openshift.io\]\[apigroup:route.openshift.io\]
37+
should work with UDP \[Suite:openshift/conformance/parallel\]\| Unidling with
38+
Deployments \[apigroup:route.openshift.io\] should work with TCP (when fully
39+
idled) \[Suite:openshift/conformance/parallel\]\| Unidling \[apigroup:apps.openshift.io\]\[apigroup:route.openshift.io\]
40+
should work with TCP (when fully idled) \[Suite:openshift/conformance/parallel\]\|
41+
Unidling with Deployments \[apigroup:route.openshift.io\] should work with
42+
UDP \[Suite:openshift/conformance/parallel\]\| DNS should answer queries using
43+
the local DNS endpoint \[Suite:openshift/conformance/parallel\]
2844
post:
2945
- chain: hypershift-dump
3046
- chain: hypershift-aws-destroy

0 commit comments

Comments
 (0)