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 @@ -41,6 +41,9 @@ tests:
version: "4.20"
skip_if_only_changed: ^(\.github/.*|renovate.json|.*\.md|tests?/functional/.*|OWNERS.*|LICENSE.*|zuul.d/.*)$
steps:
post:
- ref: gather-extra
- ref: gather-must-gather
pre:
- ref: ipi-install-rbac
test:
Expand Down Expand Up @@ -72,10 +75,10 @@ tests:
from: src
resources:
limits:
memory: 4Gi
memory: 8Gi
requests:
cpu: 100m
memory: 200Mi
cpu: 1000m
memory: 8Gi
zz_generated_metadata:
branch: main
org: openstack-k8s-operators
Expand Down