osmith submitted this change.
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
---
M jobs/master-builds.yml
1 file 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")
To view, visit change 30352. To unsubscribe, or for help writing mail filters, visit settings.