From: Peter Mikus Date: Fri, 17 Mar 2023 13:20:59 +0000 (+0000) Subject: feat(csit): Align job naming X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=ce96f2c945b4f57d643c15f2d7fde618e64b4d90;p=ci-management.git feat(csit): Align job naming Signed-off-by: Peter Mikus Change-Id: Ifa70b50ae3e82c2fc784294220150b91e768d2fe --- diff --git a/jjb/csit/csit-terraform.yaml b/jjb/csit/csit-terraform.yaml index 3a50ae4f6..debddc60c 100644 --- a/jjb/csit/csit-terraform.yaml +++ b/jjb/csit/csit-terraform.yaml @@ -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 diff --git a/jjb/scripts/csit/terraform-aws-eb-version-deploy.sh b/jjb/scripts/csit/terraform-aws-eb-version-deploy.sh index 250280d41..3bc683b91 100644 --- a/jjb/scripts/csit/terraform-aws-eb-version-deploy.sh +++ b/jjb/scripts/csit/terraform-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-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" diff --git a/jjb/scripts/csit/terraform-aws-eb-version-upload.sh b/jjb/scripts/csit/terraform-aws-eb-version-verify.sh similarity index 84% rename from jjb/scripts/csit/terraform-aws-eb-version-upload.sh rename to jjb/scripts/csit/terraform-aws-eb-version-verify.sh index 64bffedc2..7a9f16261 100644 --- a/jjb/scripts/csit/terraform-aws-eb-version-upload.sh +++ b/jjb/scripts/csit/terraform-aws-eb-version-verify.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"