Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ tests:
- as: test
cli: latest
commands: |
E2E_GINKGO_LABEL_FILTER='(Platform: isSubsetOf {Generic} || TechPreview) && !TechPreview:Inverted' make test-e2e
E2E_GINKGO_LABEL_FILTER='(Platform: isSubsetOf {Generic} || TechPreview) && !TechPreview:Inverted && !Feature:TLSProfile' make test-e2e
from: src
resources:
requests:
Expand Down Expand Up @@ -554,6 +554,14 @@ tests:
requests:
cpu: 100m
- ref: tls-13
- as: test-tls-profile
cli: latest
commands: E2E_GINKGO_LABEL_FILTER='Feature:TLSProfile' make test-e2e
from: src
resources:
requests:
cpu: 100m
memory: 250Mi
- ref: tls-scanner-run
workflow: optional-operators-ci-operator-sdk-aws
zz_generated_metadata:
Expand Down