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
This commit is contained in:
Oliver Smith 2022-11-28 15:00:38 +01:00
parent 310859b21a
commit 935d742837
1 changed files with 2 additions and 3 deletions

View File

@ -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")