summaryrefslogtreecommitdiffstats
path: root/jjb/global-macros.yaml
diff options
context:
space:
mode:
authorMauro Sardara <msardara@cisco.com>2022-08-17 12:00:26 +0200
committerMauro Sardara <msardara@cisco.com>2022-08-17 12:09:41 +0200
commitd1ead28c09eea482724cd16e9b93ccd734fb2a80 (patch)
tree73e4a450bdab4bf69007e81c2767a7f4f9bad739 /jjb/global-macros.yaml
parent0704b6fdb6eaf6e381b6f3eba8b3935ca539df79 (diff)
fix(hicn.yaml): specify architecture in functest trigger
This prevents the functional tests for x86_64 to start when the build job for aarch64 completes. Since the success message triggering the functional test was the same for x86_64 and aarch64, there was no way to distinguish what build jobs completed first. Also: Archive *.deb artifacts to be reused in functest jobs, thus avoiding to compile the code twice. Change-Id: Ibef007eabd57ff417aff1a55e949c11e2e2d9d6a Signed-off-by: Mauro Sardara <msardara@cisco.com>
Diffstat (limited to 'jjb/global-macros.yaml')
-rw-r--r--jjb/global-macros.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/global-macros.yaml b/jjb/global-macros.yaml
index 4468b03b..e0887571 100644
--- a/jjb/global-macros.yaml
+++ b/jjb/global-macros.yaml
@@ -287,7 +287,7 @@
server-name: 'Primary'
trigger-on:
- comment-added-contains-event:
- comment-contains-value: 'build_success'
+ comment-contains-value: 'build_success-{stream}-{os}-{executor-arch}'
projects:
- project-compare-type: 'ANT'
project-pattern: '{name}'