osmith submitted this change.

View Change

Approvals: osmith: Verified pespin: Looks good to me, but someone else must approve msuraev: Looks good to me, but someone else must approve laforge: Looks good to me, approved
jobs: retire osmocom-gerrit-debian* labels

Let the gerrit-binpkgs and gerrit-pipeline-result jobs use the
"osmocom-gerrit" label. Having the -debian10/11 label previously was
useful to make sure this doesn't run on an ancient python version that
fails on f-strings. But since the debian9 builders were retired, this is
not needed anymore. These are the only jobs that used these, so now the
labels in the README can be simplified (following patch).

Related: OS#5793
Change-Id: Ieee95d25e036dcd4869d89b10c281179024672e7
---
M jobs/gerrit-binpkgs.yml
M jobs/gerrit-pipeline-result.yml
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/jobs/gerrit-binpkgs.yml b/jobs/gerrit-binpkgs.yml
index 8408950..247ebad 100644
--- a/jobs/gerrit-binpkgs.yml
+++ b/jobs/gerrit-binpkgs.yml
@@ -13,7 +13,7 @@
- job-template:
name: 'gerrit-binpkgs-{type}'
project-type: freestyle
- node: osmocom-gerrit-debian10 || osmocom-gerrit-debian11
+ node: osmocom-gerrit
concurrent: true
retry-count: 3 # scm checkout
properties:
diff --git a/jobs/gerrit-pipeline-result.yml b/jobs/gerrit-pipeline-result.yml
index 94fc88c..e1a7a74 100644
--- a/jobs/gerrit-pipeline-result.yml
+++ b/jobs/gerrit-pipeline-result.yml
@@ -9,7 +9,7 @@
- job:
name: 'gerrit-pipeline-result'
project-type: freestyle
- node: osmocom-gerrit-debian10 || osmocom-gerrit-debian11
+ node: osmocom-gerrit
retry-count: 3 # scm checkout
properties:
- build-discarder:

1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.

To view, visit change 30480. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ieee95d25e036dcd4869d89b10c281179024672e7
Gerrit-Change-Number: 30480
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: msuraev <msuraev@sysmocom.de>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged