diff options
Diffstat (limited to 'docker')
-rw-r--r-- | docker/smoke/testcases.yaml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index 24f2df37..f12419b7 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -149,8 +149,8 @@ tiers: description: >- It runs the remaining sig-auth testing excluding the following labels: Conformance (part of k8s_conformance) and - both PodSecurityPolicy and BoundServiceAccountTokenVolume - features. + all PodSecurityPolicy, BoundServiceAccountTokenVolume, + TokenRequestProjection and ServiceAccountIssuerDiscovery features. dependencies: - DEPLOY_SCENARIO: "k8-*" run: @@ -162,7 +162,9 @@ tiers: skip: "\\[Disruptive\\]|\\[Flaky\\]|\\[alpha\\]|\ \\[Serial\\]|\\[Conformance\\]|\ \\[Feature:PodSecurityPolicy\\]|\ - \\[Feature:BoundServiceAccountTokenVolume\\]" + \\[Feature:BoundServiceAccountTokenVolume\\]|\ + \\[Feature:TokenRequestProjection\\]|\ + \\[Feature:ServiceAccountIssuerDiscovery\\]" - case_name: sig_cli project_name: functest criteria: 100 |