From f91c9154c9a9693c8754ab5cdb98171d91b1ceb9 Mon Sep 17 00:00:00 2001 From: Bruno Bernardo Date: Fri, 12 Dec 2025 15:40:26 +0100 Subject: [PATCH] CI: use [gcp_very_high_cpu] in [oc.build_kernels] --- .gitlab/ci/pipelines/before_merging.yml | 2 +- .gitlab/ci/pipelines/etherlink.daily.yml | 2 +- .gitlab/ci/pipelines/merge_train.yml | 2 +- .../ci/pipelines/schedule_extended_baker_remote_mode_test.yml | 2 +- .gitlab/ci/pipelines/schedule_extended_dal_use_baker.yml | 2 +- .gitlab/ci/pipelines/schedule_extended_rpc_test.yml | 2 +- .gitlab/ci/pipelines/schedule_extended_test.yml | 2 +- .gitlab/ci/pipelines/schedule_extended_validation_test.yml | 2 +- ci/lib_tezos_ci_jobs/kernels.ml | 1 + 9 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.gitlab/ci/pipelines/before_merging.yml b/.gitlab/ci/pipelines/before_merging.yml index 6fb4c6fc67de..fe93da6721c1 100644 --- a/.gitlab/ci/pipelines/before_merging.yml +++ b/.gitlab/ci/pipelines/before_merging.yml @@ -1809,7 +1809,7 @@ oc.build_kernels: image: ${rust_toolchain_image_name}:${rust_toolchain_image_tag} stage: build tags: - - gcp + - gcp_very_high_cpu rules: - if: $CI_MERGE_REQUEST_LABELS =~ /(?:^|,)ci--docs(?:$|,)/ when: on_success diff --git a/.gitlab/ci/pipelines/etherlink.daily.yml b/.gitlab/ci/pipelines/etherlink.daily.yml index 6ca68dcd3996..bcc64885defd 100644 --- a/.gitlab/ci/pipelines/etherlink.daily.yml +++ b/.gitlab/ci/pipelines/etherlink.daily.yml @@ -228,7 +228,7 @@ oc.build_kernels: image: ${rust_toolchain_image_name}:${rust_toolchain_image_tag} stage: build tags: - - gcp + - gcp_very_high_cpu needs: - oc.docker:rust-toolchain:amd64 dependencies: diff --git a/.gitlab/ci/pipelines/merge_train.yml b/.gitlab/ci/pipelines/merge_train.yml index 9d636ad96d75..28ce9b980aab 100644 --- a/.gitlab/ci/pipelines/merge_train.yml +++ b/.gitlab/ci/pipelines/merge_train.yml @@ -1743,7 +1743,7 @@ oc.build_kernels: image: ${rust_toolchain_image_name}:${rust_toolchain_image_tag} stage: build tags: - - gcp + - gcp_very_high_cpu rules: - if: $CI_MERGE_REQUEST_LABELS =~ /(?:^|,)ci--docs(?:$|,)/ when: on_success diff --git a/.gitlab/ci/pipelines/schedule_extended_baker_remote_mode_test.yml b/.gitlab/ci/pipelines/schedule_extended_baker_remote_mode_test.yml index c9ddbaab1a4b..a594280573f4 100644 --- a/.gitlab/ci/pipelines/schedule_extended_baker_remote_mode_test.yml +++ b/.gitlab/ci/pipelines/schedule_extended_baker_remote_mode_test.yml @@ -64,7 +64,7 @@ oc.build_kernels: image: ${rust_toolchain_image_name}:${rust_toolchain_image_tag} stage: build tags: - - gcp + - gcp_very_high_cpu needs: - oc.docker:rust-toolchain:amd64 dependencies: diff --git a/.gitlab/ci/pipelines/schedule_extended_dal_use_baker.yml b/.gitlab/ci/pipelines/schedule_extended_dal_use_baker.yml index c9ddbaab1a4b..a594280573f4 100644 --- a/.gitlab/ci/pipelines/schedule_extended_dal_use_baker.yml +++ b/.gitlab/ci/pipelines/schedule_extended_dal_use_baker.yml @@ -64,7 +64,7 @@ oc.build_kernels: image: ${rust_toolchain_image_name}:${rust_toolchain_image_tag} stage: build tags: - - gcp + - gcp_very_high_cpu needs: - oc.docker:rust-toolchain:amd64 dependencies: diff --git a/.gitlab/ci/pipelines/schedule_extended_rpc_test.yml b/.gitlab/ci/pipelines/schedule_extended_rpc_test.yml index c9ddbaab1a4b..a594280573f4 100644 --- a/.gitlab/ci/pipelines/schedule_extended_rpc_test.yml +++ b/.gitlab/ci/pipelines/schedule_extended_rpc_test.yml @@ -64,7 +64,7 @@ oc.build_kernels: image: ${rust_toolchain_image_name}:${rust_toolchain_image_tag} stage: build tags: - - gcp + - gcp_very_high_cpu needs: - oc.docker:rust-toolchain:amd64 dependencies: diff --git a/.gitlab/ci/pipelines/schedule_extended_test.yml b/.gitlab/ci/pipelines/schedule_extended_test.yml index b976a75d9af6..852d6e78d519 100644 --- a/.gitlab/ci/pipelines/schedule_extended_test.yml +++ b/.gitlab/ci/pipelines/schedule_extended_test.yml @@ -1146,7 +1146,7 @@ oc.build_kernels: image: ${rust_toolchain_image_name}:${rust_toolchain_image_tag} stage: build tags: - - gcp + - gcp_very_high_cpu needs: - oc.docker:rust-toolchain:amd64 dependencies: diff --git a/.gitlab/ci/pipelines/schedule_extended_validation_test.yml b/.gitlab/ci/pipelines/schedule_extended_validation_test.yml index c9ddbaab1a4b..a594280573f4 100644 --- a/.gitlab/ci/pipelines/schedule_extended_validation_test.yml +++ b/.gitlab/ci/pipelines/schedule_extended_validation_test.yml @@ -64,7 +64,7 @@ oc.build_kernels: image: ${rust_toolchain_image_name}:${rust_toolchain_image_tag} stage: build tags: - - gcp + - gcp_very_high_cpu needs: - oc.docker:rust-toolchain:amd64 dependencies: diff --git a/ci/lib_tezos_ci_jobs/kernels.ml b/ci/lib_tezos_ci_jobs/kernels.ml index 3551d5c6aebd..0713e84d9c02 100644 --- a/ci/lib_tezos_ci_jobs/kernels.ml +++ b/ci/lib_tezos_ci_jobs/kernels.ml @@ -78,6 +78,7 @@ let job_build_kernels = ~__POS__ ~stage:Build ~description:"Build the kernels, including the Etherlink kernel." + ~cpu:Very_high ~image:Tezos_ci.Images.rust_toolchain ~only_if_changed: [ -- GitLab