aboutsummaryrefslogtreecommitdiff
path: root/96boards-hikey-uefi.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-05-12 11:21:42 +0300
committerLinaro Code Review <review@review.linaro.org>2015-05-13 06:27:50 +0000
commit17980e6b60cf435d6de3b5677018ea6a44e87a5c (patch)
tree2485747c0b4b4d61620eb9aee137e7f2e877fd2f /96boards-hikey-uefi.yaml
parent550db9126c24fda95066509434d1bbbd88b69b57 (diff)
96boards: use linaro-publish-token for 96boards build jobs
Since v1.2, the plugin takes host: parameter to specifiy the hosting server. Get rid of PUBLISH_KEY and use PUBLISH_SERVER environment variable set by the plugin. Change-Id: I12fb657b3de11aef452c7636f5ac2a6e93fb8ab5 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to '96boards-hikey-uefi.yaml')
-rw-r--r--96boards-hikey-uefi.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/96boards-hikey-uefi.yaml b/96boards-hikey-uefi.yaml
index 237931187d..91248831e6 100644
--- a/96boards-hikey-uefi.yaml
+++ b/96boards-hikey-uefi.yaml
@@ -11,10 +11,6 @@
- job-read
- job-extended-read
- job-workspace
- parameters:
- - password:
- name: PUBLISH_KEY
- default: ${PUBLISH_KEY}
disabled: false
node: docker-utopic
display-name: '96boards - HiKey UEFI'
@@ -38,6 +34,8 @@
- build-name:
name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
builders:
+ - linaro-publish-token:
+ host: builds.96boards.org
- shell: |
#!/bin/bash
@@ -97,7 +95,9 @@
# Publish
test -d ${HOME}/bin || mkdir ${HOME}/bin
wget https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py -O ${HOME}/bin/linaro-cp.py
- python ${HOME}/bin/linaro-cp.py --server http://builds.96boards.org/ out snapshots/hikey/uefi/${BUILD_NUMBER}
+ python ${HOME}/bin/linaro-cp.py \
+ --server http://${PUBLISH_SERVER}/ \
+ out snapshots/hikey/uefi/${BUILD_NUMBER}
publishers:
- email:
recipients: 'fathi.boudra@linaro.org'