osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/34022 )
Change subject: jobs/osmo-gsm-tester: disable ......................................................................
jobs/osmo-gsm-tester: disable
After _run-prod, _run-rnd, _ttcn3 had already been disabled in I8db4fbe2c695e28eb9f7e738c5a848fb0071714a, also disable _run-virtual and the jobs that build the artifacts (as there is no point in building them if all run jobs are disabled).
osmo-gsm-tester has been unmaintained for a while now, and after migrating most of the CI infrastructure to debian 12, the virtual job started failing because it depends on the debian-buster-jenkins container (debian 10) that we don't build anymore.
While we could still build debian-buster-jenkins, I think it makes more sense to just disable this. The job breaks from time to time, and we don't need to spend time fixing it if it is not really used.
Related: OS#6057 Change-Id: I5f7468a402d82e3b6ee03b4f792ae7e3aae3942b --- M jobs/osmo-gsm-tester-builder.yml M jobs/osmo-gsm-tester-runner.yml 2 files changed, 26 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/22/34022/1
diff --git a/jobs/osmo-gsm-tester-builder.yml b/jobs/osmo-gsm-tester-builder.yml index cd50cb8..c128959 100644 --- a/jobs/osmo-gsm-tester-builder.yml +++ b/jobs/osmo-gsm-tester-builder.yml @@ -46,6 +46,7 @@
- job-template: name: 'osmo-gsm-tester_build-{repo}' + disabled: true project-type: freestyle node: osmo-gsm-tester-build builders: diff --git a/jobs/osmo-gsm-tester-runner.yml b/jobs/osmo-gsm-tester-runner.yml index db0a491..ead0676 100644 --- a/jobs/osmo-gsm-tester-runner.yml +++ b/jobs/osmo-gsm-tester-runner.yml @@ -212,6 +212,7 @@ # virtual tester job - job: name: 'osmo-gsm-tester_virtual' + disabled: true defaults: runner node: 'osmocom-master' scm: