Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenTofu
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
components
OpenTofu
Commits
d6f187c8
Unverified
Commit
d6f187c8
authored
1 year ago
by
Timo Furrer
Browse files
Options
Downloads
Patches
Plain Diff
Set variables
parent
7a1e287a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/integration-tests/Defaults.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
tests/integration-tests/Defaults.gitlab-ci.yml
tests/integration.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
tests/integration.gitlab-ci.yml
with
4 additions
and
4 deletions
tests/integration-tests/Defaults.gitlab-ci.yml
+
2
−
2
View file @
d6f187c8
...
@@ -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
]
...
...
This diff is collapsed.
Click to expand it.
tests/integration.gitlab-ci.yml
+
2
−
2
View file @
d6f187c8
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment