From 53ec99f4e1c66a80e8cd8d6cd7f40d828bbd4d2f Mon Sep 17 00:00:00 2001 From: Michael Calmer Date: Wed, 11 Sep 2024 10:43:34 +0200 Subject: [PATCH] test finished, pr merged, use sumaform master branch again --- .../environments/uyuni-master-dev-acceptance-tests-AWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins_pipelines/environments/uyuni-master-dev-acceptance-tests-AWS b/jenkins_pipelines/environments/uyuni-master-dev-acceptance-tests-AWS index 49b6c4e79..8cc43ea45 100644 --- a/jenkins_pipelines/environments/uyuni-master-dev-acceptance-tests-AWS +++ b/jenkins_pipelines/environments/uyuni-master-dev-acceptance-tests-AWS @@ -10,7 +10,7 @@ node('sumaform-cucumber-provo') { string(name: 'cucumber_ref', defaultValue: 'fix-uyuni-cloud', description: 'Testsuite Git reference (branch, tag...)'), string(name: 'tf_file', defaultValue: 'susemanager-ci/terracumber_config/tf_files/Uyuni-Master-AWS.tf', description: 'Path to the tf file to be used'), string(name: 'sumaform_gitrepo', defaultValue: 'https://github.com/uyuni-project/sumaform.git', description: 'Sumaform Git Repository'), - string(name: 'sumaform_ref', defaultValue: 'support-leap-as-server-os', description: 'Sumaform Git reference (branch, tag...)'), + string(name: 'sumaform_ref', defaultValue: 'master', description: 'Sumaform Git reference (branch, tag...)'), choice(name: 'sumaform_backend', choices: ['aws'], description: 'Sumaform backend to be used (see https://github.com/uyuni-project/sumaform#backend-choice)'), choice(name: 'terraform_bin', choices: ['/usr/bin/terraform'], description: 'Terraform binary path'), choice(name: 'terraform_bin_plugins', choices: ['/usr/bin'], description: 'Terraform plugins path'),