aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2019-10-15 19:38:25 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2019-10-15 19:41:13 +0300
commitebc991beb1cf5e90cde9c440fc817467079f037a (patch)
tree31a37bb2140fc5e340b1ead87eaba69cc64c8ca6
parent0f61157775408a736dfb52387088a56df23052a2 (diff)
zephyr-upstream: Don't archive sanitycheck.csv on Jenkins side.
Instead, we publish it together with the rest of artifact to the Linaro publishing server (snapshots.linaro.org), so all artifacts go together. Archiving on Jenkins side was introduced in: commit d76f6879485b174755013dd22e527f462677d754 Author: Fathi Boudra <fathi.boudra@linaro.org> Date: Fri Jun 3 08:58:23 2016 +0300 , and hopefully it's fair to switch to snapshots.l.o by now. Change-Id: I9384c51b21baa1a38eedd763289f21dcd3a2681c
-rw-r--r--zephyr-upstream.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/zephyr-upstream.yaml b/zephyr-upstream.yaml
index 03459470e1..49f5ae0367 100644
--- a/zephyr-upstream.yaml
+++ b/zephyr-upstream.yaml
@@ -161,7 +161,8 @@
--git-commit ${GIT_COMMIT_ID}
publishers:
- - archive:
- artifacts: 'out/sanitycheck.csv'
+# We publish to snapshots.l.o instead
+# - archive:
+# artifacts: 'out/${PLATFORM}/sanitycheck.csv'
- email:
recipients: 'fathi.boudra@linaro.org kumar.gala@linaro.org gpitney@ti.com vincent.wan@linaro.org paul.sokolovsky@linaro.org'