Skip to content
Closed
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 @@ -76,12 +76,19 @@ tests:
env:
FEATURE_SET: TechPreviewNoUpgrade
test:
- as: test
- as: capi-operator-e2e
commands: openshift/e2e-tests.sh
from: src
resources:
requests:
cpu: 100m
- as: actuator-pkg-e2e
cli: latest
commands: JUNIT_DIR=${ARTIFACT_DIR} make test-capi
from: stable:cluster-api-actuator-pkg
resources:
requests:
cpu: 100m
workflow: openshift-e2e-aws
- as: e2e-aws-ovn
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
Expand Down