aboutsummaryrefslogtreecommitdiff
path: root/tcwg-abe-tested.yaml
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-05-18 11:09:07 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-06-01 15:00:18 +0000
commitebc703f0806fb9ff60def5c0e6f70b733d345d0c (patch)
treebdbc6699a255f89e0238892bede6746f1efbf218 /tcwg-abe-tested.yaml
parent0ddb2b915cc0e88c89d0fed0104b3463427f4a16 (diff)
tcwg-abe-tested: Add dockerfiles repo
It's not entirely clear how to properly test changes to docker images, since there can be a several hour delay between dockerfiles.git change and images uploaded to dockerhub. Still, this is better than nothing. We might add timestamp checking in the future. Change-Id: If063ee82e409dacd2607379351c9bf6826a90e8a
Diffstat (limited to 'tcwg-abe-tested.yaml')
-rw-r--r--tcwg-abe-tested.yaml16
1 files changed, 14 insertions, 2 deletions
diff --git a/tcwg-abe-tested.yaml b/tcwg-abe-tested.yaml
index 213fb0f4..ba8a25f1 100644
--- a/tcwg-abe-tested.yaml
+++ b/tcwg-abe-tested.yaml
@@ -26,6 +26,18 @@
skip-tag: true
shallow-clone: false
wipe-workspace: false
+- scm:
+ name: dockerfiles
+ scm:
+ - git:
+ url: https://git-us.linaro.org/ci/dockerfiles.git
+ name: origin
+ branches:
+ - refs/heads/master
+ basedir: dockerfiles
+ skip-tag: true
+ shallow-clone: false
+ wipe-workspace: false
- job:
name: tcwg-abe-tested
project-type: multijob
@@ -53,6 +65,7 @@
scm:
- abe
- jenkins-scripts
+ - dockerfiles
triggers:
# Every 30min
- pollscm:
@@ -90,5 +103,4 @@
#!/bin/bash
set -ex
- ./jenkins-scripts/tcwg-update-tested.sh --GIT_COMMIT $GIT_COMMIT --GIT_COMMIT_1 $GIT_COMMIT_1 --verbose true
-
+ ./jenkins-scripts/tcwg-update-tested.sh --GIT_COMMIT $GIT_COMMIT --GIT_COMMIT_1 $GIT_COMMIT_1 --GIT_COMMIT_2 $GIT_COMMIT_2 --verbose true