aboutsummaryrefslogtreecommitdiff
path: root/linaro-art-tip-build-ARTBuild.yaml
diff options
context:
space:
mode:
authorJulien Duraj <julien.duraj@linaro.org>2019-08-01 14:11:14 +0100
committerJulien Duraj <julien.duraj@linaro.org>2019-08-01 14:23:38 +0100
commitce5092a2e2b9748cf26b38ed9ab9efb91bd025e1 (patch)
tree9e73b88b23bc25f4e412877602c2cfc626fc8cde /linaro-art-tip-build-ARTBuild.yaml
parent57cfd5aedcc7e5c665d01465b6c56e33de8de0fd (diff)
ART Build: rework the job using existing scripts
The new short manifest config in android-build-configs is used. Additionally, have the option of checking out a specific revision of the ART build scripts. Change-Id: I36449d757ae78b0924ffec2965942a4940b8ab56
Diffstat (limited to 'linaro-art-tip-build-ARTBuild.yaml')
-rw-r--r--linaro-art-tip-build-ARTBuild.yaml34
1 files changed, 30 insertions, 4 deletions
diff --git a/linaro-art-tip-build-ARTBuild.yaml b/linaro-art-tip-build-ARTBuild.yaml
index aa5d050b..5638c203 100644
--- a/linaro-art-tip-build-ARTBuild.yaml
+++ b/linaro-art-tip-build-ARTBuild.yaml
@@ -65,10 +65,36 @@
- build-discarder:
days-to-keep: 60
num-to-keep: 60
- #parameters:
- #- string:
- #name: BUILD_CONFIG_FILENAME
- #default: 'linaro-art-tip'
+ parameters:
+ - string:
+ name: BUILD_CONFIG_REPO
+ default: 'git://android-git.linaro.org/android-build-configs.git'
+ - string:
+ name: BUILD_CONFIG_BRANCH
+ default: 'master'
+ - string:
+ name: BUILD_CONFIG_FILENAME
+ default: 'linaro-art-tip-short'
+ - string:
+ name: ART_BUILD_SCRIPTS_REFSPEC
+ description: |-
+ Git refspec to get ART build scripts from.
+ To use a gerrit patch specify this to the appropriate patch
+ ref and the ART_BUILD_SCRIPTS_REF to FETCH_HEAD.
+ Example - refs/changes/81/20281/23
+ default: 'refs/changes/81/20281/23'
+ # TODO: once patch above merged, change the default to below
+ #default: '+refs/heads/*:refs/remotes/origin/*'
+ - string:
+ name: ART_BUILD_SCRIPTS_REF
+ description: |-
+ Git branch to get pipeline scripts from.
+ To use a gerrit patch specify ART_BUILD_SCRIPTS_REFSPEC to the appropriate patch
+ ref and this to FETCH_HEAD.
+ Example - master or FETCH_HEAD
+ default: 'FETCH_HEAD'
+ # TODO: once patch above merged, change the default to below
+ #default: 'master'
disabled: false
node: docker-utopic-art
display-name: 'Tip: build ART & deps'