Skip to content
Snippets Groups Projects
Unverified Commit d6f187c8 authored by Timo Furrer's avatar Timo Furrer
Browse files

Set variables

parent 7a1e287a
No related branches found
No related tags found
No related merge requests found
...@@ -4,8 +4,8 @@ include: ...@@ -4,8 +4,8 @@ include:
_image_registry_base: $GITLAB_OPENTOFU_IMAGE_BASE _image_registry_base: $GITLAB_OPENTOFU_IMAGE_BASE
version: $CI_COMMIT_SHA version: $CI_COMMIT_SHA
opentofu_version: $OPENTOFU_VERSION opentofu_version: $OPENTOFU_VERSION
root_dir: $TF_ROOT root_dir: $TEST_TF_ROOT
state_name: $TF_STATE_NAME state_name: $TEST_TF_STATE_NAME
stages: [validate, test, build, deploy, cleanup] stages: [validate, test, build, deploy, cleanup]
......
...@@ -2,8 +2,8 @@ component: ...@@ -2,8 +2,8 @@ component:
stage: test-integration stage: test-integration
variables: variables:
OPENTOFU_VERSION: $LATEST_OPENTOFU_VERSION OPENTOFU_VERSION: $LATEST_OPENTOFU_VERSION
TF_STATE_NAME: ci-integration-$CI_PIPELINE_IID-$CI_NODE_INDEX TEST_TF_STATE_NAME: ci-integration-$CI_PIPELINE_IID-$CI_NODE_INDEX
TF_ROOT: tests/terraform TEST_TF_ROOT: tests/terraform
trigger: trigger:
include: tests/integration-tests/$PIPELINE include: tests/integration-tests/$PIPELINE
strategy: depend strategy: depend
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment