aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-11-28 15:00:38 +0100
committerOliver Smith <osmith@sysmocom.de>2022-11-28 15:10:31 +0100
commit935d742837bb2f7f65a0a3ca61fc0b4d428d0ec8 (patch)
tree30bbce2d25155aa1ea4257052d0468e49af962a2
parent310859b21a31027953f72d6a153078b7db843b1d (diff)
jobs/master-builds: pysim: don't use deb9 lxc
Don't require the debian 9 lxc anymore for publishing docs, the ssh key problem that made this necessary has been solved. Closes: OS#5767 Change-Id: Ia4ee524db059a978bedc1d92804fb59d7513d2cb
-rw-r--r--jobs/master-builds.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index af36148..17f576b 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -419,14 +419,13 @@
- pysim:
concurrent: false
- # OS#5767: only build2-deb9build-ansible is able to upload docs
- slave_axis: !!python/tuple [simtester,osmocom-master,build2-deb9build-ansible]
+ slave_axis: !!python/tuple [simtester,osmocom-master]
a2_name: JOB_TYPE
a2: !!python/tuple ["test", "pylint", "docs"]
combination_filter: >
(JOB_TYPE == "test" && label == "simtester") ||
(JOB_TYPE == "pylint" && label == "osmocom-master") ||
- (JOB_TYPE == "docs" && label == "build2-deb9build-ansible")
+ (JOB_TYPE == "docs" && label == "osmocom-master")
cmd: |
case "$JOB_TYPE" in
"test")