aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-11-30 14:48:05 +0100
committerOliver Smith <osmith@sysmocom.de>2022-11-30 17:46:57 +0100
commit2c6f249934cb494fffa53e03795adf932f51de5a (patch)
tree007469ad4a1c94eb554584d6e66a7bd9d2324b7f
parent4546478c64cdcc6363f1118563b428e7fc09f1df (diff)
jobs/osmocom-release-tarballs: use any node
Prepare to retire build2-deb9build-ansible. With changes in the script, it doesn't need a persistent workspace anymore, it skips building source tarballs if they exist on the remote server. Depends: docker-playground I4b8c149c9cdbe7c613eea5d9be15794de5e5ddce Related: OS#5793 Change-Id: If56614caaa9c0c44419af596451d48c1970e9014
-rw-r--r--jobs/osmocom-release-tarballs.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/jobs/osmocom-release-tarballs.yml b/jobs/osmocom-release-tarballs.yml
index ee83ea4..458cd6d 100644
--- a/jobs/osmocom-release-tarballs.yml
+++ b/jobs/osmocom-release-tarballs.yml
@@ -29,12 +29,9 @@
url: https://gerrit.osmocom.org/docker-playground
git-config-name: 'Jenkins Builder'
git-config-email: 'jenkins@osmocom.org'
- # Don't wipe workspace to keep generated release tarballs
- wipe-workspace: false
+ wipe-workspace: true
triggers:
- timed: "@midnight"
- # Limit to one specific builder (so we don't regenerate all tarballs when switching to another builder)
- node: build2-deb9build-ansible
publishers:
- email:
notify-every-unstable-build: true