osmith submitted this change.
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:
To view, visit change 30480. To unsubscribe, or for help writing mail filters, visit settings.