Rename IPA and Ironic builder job 37/10037/2
authorFeruzjon Muyassarov <feruzjon.muyassarov@est.tech>
Thu, 26 Aug 2021 11:21:22 +0000 (14:21 +0300)
committerFeruzjon Muyassarov <feruzjon.muyassarov@est.tech>
Thu, 26 Aug 2021 12:04:21 +0000 (15:04 +0300)
Change-Id: I44c19d4ce44920c53d8b96dda4e9c5e46d0df5d5

jjb/airship/job_ipa_image_building.yml
jjb/airship/job_ipa_image_building_test.yml
jjb/airship/projects.yml

index 589d16b3b9ebb67b8411c8a6011d260b06ba4685..fca97bef04b1a78a155d3f68ba7c714df619a4a2 100644 (file)
 
 - job-template:
     id: openstack_ipa_and_ironic_image_building
-    name: '{job_prefix}_openstack_ipa_and_ironic_image_building'
+    name: '{job_prefix}_master_openstack_ipa_and_ironic_image_building'
     description: "IPA and Ironic image building"
     project-type: pipeline
     defaults: global
     disabled: False
     concurrent: True
+    parameters:
+    - string:
+        name: IRONIC_REFSPEC
+        default: ''
+        description: 'Gerrit refspec of the patch we want to test. Example: refs/changes/84/800084/22'
+    - string:
+        name: IPA_REPO_REF
+        default: 'master'
+        description: 'Ironic Python Agent code branch'
 
     properties:
     - build-discarder:
@@ -41,7 +50,7 @@
         artifact-num-to-keep: -1
 
     triggers:
-      - timed: "0 5 */15 * *"
+      - timed: "0 */48 * * *"
 
     pipeline-scm:
       scm:
index 013542a47fd553ffc2a338ed44505584609e8556..0f7dbcb2fa41c778edb28cf22ccc56e320754154 100644 (file)
@@ -25,9 +25,9 @@
 # The pipeline scripts are maintained in Nordix/airship-dev-tools repository.
 
 - job-template:
-    id: metal3_ipa_and_ironic_image_building_test_centos
-    name: '{job_prefix}_openstack_ipa_and_ironic_image_building_centos'
-    description: "IPA and Ironic image building test 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
index 052c188a094e9deba9dbe77482bc0259089ed32e..7185354f815662a15f61c9f513740aea23f821fb 100644 (file)
@@ -39,7 +39,7 @@
     - update_nordix_repos
     - openstack_node_image_building
     - openstack_ipa_and_ironic_image_building
-    - metal3_ipa_and_ironic_image_building_test_centos
+    - metal3_ipa_and_ironic_image_building_test
     repo:
       org: "Nordix"
       name: "airship-dev-tools"