aboutsummaryrefslogtreecommitdiffstats
path: root/jobs
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-12-02 23:00:30 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2017-12-02 23:15:37 +0100
commit30e4b60a13be133459d96ae9b293300ea47570c3 (patch)
tree7c80a440a0e84f6c7997333ed657179ae1846cde /jobs
parent7535f0cd16d7390c7efedbc50794dcbeec0d54d6 (diff)
jobs: rename normal-builds.yml to master-builds.yml
Also apply the rename in the job names Change-Id: If623e573e49d4f1a409139c112afbc34e4cc450e
Diffstat (limited to 'jobs')
-rw-r--r--jobs/master-builds.yml (renamed from jobs/normal-builds.yml)6
1 files changed, 3 insertions, 3 deletions
diff --git a/jobs/normal-builds.yml b/jobs/master-builds.yml
index f61715a..aa4edb3 100644
--- a/jobs/normal-builds.yml
+++ b/jobs/master-builds.yml
@@ -2,7 +2,7 @@
# One cane simply add a gerrit job by adding project's repository to repos list.
- project:
- name: normal_build
+ name: master_build
# following default values can be overridden by each repo
disabled: false
concurrent: false
@@ -261,10 +261,10 @@
- osmocom-bb
jobs:
- - '{repos}'
+ - 'master-{repos}'
- job-template:
- name: '{repos}'
+ name: 'master-{repos}'
project-type: matrix
node: '{node}'
concurrent: '{obj:concurrent}'