diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-03-04 14:04:20 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-03-04 14:04:20 +0100 |
commit | e5afb38b3dbc55c2b0fc8eacf8f901b0e1491d79 (patch) | |
tree | 17eab46c7bdcb96220822f2d2acee5efb58d0e70 /jjb | |
parent | 552c6e06956c21d6594072ec927067feaae276c2 (diff) |
Run on control-slave and update refspecs
Change-Id: I4626102335230f687c713607f1c625036ecf7d01
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/release-jjb-chinook-snapshot/release-jjb-chinook-snapshot.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/release-jjb-chinook-snapshot/release-jjb-chinook-snapshot.yaml b/jjb/release-jjb-chinook-snapshot/release-jjb-chinook-snapshot.yaml index 3a72425a..3fbb4ad8 100644 --- a/jjb/release-jjb-chinook-snapshot/release-jjb-chinook-snapshot.yaml +++ b/jjb/release-jjb-chinook-snapshot/release-jjb-chinook-snapshot.yaml @@ -7,7 +7,7 @@ name: 'release-jjb-chinook-snapshot' project-type: matrix concurrent: false - node: master + node: control-slave parameters: - string: @@ -20,11 +20,11 @@ description: "branch to build" - string: name: GERRIT_REFSPEC - default: refs/heads/chinook + default: refs/tags/chinook_3.0.2 description: "refspec to build" - string: name: RELEASE_VERSION - default: 2.99.3 + default: 3.0.2 description: "release version number for build" - string: name: RELEASE_BRANCH |