feat(csit): Align job naming 11/38511/2
authorPeter Mikus <[email protected]>
Fri, 17 Mar 2023 13:20:59 +0000 (13:20 +0000)
committerPeter Mikus <[email protected]>
Fri, 17 Mar 2023 13:28:35 +0000 (13:28 +0000)
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: Ifa70b50ae3e82c2fc784294220150b91e768d2fe

jjb/csit/csit-terraform.yaml
jjb/scripts/csit/terraform-aws-eb-version-deploy.sh
jjb/scripts/csit/terraform-aws-eb-version-verify.sh [moved from jjb/scripts/csit/terraform-aws-eb-version-upload.sh with 84% similarity]

index 3a50ae4..debddc6 100644 (file)
@@ -17,7 +17,7 @@
     description: 'CSIT Jenkins jobs.'
 
     jobs:
-      - 'csit-terraform-aws-eb-version-upload-{os}-{executor-arch}'
+      - 'csit-terraform-aws-eb-version-verify-{os}-{executor-arch}'
       - 'csit-terraform-aws-eb-version-deploy-{os}-{executor-arch}'
 
     project: 'csit'
@@ -28,7 +28,7 @@
     build-artifact-num-to-keep: 10
 
 - job-template:
-    name: 'csit-terraform-aws-eb-version-upload-{os}-{executor-arch}'
+    name: 'csit-terraform-aws-eb-version-verify-{os}-{executor-arch}'
 
     project-type: freestyle
     node: 'builder-{os}-prod-{executor-arch}'
@@ -59,7 +59,7 @@
       - gerrit-trigger-csit-terraform:
           project: '{project}'
           branch: '{branch}'
-          trigger-word: 'terraform-cdash-upload'
+          trigger-word: 'terraform-cdash-verify'
           skip-vote: false
 
     builders:
@@ -68,7 +68,7 @@
           - ../scripts/setup_executor_env.sh
       - shell:
           !include-raw-escape:
-          - ../scripts/csit/terraform-aws-eb-version-upload.sh
+          - ../scripts/csit/terraform-aws-eb-version-verify.sh
 
     publishers:
       - fdio-infra-publish
index 250280d..3bc683b 100644 (file)
@@ -13,9 +13,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-echo "---> jjb/scripts/csit/cdash-deploy.sh"
+echo "---> jjb/scripts/csit/terraform-aws-eb-version-deploy.sh"
 
 set -exuo pipefail
 
 csit_entry_dir="${WORKSPACE}/resources/libraries/bash/entry"
-source "${csit_entry_dir}/bootstrap_cdash_deploy.sh"
\ No newline at end of file
+source "${csit_entry_dir}/bootstrap_aws_eb_version_deploy.sh"
@@ -13,9 +13,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-echo "---> jjb/scripts/csit/cdash-upload.sh"
+echo "---> jjb/scripts/csit/terraform-aws-eb-version-verify.sh"
 
 set -exuo pipefail
 
 csit_entry_dir="${WORKSPACE}/resources/libraries/bash/entry"
-source "${csit_entry_dir}/bootstrap_cdash_upload.sh"
\ No newline at end of file
+source "${csit_entry_dir}/bootstrap_aws_eb_version_verify.sh"