Skip to content

Commit

Permalink
test/configure-generators: setup-osbuild-repo for inspect
Browse files Browse the repository at this point in the history
Since we now inspect the generated manifests in he generate-manifests
jobs [1], we need the pinned version of osbuild.

[1] cdbf17d
  • Loading branch information
achilleas-k authored and ondrejbudai committed Apr 11, 2024
1 parent 0c1d55c commit 9b91fba
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2401,6 +2401,7 @@ generate-manifests-centos-10-ppc64le:
RUNNER: aws/fedora-39-x86_64
INTERNAL_NETWORK: "true"
script:
- sudo ./test/scripts/setup-osbuild-repo
- sudo ./test/scripts/install-dependencies
- go run ./cmd/gen-manifests --arches ppc64le --distros centos-10 --workers 10 --metadata=false --output ./manifests
- for manifest in ./manifests/*; do
Expand All @@ -2419,6 +2420,7 @@ generate-manifests-centos-10-s390x:
RUNNER: aws/fedora-39-x86_64
INTERNAL_NETWORK: "true"
script:
- sudo ./test/scripts/setup-osbuild-repo
- sudo ./test/scripts/install-dependencies
- go run ./cmd/gen-manifests --arches s390x --distros centos-10 --workers 10 --metadata=false --output ./manifests
- for manifest in ./manifests/*; do
Expand All @@ -2437,6 +2439,7 @@ generate-manifests-centos-8-ppc64le:
RUNNER: aws/fedora-39-x86_64
INTERNAL_NETWORK: "true"
script:
- sudo ./test/scripts/setup-osbuild-repo
- sudo ./test/scripts/install-dependencies
- go run ./cmd/gen-manifests --arches ppc64le --distros centos-8 --workers 10 --metadata=false --output ./manifests
- for manifest in ./manifests/*; do
Expand All @@ -2455,6 +2458,7 @@ generate-manifests-centos-9-ppc64le:
RUNNER: aws/fedora-39-x86_64
INTERNAL_NETWORK: "true"
script:
- sudo ./test/scripts/setup-osbuild-repo
- sudo ./test/scripts/install-dependencies
- go run ./cmd/gen-manifests --arches ppc64le --distros centos-9 --workers 10 --metadata=false --output ./manifests
- for manifest in ./manifests/*; do
Expand All @@ -2473,6 +2477,7 @@ generate-manifests-centos-9-s390x:
RUNNER: aws/fedora-39-x86_64
INTERNAL_NETWORK: "true"
script:
- sudo ./test/scripts/setup-osbuild-repo
- sudo ./test/scripts/install-dependencies
- go run ./cmd/gen-manifests --arches s390x --distros centos-9 --workers 10 --metadata=false --output ./manifests
- for manifest in ./manifests/*; do
Expand All @@ -2491,6 +2496,7 @@ generate-manifests-fedora-38-ppc64le:
RUNNER: aws/fedora-39-x86_64
INTERNAL_NETWORK: "true"
script:
- sudo ./test/scripts/setup-osbuild-repo
- sudo ./test/scripts/install-dependencies
- go run ./cmd/gen-manifests --arches ppc64le --distros fedora-38 --workers 10 --metadata=false --output ./manifests
- for manifest in ./manifests/*; do
Expand All @@ -2509,6 +2515,7 @@ generate-manifests-fedora-38-s390x:
RUNNER: aws/fedora-39-x86_64
INTERNAL_NETWORK: "true"
script:
- sudo ./test/scripts/setup-osbuild-repo
- sudo ./test/scripts/install-dependencies
- go run ./cmd/gen-manifests --arches s390x --distros fedora-38 --workers 10 --metadata=false --output ./manifests
- for manifest in ./manifests/*; do
Expand All @@ -2527,6 +2534,7 @@ generate-manifests-fedora-39-ppc64le:
RUNNER: aws/fedora-39-x86_64
INTERNAL_NETWORK: "true"
script:
- sudo ./test/scripts/setup-osbuild-repo
- sudo ./test/scripts/install-dependencies
- go run ./cmd/gen-manifests --arches ppc64le --distros fedora-39 --workers 10 --metadata=false --output ./manifests
- for manifest in ./manifests/*; do
Expand All @@ -2545,6 +2553,7 @@ generate-manifests-fedora-39-s390x:
RUNNER: aws/fedora-39-x86_64
INTERNAL_NETWORK: "true"
script:
- sudo ./test/scripts/setup-osbuild-repo
- sudo ./test/scripts/install-dependencies
- go run ./cmd/gen-manifests --arches s390x --distros fedora-39 --workers 10 --metadata=false --output ./manifests
- for manifest in ./manifests/*; do
Expand All @@ -2563,6 +2572,7 @@ generate-manifests-rhel-10.0-ppc64le:
RUNNER: aws/fedora-39-x86_64
INTERNAL_NETWORK: "true"
script:
- sudo ./test/scripts/setup-osbuild-repo
- sudo ./test/scripts/install-dependencies
- go run ./cmd/gen-manifests --arches ppc64le --distros rhel-10.0 --workers 10 --metadata=false --output ./manifests
- for manifest in ./manifests/*; do
Expand All @@ -2581,6 +2591,7 @@ generate-manifests-rhel-10.0-s390x:
RUNNER: aws/fedora-39-x86_64
INTERNAL_NETWORK: "true"
script:
- sudo ./test/scripts/setup-osbuild-repo
- sudo ./test/scripts/install-dependencies
- go run ./cmd/gen-manifests --arches s390x --distros rhel-10.0 --workers 10 --metadata=false --output ./manifests
- for manifest in ./manifests/*; do
Expand All @@ -2599,6 +2610,7 @@ generate-manifests-rhel-8.10-ppc64le:
RUNNER: aws/fedora-39-x86_64
INTERNAL_NETWORK: "true"
script:
- sudo ./test/scripts/setup-osbuild-repo
- sudo ./test/scripts/install-dependencies
- go run ./cmd/gen-manifests --arches ppc64le --distros rhel-8.10 --workers 10 --metadata=false --output ./manifests
- for manifest in ./manifests/*; do
Expand All @@ -2617,6 +2629,7 @@ generate-manifests-rhel-8.10-s390x:
RUNNER: aws/fedora-39-x86_64
INTERNAL_NETWORK: "true"
script:
- sudo ./test/scripts/setup-osbuild-repo
- sudo ./test/scripts/install-dependencies
- go run ./cmd/gen-manifests --arches s390x --distros rhel-8.10 --workers 10 --metadata=false --output ./manifests
- for manifest in ./manifests/*; do
Expand All @@ -2635,6 +2648,7 @@ generate-manifests-rhel-8.4-ppc64le:
RUNNER: aws/fedora-39-x86_64
INTERNAL_NETWORK: "true"
script:
- sudo ./test/scripts/setup-osbuild-repo
- sudo ./test/scripts/install-dependencies
- go run ./cmd/gen-manifests --arches ppc64le --distros rhel-8.4 --workers 10 --metadata=false --output ./manifests
- for manifest in ./manifests/*; do
Expand All @@ -2653,6 +2667,7 @@ generate-manifests-rhel-8.4-s390x:
RUNNER: aws/fedora-39-x86_64
INTERNAL_NETWORK: "true"
script:
- sudo ./test/scripts/setup-osbuild-repo
- sudo ./test/scripts/install-dependencies
- go run ./cmd/gen-manifests --arches s390x --distros rhel-8.4 --workers 10 --metadata=false --output ./manifests
- for manifest in ./manifests/*; do
Expand All @@ -2671,6 +2686,7 @@ generate-manifests-rhel-8.5-ppc64le:
RUNNER: aws/fedora-39-x86_64
INTERNAL_NETWORK: "true"
script:
- sudo ./test/scripts/setup-osbuild-repo
- sudo ./test/scripts/install-dependencies
- go run ./cmd/gen-manifests --arches ppc64le --distros rhel-8.5 --workers 10 --metadata=false --output ./manifests
- for manifest in ./manifests/*; do
Expand All @@ -2689,6 +2705,7 @@ generate-manifests-rhel-8.5-s390x:
RUNNER: aws/fedora-39-x86_64
INTERNAL_NETWORK: "true"
script:
- sudo ./test/scripts/setup-osbuild-repo
- sudo ./test/scripts/install-dependencies
- go run ./cmd/gen-manifests --arches s390x --distros rhel-8.5 --workers 10 --metadata=false --output ./manifests
- for manifest in ./manifests/*; do
Expand All @@ -2707,6 +2724,7 @@ generate-manifests-rhel-8.6-ppc64le:
RUNNER: aws/fedora-39-x86_64
INTERNAL_NETWORK: "true"
script:
- sudo ./test/scripts/setup-osbuild-repo
- sudo ./test/scripts/install-dependencies
- go run ./cmd/gen-manifests --arches ppc64le --distros rhel-8.6 --workers 10 --metadata=false --output ./manifests
- for manifest in ./manifests/*; do
Expand All @@ -2725,6 +2743,7 @@ generate-manifests-rhel-8.6-s390x:
RUNNER: aws/fedora-39-x86_64
INTERNAL_NETWORK: "true"
script:
- sudo ./test/scripts/setup-osbuild-repo
- sudo ./test/scripts/install-dependencies
- go run ./cmd/gen-manifests --arches s390x --distros rhel-8.6 --workers 10 --metadata=false --output ./manifests
- for manifest in ./manifests/*; do
Expand All @@ -2743,6 +2762,7 @@ generate-manifests-rhel-8.7-ppc64le:
RUNNER: aws/fedora-39-x86_64
INTERNAL_NETWORK: "true"
script:
- sudo ./test/scripts/setup-osbuild-repo
- sudo ./test/scripts/install-dependencies
- go run ./cmd/gen-manifests --arches ppc64le --distros rhel-8.7 --workers 10 --metadata=false --output ./manifests
- for manifest in ./manifests/*; do
Expand All @@ -2761,6 +2781,7 @@ generate-manifests-rhel-8.7-s390x:
RUNNER: aws/fedora-39-x86_64
INTERNAL_NETWORK: "true"
script:
- sudo ./test/scripts/setup-osbuild-repo
- sudo ./test/scripts/install-dependencies
- go run ./cmd/gen-manifests --arches s390x --distros rhel-8.7 --workers 10 --metadata=false --output ./manifests
- for manifest in ./manifests/*; do
Expand All @@ -2779,6 +2800,7 @@ generate-manifests-rhel-8.8-ppc64le:
RUNNER: aws/fedora-39-x86_64
INTERNAL_NETWORK: "true"
script:
- sudo ./test/scripts/setup-osbuild-repo
- sudo ./test/scripts/install-dependencies
- go run ./cmd/gen-manifests --arches ppc64le --distros rhel-8.8 --workers 10 --metadata=false --output ./manifests
- for manifest in ./manifests/*; do
Expand All @@ -2797,6 +2819,7 @@ generate-manifests-rhel-8.8-s390x:
RUNNER: aws/fedora-39-x86_64
INTERNAL_NETWORK: "true"
script:
- sudo ./test/scripts/setup-osbuild-repo
- sudo ./test/scripts/install-dependencies
- go run ./cmd/gen-manifests --arches s390x --distros rhel-8.8 --workers 10 --metadata=false --output ./manifests
- for manifest in ./manifests/*; do
Expand All @@ -2815,6 +2838,7 @@ generate-manifests-rhel-8.9-ppc64le:
RUNNER: aws/fedora-39-x86_64
INTERNAL_NETWORK: "true"
script:
- sudo ./test/scripts/setup-osbuild-repo
- sudo ./test/scripts/install-dependencies
- go run ./cmd/gen-manifests --arches ppc64le --distros rhel-8.9 --workers 10 --metadata=false --output ./manifests
- for manifest in ./manifests/*; do
Expand All @@ -2833,6 +2857,7 @@ generate-manifests-rhel-8.9-s390x:
RUNNER: aws/fedora-39-x86_64
INTERNAL_NETWORK: "true"
script:
- sudo ./test/scripts/setup-osbuild-repo
- sudo ./test/scripts/install-dependencies
- go run ./cmd/gen-manifests --arches s390x --distros rhel-8.9 --workers 10 --metadata=false --output ./manifests
- for manifest in ./manifests/*; do
Expand All @@ -2851,6 +2876,7 @@ generate-manifests-rhel-9.0-ppc64le:
RUNNER: aws/fedora-39-x86_64
INTERNAL_NETWORK: "true"
script:
- sudo ./test/scripts/setup-osbuild-repo
- sudo ./test/scripts/install-dependencies
- go run ./cmd/gen-manifests --arches ppc64le --distros rhel-9.0 --workers 10 --metadata=false --output ./manifests
- for manifest in ./manifests/*; do
Expand All @@ -2869,6 +2895,7 @@ generate-manifests-rhel-9.0-s390x:
RUNNER: aws/fedora-39-x86_64
INTERNAL_NETWORK: "true"
script:
- sudo ./test/scripts/setup-osbuild-repo
- sudo ./test/scripts/install-dependencies
- go run ./cmd/gen-manifests --arches s390x --distros rhel-9.0 --workers 10 --metadata=false --output ./manifests
- for manifest in ./manifests/*; do
Expand All @@ -2887,6 +2914,7 @@ generate-manifests-rhel-9.1-ppc64le:
RUNNER: aws/fedora-39-x86_64
INTERNAL_NETWORK: "true"
script:
- sudo ./test/scripts/setup-osbuild-repo
- sudo ./test/scripts/install-dependencies
- go run ./cmd/gen-manifests --arches ppc64le --distros rhel-9.1 --workers 10 --metadata=false --output ./manifests
- for manifest in ./manifests/*; do
Expand All @@ -2905,6 +2933,7 @@ generate-manifests-rhel-9.1-s390x:
RUNNER: aws/fedora-39-x86_64
INTERNAL_NETWORK: "true"
script:
- sudo ./test/scripts/setup-osbuild-repo
- sudo ./test/scripts/install-dependencies
- go run ./cmd/gen-manifests --arches s390x --distros rhel-9.1 --workers 10 --metadata=false --output ./manifests
- for manifest in ./manifests/*; do
Expand All @@ -2923,6 +2952,7 @@ generate-manifests-rhel-9.2-ppc64le:
RUNNER: aws/fedora-39-x86_64
INTERNAL_NETWORK: "true"
script:
- sudo ./test/scripts/setup-osbuild-repo
- sudo ./test/scripts/install-dependencies
- go run ./cmd/gen-manifests --arches ppc64le --distros rhel-9.2 --workers 10 --metadata=false --output ./manifests
- for manifest in ./manifests/*; do
Expand All @@ -2941,6 +2971,7 @@ generate-manifests-rhel-9.2-s390x:
RUNNER: aws/fedora-39-x86_64
INTERNAL_NETWORK: "true"
script:
- sudo ./test/scripts/setup-osbuild-repo
- sudo ./test/scripts/install-dependencies
- go run ./cmd/gen-manifests --arches s390x --distros rhel-9.2 --workers 10 --metadata=false --output ./manifests
- for manifest in ./manifests/*; do
Expand All @@ -2959,6 +2990,7 @@ generate-manifests-rhel-9.3-ppc64le:
RUNNER: aws/fedora-39-x86_64
INTERNAL_NETWORK: "true"
script:
- sudo ./test/scripts/setup-osbuild-repo
- sudo ./test/scripts/install-dependencies
- go run ./cmd/gen-manifests --arches ppc64le --distros rhel-9.3 --workers 10 --metadata=false --output ./manifests
- for manifest in ./manifests/*; do
Expand All @@ -2977,6 +3009,7 @@ generate-manifests-rhel-9.3-s390x:
RUNNER: aws/fedora-39-x86_64
INTERNAL_NETWORK: "true"
script:
- sudo ./test/scripts/setup-osbuild-repo
- sudo ./test/scripts/install-dependencies
- go run ./cmd/gen-manifests --arches s390x --distros rhel-9.3 --workers 10 --metadata=false --output ./manifests
- for manifest in ./manifests/*; do
Expand All @@ -2995,6 +3028,7 @@ generate-manifests-rhel-9.4-ppc64le:
RUNNER: aws/fedora-39-x86_64
INTERNAL_NETWORK: "true"
script:
- sudo ./test/scripts/setup-osbuild-repo
- sudo ./test/scripts/install-dependencies
- go run ./cmd/gen-manifests --arches ppc64le --distros rhel-9.4 --workers 10 --metadata=false --output ./manifests
- for manifest in ./manifests/*; do
Expand All @@ -3013,6 +3047,7 @@ generate-manifests-rhel-9.4-s390x:
RUNNER: aws/fedora-39-x86_64
INTERNAL_NETWORK: "true"
script:
- sudo ./test/scripts/setup-osbuild-repo
- sudo ./test/scripts/install-dependencies
- go run ./cmd/gen-manifests --arches s390x --distros rhel-9.4 --workers 10 --metadata=false --output ./manifests
- for manifest in ./manifests/*; do
Expand Down
1 change: 1 addition & 0 deletions test/scripts/generate-gitlab-ci
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ generate-manifests-{distro}-{arch}:
RUNNER: aws/fedora-39-x86_64
INTERNAL_NETWORK: "true"
script:
- sudo ./test/scripts/setup-osbuild-repo
- sudo ./test/scripts/install-dependencies
- go run ./cmd/gen-manifests --arches {arch} --distros {distro} --workers 10 --metadata=false --output ./manifests
- for manifest in ./manifests/*; do
Expand Down

0 comments on commit 9b91fba

Please sign in to comment.