osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ci/+/30352 )
Change subject: jobs/master-builds: pysim: don't use deb9 lxc
......................................................................
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(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, but someone else must approve
laforge: Looks good to me, approved
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
https://gerrit.osmocom.org/c/osmo-ci/+/30352
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ia4ee524db059a978bedc1d92804fb59d7513d2cb
Gerrit-Change-Number: 30352
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged