aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-11-30 15:03:33 +0100
committerOliver Smith <osmith@sysmocom.de>2022-11-30 17:46:57 +0100
commit0aad1883f1b8fc249c8f1a56c096cb0cae8252df (patch)
tree9998bbf74d2040ac926e187da73ee16f6e78d37e
parent521b83ba3a2844d1a4689aeae937ea0498e74f7c (diff)
jobs: don't set node where it doesn't make sense
Remove the node attribute as these can run on any node. I've configured the three deb11 nodes with "Usage: Use this node as much as possible" instead of previously "Only build jobs with label expression matching this node", so simply not specifying a node is now possible. Previously it wouldn't have any node to run on as all of them were configured that way. Related: OS#5793 Change-Id: I2d67daf1cc7930649d097af23c18990cc3ae55fd
-rw-r--r--jobs/osmo-gsm-manuals-trigger.yml1
-rw-r--r--jobs/registry-triggers.yml1
2 files changed, 0 insertions, 2 deletions
diff --git a/jobs/osmo-gsm-manuals-trigger.yml b/jobs/osmo-gsm-manuals-trigger.yml
index bbb883f..0fca5a7 100644
--- a/jobs/osmo-gsm-manuals-trigger.yml
+++ b/jobs/osmo-gsm-manuals-trigger.yml
@@ -15,7 +15,6 @@
Roll out osmo-gsm-manuals to relevant build environments.<br>
<br>
Related: <a href="https://osmocom.org/issues/4912">OS#4912</a>
- node: osmocom-master-debian9
scm:
- git:
url: https://gerrit.osmocom.org/osmo-gsm-manuals
diff --git a/jobs/registry-triggers.yml b/jobs/registry-triggers.yml
index dcdde85..823062b 100644
--- a/jobs/registry-triggers.yml
+++ b/jobs/registry-triggers.yml
@@ -12,7 +12,6 @@
name: 'registry-trigger-{repos}'
description: |
Update registry.osmocom.org after changes in {repos}.
- node: osmocom-master-debian9
scm:
- git:
url: https://gerrit.osmocom.org/{repos}