X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fairship%2Fjob_ipa_image_building_test.yml;h=0e539c65f8de861ee574d1013653dac777d8541b;hb=refs%2Fchanges%2F87%2F10487%2F4;hp=74256311f34ccdf45952801b1fc27f6a6298b0b3;hpb=2867999f1d49f4c22626116175a98848c69edeb4;p=infra%2Fcicd.git diff --git a/jjb/airship/job_ipa_image_building_test.yml b/jjb/airship/job_ipa_image_building_test.yml index 74256311..0e539c65 100644 --- a/jjb/airship/job_ipa_image_building_test.yml +++ b/jjb/airship/job_ipa_image_building_test.yml @@ -25,9 +25,9 @@ # The pipeline scripts are maintained in Nordix/airship-dev-tools repository. - job-template: - id: metal3_ipa_image_building_test_centos - name: '{job_prefix}_ipa_image_building_test_centos' - description: "Metal3 IPA image building integration test for {repo[org]}/{repo[name]} on Centos. " + id: metal3_ipa_and_ironic_image_building_test + name: '{job_prefix}_openstack_ipa_and_ironic_image_building' + description: "IPA and Ironic image building test." project-type: pipeline defaults: global disabled: False @@ -53,6 +53,10 @@ name: ghprbTargetBranch default: 'master' description: 'Target branch of the PR' + - string: + name: STAGING + default: 'false' + description: 'Configures IPA builder upload mode (staging/review)' properties: - build-discarder: @@ -96,5 +100,5 @@ wipe-workspace: True honor-refspec: True shallow-clone: False - script-path: "ci/jobs/openstack_ipa_image_building.pipeline" + script-path: "ci/jobs/openstack_ipa_and_ironic_image_building.pipeline" lightweight-checkout: False