summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorPeter Mikus <peter.mikus@protonmail.ch>2023-03-17 13:20:59 +0000
committerPeter Mikus <peter.mikus@protonmail.ch>2023-03-17 13:28:35 +0000
commitce96f2c945b4f57d643c15f2d7fde618e64b4d90 (patch)
treee7d852641757b4932e739ab1c7e57e4e95f50289 /jjb
parenta87fc33ecc6784e80da0b2efe00141f502864635 (diff)
feat(csit): Align job naming
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: Ifa70b50ae3e82c2fc784294220150b91e768d2fe
Diffstat (limited to 'jjb')
-rw-r--r--jjb/csit/csit-terraform.yaml8
-rw-r--r--jjb/scripts/csit/terraform-aws-eb-version-deploy.sh4
-rw-r--r--jjb/scripts/csit/terraform-aws-eb-version-verify.sh (renamed from jjb/scripts/csit/terraform-aws-eb-version-upload.sh)4
3 files changed, 8 insertions, 8 deletions
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
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"