Skip to content

Commit 3c81e87

Browse files
committed
Rename wrapper without template extension
1 parent dc64856 commit 3c81e87

24 files changed

Lines changed: 21 additions & 21 deletions

.github/workflows/sumaform-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: |
7171
export PYTHONPATH=$PYTHONPATH:$PWD/jenkins_pipelines/scripts
7272
SCRIPT_PATH="jenkins_pipelines/scripts/tf_vars_generator/prepare_tfvars.py"
73-
TEMPLATE_TF="terracumber_config/tf_files/templates/template-build-validation-single-provider.tf"
73+
TEMPLATE_TF="terracumber_config/tf_files/templates/build-validation-single-provider.tf"
7474
7575
# --- DEBUG: Verify Sumaform Checkout ---
7676
echo "::group::Debug: Verify Sumaform Directory"

jenkins_pipelines/environments/build-validation/manager-4.3-qe-build-validation-NUE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ node('sumaform-cucumber') {
2424
parameters([
2525
string(name: 'cucumber_gitrepo', defaultValue: 'https://github.com/SUSE/spacewalk.git', description: 'Testsuite Git Repository'),
2626
string(name: 'cucumber_ref', defaultValue: 'Manager-4.3', description: 'Branch prepared for the MU tested'),
27-
string(name: 'tf_file', defaultValue: 'susemanager-ci/terracumber_config/tf_files/templates/template-build-validation-single-provider.tf', description: 'Path to the tf file to be used'),
27+
string(name: 'tf_file', defaultValue: 'susemanager-ci/terracumber_config/tf_files/templates/build-validation-single-provider.tf', description: 'Path to the tf file to be used'),
2828
string(name: 'sumaform_gitrepo', defaultValue: 'https://github.com/uyuni-project/sumaform.git', description: 'Sumaform Git Repository'),
2929
string(name: 'sumaform_ref', defaultValue: 'master', description: 'Sumaform Git reference (branch, tag...)'),
3030
string(name: 'deploy_parallelism', defaultValue: '', description: 'Advanced: Define the number of parallel resource operations for the executable binary'),

jenkins_pipelines/environments/build-validation/manager-4.3-qe-build-validation-SLC

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ node('sumaform-cucumber-slc1') {
2424
parameters([
2525
string(name: 'cucumber_gitrepo', defaultValue: 'https://github.com/SUSE/spacewalk.git', description: 'Testsuite Git Repository'),
2626
string(name: 'cucumber_ref', defaultValue: 'Manager-4.3', description: 'Branch prepared for the MU tested'),
27-
string(name: 'tf_file', defaultValue: 'susemanager-ci/terracumber_config/tf_files/templates/template-build-validation-multi-providers.tf', description: 'Path to the tf file to be used'),
27+
string(name: 'tf_file', defaultValue: 'susemanager-ci/terracumber_config/tf_files/templates/build-validation-multi-providers.tf', description: 'Path to the tf file to be used'),
2828
string(name: 'sumaform_gitrepo', defaultValue: 'https://github.com/uyuni-project/sumaform.git', description: 'Sumaform Git Repository'),
2929
string(name: 'sumaform_ref', defaultValue: 'master', description: 'Sumaform Git reference (branch, tag...)'),
3030
string(name: 'deploy_parallelism', defaultValue: '', description: 'Advanced: Define the number of parallel resource operations for the executable binary'),

jenkins_pipelines/environments/build-validation/manager-5.0-micro-qe-build-validation-NUE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ node('sumaform-cucumber') {
2424
parameters([
2525
string(name: 'cucumber_gitrepo', defaultValue: 'https://github.com/SUSE/spacewalk.git', description: 'Testsuite Git Repository'),
2626
string(name: 'cucumber_ref', defaultValue: 'Manager-5.0', description: 'Branch prepared for the MU tested'),
27-
string(name: 'tf_file', defaultValue: 'susemanager-ci/terracumber_config/tf_files/templates/template-build-validation-single-provider.tf', description: 'Path to the tf file to be used'),
27+
string(name: 'tf_file', defaultValue: 'susemanager-ci/terracumber_config/tf_files/templates/build-validation-single-provider.tf', description: 'Path to the tf file to be used'),
2828
string(name: 'sumaform_gitrepo', defaultValue: 'https://github.com/uyuni-project/sumaform.git', description: 'Sumaform Git Repository'),
2929
string(name: 'sumaform_ref', defaultValue: 'master', description: 'Sumaform Git reference (branch, tag...)'),
3030
string(name: 'deploy_parallelism', defaultValue: '', description: 'Advanced: Define the number of parallel resource operations for the executable binary'),

jenkins_pipelines/environments/build-validation/manager-5.0-micro-qe-build-validation-SLC

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ node('sumaform-cucumber-slc1') {
2424
parameters([
2525
string(name: 'cucumber_gitrepo', defaultValue: 'https://github.com/SUSE/spacewalk.git', description: 'Testsuite Git Repository'),
2626
string(name: 'cucumber_ref', defaultValue: 'Manager-5.0', description: 'Branch prepared for the MU tested'),
27-
string(name: 'tf_file', defaultValue: 'susemanager-ci/terracumber_config/tf_files/templates/template-build-validation-multi-providers.tf', description: 'Path to the tf file to be used'),
27+
string(name: 'tf_file', defaultValue: 'susemanager-ci/terracumber_config/tf_files/templates/build-validation-multi-providers.tf', description: 'Path to the tf file to be used'),
2828
string(name: 'sumaform_gitrepo', defaultValue: 'https://github.com/uyuni-project/sumaform.git', description: 'Sumaform Git Repository'),
2929
string(name: 'sumaform_ref', defaultValue: 'master', description: 'Sumaform Git reference (branch, tag...)'),
3030
string(name: 'deploy_parallelism', defaultValue: '', description: 'Advanced: Define the number of parallel resource operations for the executable binary'),

jenkins_pipelines/environments/build-validation/manager-5.0-sles-qe-build-validation-NUE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ node('sumaform-cucumber') {
88
parameters([
99
string(name: 'cucumber_gitrepo', defaultValue: 'https://github.com/SUSE/spacewalk.git', description: 'Testsuite Git Repository'),
1010
string(name: 'cucumber_ref', defaultValue: 'Manager-5.0', description: 'Branch prepared for the MU tested'),
11-
string(name: 'tf_file', defaultValue: 'susemanager-ci/terracumber_config/tf_files/templates/template-build-validation-single-provider.tf', description: 'Path to the tf file to be used'),
11+
string(name: 'tf_file', defaultValue: 'susemanager-ci/terracumber_config/tf_files/templates/build-validation-single-provider.tf', description: 'Path to the tf file to be used'),
1212
string(name: 'sumaform_gitrepo', defaultValue: 'https://github.com/uyuni-project/sumaform.git', description: 'Sumaform Git Repository'),
1313
string(name: 'sumaform_ref', defaultValue: 'master', description: 'Sumaform Git reference (branch, tag...)'),
1414
string(name: 'deploy_parallelism', defaultValue: '', description: 'Advanced: Define the number of parallel resource operations for the executable binary'),

jenkins_pipelines/environments/build-validation/manager-qe-continuous-build-validation-NUE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ node('sumaform-cucumber') {
2525
parameters([
2626
string(name: 'cucumber_gitrepo', defaultValue: 'https://github.com/uyuni-project/uyuni.git', description: 'Testsuite Git Repository'),
2727
string(name: 'cucumber_ref', defaultValue: 'master', description: 'Branch prepared for the MU tested'),
28-
string(name: 'tf_file', defaultValue: 'susemanager-ci/terracumber_config/tf_files/templates/template-build-validation-single-provider.tf', description: 'Path to the tf file to be used'),
28+
string(name: 'tf_file', defaultValue: 'susemanager-ci/terracumber_config/tf_files/templates/build-validation-single-provider.tf', description: 'Path to the tf file to be used'),
2929
string(name: 'sumaform_gitrepo', defaultValue: 'https://github.com/uyuni-project/sumaform.git', description: 'Sumaform Git Repository'),
3030
string(name: 'sumaform_ref', defaultValue: 'master', description: 'Sumaform Git reference (branch, tag...)'),
3131
string(name: 'deploy_parallelism', defaultValue: '', description: 'Advanced: Define the number of parallel resource operations for the executable binary'),

jenkins_pipelines/environments/build-validation/maxime-personal-bv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ node('sumaform-cucumber') {
2626
parameters([
2727
string(name: 'cucumber_gitrepo', defaultValue: 'https://github.com/uyuni-project/uyuni.git', description: 'Testsuite Git Repository'),
2828
string(name: 'cucumber_ref', defaultValue: 'master', description: 'Branch prepared for the MU tested'),
29-
string(name: 'tf_file', defaultValue: 'susemanager-ci/terracumber_config/tf_files/templates/template-build-validation-single-provider.tf', description: 'Path to the tf file to be used'),
29+
string(name: 'tf_file', defaultValue: 'susemanager-ci/terracumber_config/tf_files/templates/build-validation-single-provider.tf', description: 'Path to the tf file to be used'),
3030
string(name: 'sumaform_gitrepo', defaultValue: 'https://github.com/uyuni-project/sumaform.git', description: 'Sumaform Git Repository'),
3131
string(name: 'sumaform_ref', defaultValue: 'master', description: 'Sumaform Git reference (branch, tag...)'),
3232
string(name: 'deploy_parallelism', defaultValue: '', description: 'Advanced: Define the number of parallel resource operations for the executable binary'),

jenkins_pipelines/environments/build-validation/mlm-5.1-micro-qe-build-validation-NUE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ node('sumaform-cucumber') {
2525
parameters([
2626
string(name: 'cucumber_gitrepo', defaultValue: 'https://github.com/SUSE/spacewalk.git', description: 'Testsuite Git Repository'),
2727
string(name: 'cucumber_ref', defaultValue: 'Manager-5.1', description: 'Branch prepared for the MU tested'),
28-
string(name: 'tf_file', defaultValue: 'susemanager-ci/terracumber_config/tf_files/templates/template-build-validation-single-provider.tf', description: 'Path to the tf file to be used'),
28+
string(name: 'tf_file', defaultValue: 'susemanager-ci/terracumber_config/tf_files/templates/build-validation-single-provider.tf', description: 'Path to the tf file to be used'),
2929
string(name: 'sumaform_gitrepo', defaultValue: 'https://github.com/uyuni-project/sumaform.git', description: 'Sumaform Git Repository'),
3030
string(name: 'sumaform_ref', defaultValue: 'master', description: 'Sumaform Git reference (branch, tag...)'),
3131
string(name: 'deploy_parallelism', defaultValue: '', description: 'Advanced: Define the number of parallel resource operations for the executable binary'),

jenkins_pipelines/environments/build-validation/mlm-5.1-sles-qe-build-validation-NUE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ node('sumaform-cucumber') {
88
parameters([
99
string(name: 'cucumber_gitrepo', defaultValue: 'https://github.com/SUSE/spacewalk.git', description: 'Testsuite Git Repository'),
1010
string(name: 'cucumber_ref', defaultValue: 'Manager-5.1', description: 'Branch prepared for the MU tested'),
11-
string(name: 'tf_file', defaultValue: 'susemanager-ci/terracumber_config/tf_files/templates/template-build-validation-single-provider.tf', description: 'Path to the tf file to be used'),
11+
string(name: 'tf_file', defaultValue: 'susemanager-ci/terracumber_config/tf_files/templates/build-validation-single-provider.tf', description: 'Path to the tf file to be used'),
1212
string(name: 'sumaform_gitrepo', defaultValue: 'https://github.com/uyuni-project/sumaform.git', description: 'Sumaform Git Repository'),
1313
string(name: 'sumaform_ref', defaultValue: 'master', description: 'Sumaform Git reference (branch, tag...)'),
1414
string(name: 'deploy_parallelism', defaultValue: '', description: 'Advanced: Define the number of parallel resource operations for the executable binary'),

0 commit comments

Comments
 (0)