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

Merge branch 'run-integration-tests-in-fork' into 'main'

Run integration tests in fork

See merge request components/opentofu!17
parents e7f07282 cb537c46
No related branches found
No related tags found
No related merge requests found
...@@ -5,14 +5,11 @@ component: ...@@ -5,14 +5,11 @@ component:
TEST_TF_STATE_NAME: ci-integration-$CI_PIPELINE_IID-$CI_NODE_INDEX TEST_TF_STATE_NAME: ci-integration-$CI_PIPELINE_IID-$CI_NODE_INDEX
TEST_TF_ROOT: tests/terraform TEST_TF_ROOT: tests/terraform
trigger: trigger:
include: tests/integration-tests/$PIPELINE include: tests/integration-tests/$PIPELINE_NAME.gitlab-ci.yml
strategy: depend strategy: depend
rules:
- if: '$CI_PROJECT_PATH == "components/opentofu"'
#- if: '$CI_MERGE_REQUEST_EVENT_TYPE == "merge_train"'
parallel: parallel:
matrix: matrix:
- PIPELINE: [Defaults.gitlab-ci.yml] - PIPELINE_NAME: [Defaults]
backport-templates: backport-templates:
stage: test-integration stage: test-integration
...@@ -23,11 +20,8 @@ backport-templates: ...@@ -23,11 +20,8 @@ backport-templates:
TF_STATE_NAME: ci-integration-backports-$CI_PIPELINE_IID-$CI_NODE_INDEX TF_STATE_NAME: ci-integration-backports-$CI_PIPELINE_IID-$CI_NODE_INDEX
TF_ROOT: tests/terraform TF_ROOT: tests/terraform
trigger: trigger:
include: tests/integration-tests/$PIPELINE include: tests/integration-tests/$PIPELINE_NAME.gitlab-ci.yml
strategy: depend strategy: depend
rules:
- if: '$CI_PROJECT_PATH == "components/opentofu"'
#- if: '$CI_MERGE_REQUEST_EVENT_TYPE == "merge_train"'
parallel: parallel:
matrix: matrix:
- PIPELINE: [BackportTemplates.gitlab-ci.yml] - PIPELINE_NAME: [BackportTemplates]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment