aboutsummaryrefslogtreecommitdiff
path: root/trigger-lt-qcom-linux-integration.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2018-02-22 19:02:58 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2018-02-22 19:02:58 +0200
commite9e05df2cf8b20aee35121cf9ff9d4dfb767bc92 (patch)
tree0989618b802f6e43b421fa737d6b1d67e0b858bb /trigger-lt-qcom-linux-integration.yaml
parente61e8274dd611f6dbdcb02beb84f1a66232d76c7 (diff)
trigger-lt-qcom-linux-integration: revert to patchset #8
Patchset #9 overwrote previous fixes. Change-Id: I50cc4c291365e6fd38451dc24c8a77725d380b65 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'trigger-lt-qcom-linux-integration.yaml')
-rw-r--r--trigger-lt-qcom-linux-integration.yaml17
1 files changed, 10 insertions, 7 deletions
diff --git a/trigger-lt-qcom-linux-integration.yaml b/trigger-lt-qcom-linux-integration.yaml
index a8ccc38a..329dd202 100644
--- a/trigger-lt-qcom-linux-integration.yaml
+++ b/trigger-lt-qcom-linux-integration.yaml
@@ -2,13 +2,13 @@
name: trigger-lt-qcom-linux-integration
project-type: freestyle
defaults: global
- build-discarder:
- daysToKeep: 30
- numToKeep: 30
properties:
- authorization:
anonymous:
- job-read
+ - build-discarder:
+ days-to-keep: 30
+ num-to-keep: 30
disabled: false
node: master
display-name: 'Trigger for LT Qualcomm Linux Integration build'
@@ -25,13 +25,16 @@
builders:
- shell: |
#!/bin/bash
- set -x
- set -e
+
+ set -ex
pip install --user python-dateutil beautifulsoup4
- git clone --depth 1 https://git.linaro.org/ci/job/configs.git
- python configs/trigger-lt-qcom-linux-integration/get_latest_kernel_ci_build.py > lt_qcom_linux_integration_parameters
+ rm -rf configs
+ git clone --depth 1 http://git.linaro.org/ci/job/configs.git
+
+ python configs/trigger-lt-qcom-linux-integration/get_latest_kernel_ci_build.py \
+ > lt_qcom_linux_integration_parameters
- inject:
properties-file: lt_qcom_linux_integration_parameters
publishers: