From 6022b0bcff39836de45b01f9865ba85a9af94f2f Mon Sep 17 00:00:00 2001 From: fumingwei Date: Tue, 18 Jun 2024 10:30:45 +0800 Subject: [PATCH] bugfix: limit one job in a moment. --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4f28d94..7e2e4f8e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,6 +21,7 @@ stages: - ./tools/upload.sh tags: - tsg-os-installer + resource_group: global .build_onie_bin_x86_64_COTS: script: @@ -33,6 +34,7 @@ stages: - ./tools/upload.sh tags: - tsg-os-builder-el8 + resource_group: global .build_container_images_x86_64_COTS: script: @@ -46,6 +48,7 @@ stages: - ./tools/upload.sh tags: - tsg-os-builder-el8 + resource_group: global .notify_jobs_done: cache: @@ -89,6 +92,7 @@ stages: - mv /tmp/has-built-files.txt ./images tags: - tsg-os-builder-el8 + resource_group: global # feature_branch_build_7400_mcn0: # image: $BUILD_BASED_IMAGE_CENTOS7