aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Alfonsi <laurent.alfonsi@linaro.org>2024-05-07 13:50:14 +0200
committerLaurent Alfonsi <laurent.alfonsi@linaro.org>2024-05-07 13:51:31 +0200
commit9dcddf4608bc68b6f694569c217728d6d37940d3 (patch)
tree531a901fcf799d2791890de6b8d154e90ef826a8
parent717ebf65dfe3673fe5472210d74931012a7879c8 (diff)
tcwg_chromium: Fix project names
Removed my mittens Change-Id: I332e724cd709ce78d5b4480712cb5c85aaf95896
-rw-r--r--tcwg/round-robin.yaml.inc4
-rw-r--r--tcwg_chromium--masterfast.yaml16
-rw-r--r--tcwg_chromium.yaml.in14
-rw-r--r--tcwg_chromium/tcwg_chromium--master.def1
-rw-r--r--tcwg_chromium/tcwg_chromium--masterfast.def2
5 files changed, 19 insertions, 18 deletions
diff --git a/tcwg/round-robin.yaml.inc b/tcwg/round-robin.yaml.inc
index 4e22e80eac..bbf4909700 100644
--- a/tcwg/round-robin.yaml.inc
+++ b/tcwg/round-robin.yaml.inc
@@ -676,7 +676,7 @@
#if DYNAMIC_COMPONENT_LIST_yes
==rr[components_to_update] "$components_to_update" \
#endif
-#if FAST_DEMO_yes
+#if MODE_fast
--fast_demo true \
#endif
--BUILD_URL "$BUILD_URL" \
@@ -1369,7 +1369,7 @@
==rr[ci_project] '{ci_project}' \
==rr[ci_config] '{ci_config}' \
$extra_build_params \
-#if FAST_DEMO_yes
+#if MODE_fast
--fast_demo true \
#endif
#if SCM_bmk_scripts
diff --git a/tcwg_chromium--masterfast.yaml b/tcwg_chromium--masterfast.yaml
index a9cd174e92..d4ba1497fd 100644
--- a/tcwg_chromium--masterfast.yaml
+++ b/tcwg_chromium--masterfast.yaml
@@ -1,19 +1,19 @@
# Auto generated by ./tcwg/generate-yamlfiles.sh from tcwg_chromium.yaml.in and tcwg_chromium/tcwg_chromium--masterfast.def. Do not edit.
# Beware: git branch names need the 'refs/heads/' prefix, while tags need 'refs/tags/'
- project:
- name: tcwg_chromium--master
+ name: tcwg_chromium--masterfast
chromium_url: https://chromium.googlesource.com/chromium/tools/depot_tools.git
jobs:
- - 'tcwg_chromium--master'
+ - 'tcwg_chromium--masterfast'
- job-group:
- name: tcwg_chromium--master
+ name: tcwg_chromium--masterfast
chromium_branch: master
distro: default
cron_schedule: 'H H H/3 * *'
jobs:
- - 'tcwg_chromium--master-build'
- - 'tcwg_chromium--master-bisect'
+ - 'tcwg_chromium--masterfast-build'
+ - 'tcwg_chromium--masterfast-bisect'
ci_project: 'tcwg_chromium'
ci_config: 'master'
@@ -808,7 +808,7 @@
#END: tcwg/round-robin.yaml.inc
- job-template:
- name: tcwg_chromium--master-build
+ name: tcwg_chromium--masterfast-build
project-type: freestyle
defaults: global
properties:
@@ -843,7 +843,7 @@
email_on_success: true
- job-template:
- name: tcwg_chromium--master-bisect
+ name: tcwg_chromium--masterfast-bisect
project-type: freestyle
defaults: global
properties:
@@ -870,4 +870,4 @@
build_script: 'tcwg_chromium-build.sh'
publishers:
- bisect-publishers
-# checksum: 40d330af1742a6fb2da015d2dd39725f
+# checksum: 97b8eddb96af2173306d70ce374d065f
diff --git a/tcwg_chromium.yaml.in b/tcwg_chromium.yaml.in
index 9415dd91a8..c0bbfc58d9 100644
--- a/tcwg_chromium.yaml.in
+++ b/tcwg_chromium.yaml.in
@@ -1,25 +1,25 @@
# Beware: git branch names need the 'refs/heads/' prefix, while tags need 'refs/tags/'
- project:
- name: tcwg_chromium--master
+ name: tcwg_chromium--master#{MODE}
chromium_url: https://chromium.googlesource.com/chromium/tools/depot_tools.git
jobs:
- - 'tcwg_chromium--master'
+ - 'tcwg_chromium--master#{MODE}'
- job-group:
- name: tcwg_chromium--master
+ name: tcwg_chromium--master#{MODE}
chromium_branch: master
distro: default
cron_schedule: 'H H H/3 * *'
jobs:
- - 'tcwg_chromium--master-build'
- - 'tcwg_chromium--master-bisect'
+ - 'tcwg_chromium--master#{MODE}-build'
+ - 'tcwg_chromium--master#{MODE}-bisect'
ci_project: 'tcwg_chromium'
ci_config: 'master'
#include tcwg/round-robin.yaml.inc
- job-template:
- name: tcwg_chromium--master-build
+ name: tcwg_chromium--master#{MODE}-build
project-type: freestyle
defaults: global
properties:
@@ -54,7 +54,7 @@
email_on_success: true
- job-template:
- name: tcwg_chromium--master-bisect
+ name: tcwg_chromium--master#{MODE}-bisect
project-type: freestyle
defaults: global
properties:
diff --git a/tcwg_chromium/tcwg_chromium--master.def b/tcwg_chromium/tcwg_chromium--master.def
index 40ddafdd82..e64e5ed5f7 100644
--- a/tcwg_chromium/tcwg_chromium--master.def
+++ b/tcwg_chromium/tcwg_chromium--master.def
@@ -1,2 +1,3 @@
-v RR=tcwg_chromium
-v DYNAMIC_COMPONENT_LIST=yes
+-v MODE=
diff --git a/tcwg_chromium/tcwg_chromium--masterfast.def b/tcwg_chromium/tcwg_chromium--masterfast.def
index 0f788fb83f..e64b9a2bb7 100644
--- a/tcwg_chromium/tcwg_chromium--masterfast.def
+++ b/tcwg_chromium/tcwg_chromium--masterfast.def
@@ -1,3 +1,3 @@
-v RR=tcwg_chromium
-v DYNAMIC_COMPONENT_LIST=yes
--v FAST_DEMO=yes
+-v MODE=fast