From 23b50d051c110e1e231b6f005c3101b8131d2d23 Mon Sep 17 00:00:00 2001 From: "Gibbs, Ian" Date: Thu, 20 Nov 2025 21:45:03 +0000 Subject: [PATCH 1/3] assign runner sonic03 --- .gitlab-ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eaab5a5..f6f9994 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,7 +39,7 @@ stages: job_noop: stage: 0_noop allow_failure: false - tags: [ sonic02.sns.gov ] + tags: [ sonic03.sns.gov ] script: - env | sed -n '/^CI_/p' | sort - env | sed -n '/^FF_/p' | sort @@ -51,7 +51,7 @@ job_noop: job_readybake_lint: stage: 1_setup allow_failure: false - tags: [ sonic02.sns.gov ] + tags: [ sonic03.sns.gov ] script: - docker images -a - env | grep READYBAKE_ || true @@ -85,7 +85,7 @@ job_readybake_lint: job_readybake_rpmbuild: stage: 1_setup allow_failure: false - tags: [ sonic02.sns.gov ] + tags: [ sonic03.sns.gov ] script: - docker images -a - env | grep READYBAKE_ || true @@ -117,7 +117,7 @@ job_readybake_rpmbuild: job_lint_precommit: stage: 2_lint allow_failure: true - tags: [ sonic02.sns.gov ] + tags: [ sonic03.sns.gov ] script: - docker images -a - | @@ -137,7 +137,7 @@ job_lint_precommit: job_lint_rpmspec: stage: 2_lint allow_failure: false - tags: [ sonic02.sns.gov ] + tags: [ sonic03.sns.gov ] script: - docker images -a - | @@ -157,7 +157,7 @@ job_lint_rpmspec: job_rpmbuild: stage: 3_build allow_failure: false - tags: [ sonic02.sns.gov ] + tags: [ sonic03.sns.gov ] script: - docker images -a - | @@ -195,7 +195,7 @@ job_rpmbuild: job_tag_validate: stage: 4_validate allow_failure: false - tags: [ sonic02.sns.gov ] + tags: [ sonic03.sns.gov ] script: - docker images -a - pwd @@ -263,7 +263,7 @@ job_tag_validate: job_tag_release: stage: 5_release allow_failure: false - tags: [ sonic02.sns.gov ] + tags: [ sonic03.sns.gov ] script: - docker images -a - pwd @@ -365,7 +365,7 @@ job_tag_release: .job_docker_cleanup: &job_docker_cleanup stage: 6_cleanup allow_failure: false - tags: [ sonic02.sns.gov ] + tags: [ sonic03.sns.gov ] script: - docker images -a - docker rmi --force readybake_lint:latest -- GitLab From 66b51adbd2a24488f559b8bd2b36f54e0b698fe2 Mon Sep 17 00:00:00 2001 From: "Gibbs, Ian" Date: Thu, 20 Nov 2025 21:46:34 +0000 Subject: [PATCH 2/3] set runner sonic03, shell executor --- .gitlab-ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f6f9994..d8fc710 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,7 +39,7 @@ stages: job_noop: stage: 0_noop allow_failure: false - tags: [ sonic03.sns.gov ] + tags: [ sonic03.sns.gov, executer.shell ] script: - env | sed -n '/^CI_/p' | sort - env | sed -n '/^FF_/p' | sort @@ -51,7 +51,7 @@ job_noop: job_readybake_lint: stage: 1_setup allow_failure: false - tags: [ sonic03.sns.gov ] + tags: [ sonic03.sns.gov, executer.shell ] script: - docker images -a - env | grep READYBAKE_ || true @@ -85,7 +85,7 @@ job_readybake_lint: job_readybake_rpmbuild: stage: 1_setup allow_failure: false - tags: [ sonic03.sns.gov ] + tags: [ sonic03.sns.gov, executer.shell ] script: - docker images -a - env | grep READYBAKE_ || true @@ -117,7 +117,7 @@ job_readybake_rpmbuild: job_lint_precommit: stage: 2_lint allow_failure: true - tags: [ sonic03.sns.gov ] + tags: [ sonic03.sns.gov, executer.shell ] script: - docker images -a - | @@ -137,7 +137,7 @@ job_lint_precommit: job_lint_rpmspec: stage: 2_lint allow_failure: false - tags: [ sonic03.sns.gov ] + tags: [ sonic03.sns.gov, executer.shell ] script: - docker images -a - | @@ -157,7 +157,7 @@ job_lint_rpmspec: job_rpmbuild: stage: 3_build allow_failure: false - tags: [ sonic03.sns.gov ] + tags: [ sonic03.sns.gov, executer.shell ] script: - docker images -a - | @@ -195,7 +195,7 @@ job_rpmbuild: job_tag_validate: stage: 4_validate allow_failure: false - tags: [ sonic03.sns.gov ] + tags: [ sonic03.sns.gov, executer.shell ] script: - docker images -a - pwd @@ -263,7 +263,7 @@ job_tag_validate: job_tag_release: stage: 5_release allow_failure: false - tags: [ sonic03.sns.gov ] + tags: [ sonic03.sns.gov, executer.shell ] script: - docker images -a - pwd @@ -365,7 +365,7 @@ job_tag_release: .job_docker_cleanup: &job_docker_cleanup stage: 6_cleanup allow_failure: false - tags: [ sonic03.sns.gov ] + tags: [ sonic03.sns.gov, executer.shell ] script: - docker images -a - docker rmi --force readybake_lint:latest -- GitLab From 815c090ef05dc9c53efa95e8bb225541aaf652ce Mon Sep 17 00:00:00 2001 From: "Gibbs, Ian" Date: Thu, 20 Nov 2025 21:51:52 +0000 Subject: [PATCH 3/3] spellcheck --- .gitlab-ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d8fc710..5aff707 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,7 +39,7 @@ stages: job_noop: stage: 0_noop allow_failure: false - tags: [ sonic03.sns.gov, executer.shell ] + tags: [ sonic03.sns.gov, executor.shell ] script: - env | sed -n '/^CI_/p' | sort - env | sed -n '/^FF_/p' | sort @@ -51,7 +51,7 @@ job_noop: job_readybake_lint: stage: 1_setup allow_failure: false - tags: [ sonic03.sns.gov, executer.shell ] + tags: [ sonic03.sns.gov, executor.shell ] script: - docker images -a - env | grep READYBAKE_ || true @@ -85,7 +85,7 @@ job_readybake_lint: job_readybake_rpmbuild: stage: 1_setup allow_failure: false - tags: [ sonic03.sns.gov, executer.shell ] + tags: [ sonic03.sns.gov, executor.shell ] script: - docker images -a - env | grep READYBAKE_ || true @@ -117,7 +117,7 @@ job_readybake_rpmbuild: job_lint_precommit: stage: 2_lint allow_failure: true - tags: [ sonic03.sns.gov, executer.shell ] + tags: [ sonic03.sns.gov, executor.shell ] script: - docker images -a - | @@ -137,7 +137,7 @@ job_lint_precommit: job_lint_rpmspec: stage: 2_lint allow_failure: false - tags: [ sonic03.sns.gov, executer.shell ] + tags: [ sonic03.sns.gov, executor.shell ] script: - docker images -a - | @@ -157,7 +157,7 @@ job_lint_rpmspec: job_rpmbuild: stage: 3_build allow_failure: false - tags: [ sonic03.sns.gov, executer.shell ] + tags: [ sonic03.sns.gov, executor.shell ] script: - docker images -a - | @@ -195,7 +195,7 @@ job_rpmbuild: job_tag_validate: stage: 4_validate allow_failure: false - tags: [ sonic03.sns.gov, executer.shell ] + tags: [ sonic03.sns.gov, executor.shell ] script: - docker images -a - pwd @@ -263,7 +263,7 @@ job_tag_validate: job_tag_release: stage: 5_release allow_failure: false - tags: [ sonic03.sns.gov, executer.shell ] + tags: [ sonic03.sns.gov, executor.shell ] script: - docker images -a - pwd @@ -365,7 +365,7 @@ job_tag_release: .job_docker_cleanup: &job_docker_cleanup stage: 6_cleanup allow_failure: false - tags: [ sonic03.sns.gov, executer.shell ] + tags: [ sonic03.sns.gov, executor.shell ] script: - docker images -a - docker rmi --force readybake_lint:latest -- GitLab