From 4cae80b7db17429570d105d1080ca6e1a409ea23 Mon Sep 17 00:00:00 2001 From: smoshiur1237 Date: Mon, 27 Sep 2021 16:02:20 +0300 Subject: [PATCH] Add additional Ironic and Ironic inspector vars Change-Id: I534154d054a2649a190de7e00c7bdda53776fd7b --- jjb/airship/job_ipa_image_building.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/jjb/airship/job_ipa_image_building.yml b/jjb/airship/job_ipa_image_building.yml index ac0982863..74b57280b 100644 --- a/jjb/airship/job_ipa_image_building.yml +++ b/jjb/airship/job_ipa_image_building.yml @@ -38,7 +38,19 @@ default: '' description: 'Gerrit refspec of the patch we want to test. Example: refs/changes/84/800084/22' - string: - name: IPA_REPO_REF + name: IRONIC_IMAGE_REPO_COMMIT + default: 'HEAD' + description: 'Ironic Image repo commit hash to build' + - string: + name: IRONIC_IMAGE_BRANCH + default: 'master' + description: 'Ironic image repo branch to build' + - string: + name: IRONIC_INSPECTOR_REFSPEC + default: '' + description: 'Gerrit refspec of the patch we want to test. Example: refs/changes/84/800084/22' + - string: + name: IPA_REPO_COMMIT default: 'HEAD' description: 'Ironic Python Agent repo commit hash to build' - string: -- 2.25.1