From 63ab49f457dee86c8d63410d7aed1615a0de1916 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan-Simon=20M=C3=B6ller?= Date: Wed, 24 Mar 2021 14:20:01 +0100 Subject: [PATCH] Include tokens for KCI build metadata upload MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This supports SPEC-3414. Change-Id: I811051230672b5dfafda8072d28eb27c6b9e01a8 Bug-AGL: SPEC-3414 Signed-off-by: Jan-Simon Möller --- jjb/ci-AGL-verify/ci-platform-jjb.yaml | 8 ++++++++ jjb/ci-apps-verify/ci-apps-jjb.yaml | 7 +++++++ 2 files changed, 15 insertions(+) diff --git a/jjb/ci-AGL-verify/ci-platform-jjb.yaml b/jjb/ci-AGL-verify/ci-platform-jjb.yaml index 9be531d7..59ebd035 100644 --- a/jjb/ci-AGL-verify/ci-platform-jjb.yaml +++ b/jjb/ci-AGL-verify/ci-platform-jjb.yaml @@ -316,6 +316,10 @@ build-timeout: '{build-timeout}' - openstack: single-use: true + - credentials-binding: + - text: + credential-id: BAY_KCIAPI_TOKEN + variable: BAY_KCIAPI_TOKEN builders: - shell: !include-raw-escape: @@ -625,6 +629,10 @@ - text: credential-id: KCI_EMAIL_AUTH_TOKEN variable: KCI_EMAIL_AUTH_TOKEN + - text: + credential-id: BAY_KCIAPI_TOKEN + variable: BAY_KCIAPI_TOKEN + builders: - shell: !include-raw-escape: diff --git a/jjb/ci-apps-verify/ci-apps-jjb.yaml b/jjb/ci-apps-verify/ci-apps-jjb.yaml index cf637e00..1a2bdb37 100644 --- a/jjb/ci-apps-verify/ci-apps-jjb.yaml +++ b/jjb/ci-apps-verify/ci-apps-jjb.yaml @@ -190,6 +190,10 @@ build-timeout: '{build-timeout}' - openstack: single-use: true + - credentials-binding: + - text: + credential-id: BAY_KCIAPI_TOKEN + variable: BAY_KCIAPI_TOKEN builders: - shell: @@ -720,6 +724,9 @@ credential-id: agl_main_lava_instance username: LAB_AGL_USER password: LAB_AGL_TOKEN + - text: + credential-id: BAY_KCIAPI_TOKEN + variable: BAY_KCIAPI_TOKEN builders: - shell: -- 2.16.6