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
@@ -1,6 +1,10 @@
binary_build_commands: make install
build_root:
from_repository: true
images:
items:
- dockerfile_path: Dockerfile.clients
to: terraform-provider-rhcs-clients
skip_if_only_changed: ^(LICENSE|OWNERS|.*\.md|\.gitignore|\.goreleaser\.yaml|\.golang-ci\.yml|renovate\.json|\.ci-operator\.yaml)$|^(?:docs|\.github|\.tekton|subsystem|examples)(?:/|$)
resources:
'*':
limits:
Expand All @@ -9,13 +13,11 @@ resources:
cpu: 100m
memory: 200Mi
tests:
- as: unit
commands: |-
go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo@v2.20.1
unset GOFLAGS
make unit-test
- as: pre-push-checks
commands: make pre-push-checks
container:
from: src
from: terraform-provider-rhcs-clients
skip_if_only_changed: ^(LICENSE|OWNERS|.*\.md|\.gitignore|\.goreleaser\.yaml|\.golang-ci\.yml|renovate\.json|\.ci-operator\.yaml)$|^(?:docs|\.github|\.tekton|subsystem|examples)(?:/|$)
zz_generated_metadata:
branch: main
org: terraform-redhat
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ images:
items:
- dockerfile_path: build/ci-tf-e2e.Dockerfile
to: rhcs-tf-e2e
skip_if_only_changed: ^(LICENSE|OWNERS|.*\.md|\.gitignore|\.goreleaser\.yaml|\.golang-ci\.yml|renovate\.json|\.ci-operator\.yaml)$|^(?:docs|\.github|\.tekton|subsystem|examples)(?:/|$)
releases:
latest:
integration:
Expand All @@ -19,7 +20,7 @@ resources:
memory: 200Mi
tests:
- as: rosa-sts-advanced-critical-high-presubmit
skip_if_only_changed: ^(LICENSE|OWNERS|README\.md|\.gitignore|\.goreleaser\.yaml|\.golang-ci\.yml|renovate\.json|\.ci-operator\.yaml)$|^(?:docs|\.github|\.tekton|subsystem|examples)
skip_if_only_changed: ^(LICENSE|OWNERS|.*\.md|\.gitignore|\.goreleaser\.yaml|\.golang-ci\.yml|renovate\.json|\.ci-operator\.yaml)$|^(?:docs|\.github|\.tekton|subsystem|examples)(?:/|$)
steps:
cluster_profile: oex-aws-qe
env:
Expand All @@ -35,7 +36,7 @@ tests:
- ref: rhcs-e2e-tests
workflow: rhcs-aws-sts
- as: rosa-sts-private-critical-high-presubmit
skip_if_only_changed: ^(LICENSE|OWNERS|README\.md|\.gitignore|\.goreleaser\.yaml|\.golang-ci\.yml|renovate\.json|\.ci-operator\.yaml)$|^(?:docs|\.github|\.tekton|subsystem|examples)
skip_if_only_changed: ^(LICENSE|OWNERS|.*\.md|\.gitignore|\.goreleaser\.yaml|\.golang-ci\.yml|renovate\.json|\.ci-operator\.yaml)$|^(?:docs|\.github|\.tekton|subsystem|examples)(?:/|$)
steps:
cluster_profile: oex-aws-qe
env:
Expand All @@ -53,6 +54,7 @@ tests:
- always_run: false
as: rosa-sts-advanced-optional-presubmit
optional: true
skip_if_only_changed: ^(LICENSE|OWNERS|.*\.md|\.gitignore|\.goreleaser\.yaml|\.golang-ci\.yml|renovate\.json|\.ci-operator\.yaml)$|^(?:docs|\.github|\.tekton|subsystem|examples)(?:/|$)
steps:
cluster_profile: oex-aws-qe
env:
Expand All @@ -70,6 +72,7 @@ tests:
- always_run: false
as: rosa-sts-private-optional-presubmit
optional: true
skip_if_only_changed: ^(LICENSE|OWNERS|.*\.md|\.gitignore|\.goreleaser\.yaml|\.golang-ci\.yml|renovate\.json|\.ci-operator\.yaml)$|^(?:docs|\.github|\.tekton|subsystem|examples)(?:/|$)
steps:
cluster_profile: oex-aws-qe
env:
Expand All @@ -87,6 +90,7 @@ tests:
- always_run: false
as: rosa-sts-shared-vpc-optional-presubmit
optional: true
skip_if_only_changed: ^(LICENSE|OWNERS|.*\.md|\.gitignore|\.goreleaser\.yaml|\.golang-ci\.yml|renovate\.json|\.ci-operator\.yaml)$|^(?:docs|\.github|\.tekton|subsystem|examples)(?:/|$)
steps:
cluster_profile: oex-aws-qe
env:
Expand All @@ -105,6 +109,7 @@ tests:
- always_run: false
as: rosa-sts-advanced-day1-negative-optional-presubmit
optional: true
skip_if_only_changed: ^(LICENSE|OWNERS|.*\.md|\.gitignore|\.goreleaser\.yaml|\.golang-ci\.yml|renovate\.json|\.ci-operator\.yaml)$|^(?:docs|\.github|\.tekton|subsystem|examples)(?:/|$)
steps:
cluster_profile: oex-aws-qe
env:
Expand All @@ -121,6 +126,7 @@ tests:
- always_run: false
as: rosa-sts-private-day1-negative-optional-presubmit
optional: true
skip_if_only_changed: ^(LICENSE|OWNERS|.*\.md|\.gitignore|\.goreleaser\.yaml|\.golang-ci\.yml|renovate\.json|\.ci-operator\.yaml)$|^(?:docs|\.github|\.tekton|subsystem|examples)(?:/|$)
steps:
cluster_profile: oex-aws-qe
env:
Expand All @@ -137,6 +143,7 @@ tests:
- always_run: false
as: rosa-sts-upgrade-y-optional-presubmit
optional: true
skip_if_only_changed: ^(LICENSE|OWNERS|.*\.md|\.gitignore|\.goreleaser\.yaml|\.golang-ci\.yml|renovate\.json|\.ci-operator\.yaml)$|^(?:docs|\.github|\.tekton|subsystem|examples)(?:/|$)
steps:
cluster_profile: oex-aws-qe
env:
Expand All @@ -155,6 +162,7 @@ tests:
- always_run: false
as: rosa-sts-upgrade-z-optional-presubmit
optional: true
skip_if_only_changed: ^(LICENSE|OWNERS|.*\.md|\.gitignore|\.goreleaser\.yaml|\.golang-ci\.yml|renovate\.json|\.ci-operator\.yaml)$|^(?:docs|\.github|\.tekton|subsystem|examples)(?:/|$)
steps:
cluster_profile: oex-aws-qe
env:
Expand All @@ -173,6 +181,7 @@ tests:
- always_run: false
as: rosa-classic-full-resources-optional-presubmit
optional: true
skip_if_only_changed: ^(LICENSE|OWNERS|.*\.md|\.gitignore|\.goreleaser\.yaml|\.golang-ci\.yml|renovate\.json|\.ci-operator\.yaml)$|^(?:docs|\.github|\.tekton|subsystem|examples)(?:/|$)
steps:
cluster_profile: oex-aws-qe
env:
Expand All @@ -190,7 +199,7 @@ tests:
workflow: rhcs-aws-sts
- always_run: false
as: rosa-hcp-advanced-critical-high-presubmit
skip_if_only_changed: ^(LICENSE|OWNERS|README\.md|\.gitignore|\.goreleaser\.yaml|\.golang-ci\.yml|renovate\.json|\.ci-operator\.yaml)$|^(?:docs|\.github|\.tekton|subsystem|examples)
skip_if_only_changed: ^(LICENSE|OWNERS|.*\.md|\.gitignore|\.goreleaser\.yaml|\.golang-ci\.yml|renovate\.json|\.ci-operator\.yaml)$|^(?:docs|\.github|\.tekton|subsystem|examples)(?:/|$)
steps:
cluster_profile: oex-aws-qe
env:
Expand All @@ -206,7 +215,7 @@ tests:
workflow: rhcs-aws-sts
- always_run: false
as: rosa-hcp-private-critical-high-presubmit
skip_if_only_changed: ^(LICENSE|OWNERS|README\.md|\.gitignore|\.goreleaser\.yaml|\.golang-ci\.yml|renovate\.json|\.ci-operator\.yaml)$|^(?:docs|\.github|\.tekton|subsystem|examples)
skip_if_only_changed: ^(LICENSE|OWNERS|.*\.md|\.gitignore|\.goreleaser\.yaml|\.golang-ci\.yml|renovate\.json|\.ci-operator\.yaml)$|^(?:docs|\.github|\.tekton|subsystem|examples)(?:/|$)
steps:
cluster_profile: oex-aws-qe
env:
Expand All @@ -223,6 +232,7 @@ tests:
- always_run: false
as: rosa-hcp-arm-critical-high-presubmit
optional: true
skip_if_only_changed: ^(LICENSE|OWNERS|.*\.md|\.gitignore|\.goreleaser\.yaml|\.golang-ci\.yml|renovate\.json|\.ci-operator\.yaml)$|^(?:docs|\.github|\.tekton|subsystem|examples)(?:/|$)
steps:
cluster_profile: oex-aws-qe
env:
Expand All @@ -240,6 +250,7 @@ tests:
- always_run: false
as: rosa-hcp-advanced-optional-presubmit
optional: true
skip_if_only_changed: ^(LICENSE|OWNERS|.*\.md|\.gitignore|\.goreleaser\.yaml|\.golang-ci\.yml|renovate\.json|\.ci-operator\.yaml)$|^(?:docs|\.github|\.tekton|subsystem|examples)(?:/|$)
steps:
cluster_profile: oex-aws-qe
env:
Expand All @@ -256,6 +267,7 @@ tests:
- always_run: false
as: rosa-hcp-private-optional-presubmit
optional: true
skip_if_only_changed: ^(LICENSE|OWNERS|.*\.md|\.gitignore|\.goreleaser\.yaml|\.golang-ci\.yml|renovate\.json|\.ci-operator\.yaml)$|^(?:docs|\.github|\.tekton|subsystem|examples)(?:/|$)
steps:
cluster_profile: oex-aws-qe
env:
Expand All @@ -272,6 +284,7 @@ tests:
- always_run: false
as: rosa-hcp-arm-optional-presubmit
optional: true
skip_if_only_changed: ^(LICENSE|OWNERS|.*\.md|\.gitignore|\.goreleaser\.yaml|\.golang-ci\.yml|renovate\.json|\.ci-operator\.yaml)$|^(?:docs|\.github|\.tekton|subsystem|examples)(?:/|$)
steps:
cluster_profile: oex-aws-qe
env:
Expand All @@ -289,6 +302,7 @@ tests:
- always_run: false
as: rosa-hcp-network-optional-presubmit
optional: true
skip_if_only_changed: ^(LICENSE|OWNERS|.*\.md|\.gitignore|\.goreleaser\.yaml|\.golang-ci\.yml|renovate\.json|\.ci-operator\.yaml)$|^(?:docs|\.github|\.tekton|subsystem|examples)(?:/|$)
steps:
cluster_profile: oex-aws-qe
env:
Expand All @@ -305,6 +319,7 @@ tests:
- always_run: false
as: rosa-hcp-encryption-optional-presubmit
optional: true
skip_if_only_changed: ^(LICENSE|OWNERS|.*\.md|\.gitignore|\.goreleaser\.yaml|\.golang-ci\.yml|renovate\.json|\.ci-operator\.yaml)$|^(?:docs|\.github|\.tekton|subsystem|examples)(?:/|$)
steps:
cluster_profile: oex-aws-qe
env:
Expand All @@ -321,6 +336,7 @@ tests:
- always_run: false
as: rosa-hcp-upgrade-y-optional-presubmit
optional: true
skip_if_only_changed: ^(LICENSE|OWNERS|.*\.md|\.gitignore|\.goreleaser\.yaml|\.golang-ci\.yml|renovate\.json|\.ci-operator\.yaml)$|^(?:docs|\.github|\.tekton|subsystem|examples)(?:/|$)
steps:
cluster_profile: oex-aws-qe
env:
Expand All @@ -339,6 +355,7 @@ tests:
- always_run: false
as: rosa-hcp-upgrade-z-optional-presubmit
optional: true
skip_if_only_changed: ^(LICENSE|OWNERS|.*\.md|\.gitignore|\.goreleaser\.yaml|\.golang-ci\.yml|renovate\.json|\.ci-operator\.yaml)$|^(?:docs|\.github|\.tekton|subsystem|examples)(?:/|$)
steps:
cluster_profile: oex-aws-qe
env:
Expand All @@ -357,6 +374,7 @@ tests:
- always_run: false
as: rosa-hcp-full-resources-optional-presubmit
optional: true
skip_if_only_changed: ^(LICENSE|OWNERS|.*\.md|\.gitignore|\.goreleaser\.yaml|\.golang-ci\.yml|renovate\.json|\.ci-operator\.yaml)$|^(?:docs|\.github|\.tekton|subsystem|examples)(?:/|$)
steps:
cluster_profile: oex-aws-qe
env:
Expand All @@ -375,6 +393,7 @@ tests:
- always_run: false
as: rosa-day1-supplemental-optional-presubmit
optional: true
skip_if_only_changed: ^(LICENSE|OWNERS|.*\.md|\.gitignore|\.goreleaser\.yaml|\.golang-ci\.yml|renovate\.json|\.ci-operator\.yaml)$|^(?:docs|\.github|\.tekton|subsystem|examples)(?:/|$)
steps:
cluster_profile: oex-aws-qe
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ images:
items:
- dockerfile_path: build/ci-tf-e2e.Dockerfile
to: rhcs-tf-e2e
skip_if_only_changed: ^(LICENSE|OWNERS|.*\.md|\.gitignore|\.goreleaser\.yaml|\.golang-ci\.yml|renovate\.json|\.ci-operator\.yaml)$|^(?:docs|\.github|\.tekton|subsystem|examples)(?:/|$)
releases:
latest:
integration:
Expand Down
Loading