Rename Airship folder and all other mentions of it to Metal3 and bml prefix to capm3
[infra/cicd.git] / jjb / metal3 / job_metal3_dev_tools_integration_test_ubuntu.yml
similarity index 86%
rename from jjb/airship/job_airship_integration_test_ubuntu.yml
rename to jjb/metal3/job_metal3_dev_tools_integration_test_ubuntu.yml
index 48791592135aa3a6aa7d032e1e2deeffe34b4aeb..ed244edc997a20f71c0f9c03ba72e5252adfb2f2 100644 (file)
 
 # Description:
 # ============
-# This file contains job template definition for K8s CAPM3 integration tests.
+# This file contains job template definition for Cluster API Provider Metal3 (CAPM3)
+# dev tools integration tests.
 # This job can be triggered manually or through a Github pull request. It creates a
-# pipeline job. The pipeline scripts are maintained in Airship CI repository.
+# pipeline job. The pipeline scripts are maintained in Nordix/metal3-dev-tools repository.
 
 - job-template:
-    id: airship_integration_test_ubuntu
-    name: 'airship_dev_tools_integration_test_ubuntu'
-    description: "K8s CAPI metal3 v1alpha5 integration tests for {repo[org]}/{repo[name]} on Ubuntu. "
+    id: metal3_dev_tools_integration_test_ubuntu
+    name: 'metal3_dev_tools_integration_test_ubuntu'
+    description: "CAPM3 v1beta1 integration tests for {repo[org]}/{repo[name]} on Ubuntu. "
     project-type: pipeline
     defaults: global
     disabled: False
@@ -94,7 +95,7 @@
         org-list: "{ci_github_whitelist_org}"
         cron: 'H/5 * * * *'
         auth-id: "{ci_ghprb_auth_id}"
-        trigger-phrase: '((.|\n)*\s)?/test-integration-airship-ubuntu(\s(.|\n)*)?'
+        trigger-phrase: '((.|\n)*\s)?/test-integration-metal3-ubuntu(\s(.|\n)*)?'
         skip-build-phrase: '/skip-test'
         only-trigger-phrase: True
         github-hooks: True
         allow-whitelist-orgs-as-admins: True
         white-list-target-branches:
           - 'master'
-        status-context: "test-integration-airship-ubuntu"
+        status-context: "test-integration-metal3-ubuntu"
         success-status: "Passed"
         failure-status: "Failed"
         error-status: "Error"
           wipe-workspace: True
           honor-refspec: True
           shallow-clone: False
-      script-path: 'ci/jobs/airship_integration_tests.pipeline'
+      script-path: 'ci/jobs/metal3_dev_tools_integration_tests.pipeline'
       lightweight-checkout: False