Skip to content

Commit 12e7354

Browse files
committed
ci/prow-entrypoint: build extensions in ocp-rhel-9.6 QEMU tests only
It seems unnecessary to build it in both the `metal` and `qemu` path. Also this implicitly stops building it in the `c9s` tests, where it doesn't make sense.
1 parent 4a9510d commit 12e7354

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

ci/prow-entrypoint.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ cosa_build() {
7474
cosa fetch
7575
# Only build the ostree image by default
7676
cosa build ostree
77-
# Build extensions container
77+
}
78+
79+
cosa_build_extensions() {
7880
cosa buildextend-extensions-container
7981
}
8082

@@ -275,12 +277,14 @@ main() {
275277
setup_user
276278
cosa_init "ocp-rhel-9.6"
277279
cosa_build
280+
cosa_build_extensions
278281
kola_test_qemu
279282
;;
280283
"rhcos-9-build-test-qemu")
281284
setup_user
282285
cosa_init "ocp-rhel-9.6"
283286
cosa_build
287+
cosa_build_extensions
284288
kola_test_qemu
285289
;;
286290
"rhcos-9-build-test-metal")

0 commit comments

Comments
 (0)