Skip to content
Merged
Show file tree
Hide file tree
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 @@ -201,6 +201,7 @@ tests:
fi

echo -e "\n############### yamllint ####################"
export PATH=$GOPATH/bin:$PATH
go install github.com/google/yamlfmt/cmd/yamlfmt@latest
find testdata/ -name '*.yaml' -o -name '*.yml' | while read -r f; do
if ! yamlfmt -lint "$f" 2>&1; then
Expand Down Expand Up @@ -247,6 +248,7 @@ tests:
cpu: 100m
- ref: netobserv-ginkgo-tests
workflow: optional-operators-ci-operator-sdk-aws
timeout: 8h0m0s
zz_generated_metadata:
branch: main
org: netobserv
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ presubmits:
- .ci-operator.yaml
- Dockerfile
- integration-tests/backend/Dockerfile
timeout: 8h0m0s
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: openshift-org-aws
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ref:
requests:
cpu: 100m
memory: 256Mi
timeout: 60m
timeout: 8h
env:
- name: GINKGO_LABEL_FILTER
default: ""
Expand All @@ -19,8 +19,8 @@ ref:
Regex to filter tests by source file path. When set, only tests defined
in matching files will run. Typically computed from PR changed files.
- name: GINKGO_TIMEOUT
default: "50m"
documentation: Timeout for ginkgo test execution.
default: "8h"
documentation: Timeout for the full ginkgo test suite execution.
- name: TEST_RUN_MODE
default: "periodic"
documentation: |-
Expand Down