Skip to content

Commit 1eb03ef

Browse files
committed
Fix tests
1 parent 470f184 commit 1eb03ef

File tree

9 files changed

+84
-137
lines changed

9 files changed

+84
-137
lines changed

tests/opentofu/atmos.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -71,19 +71,6 @@ workflows:
7171
integrations:
7272
github:
7373
gitops:
74-
opentofu-version: 1.7.3
75-
terraform-version: 1.5.2
76-
infracost-enabled: __INFRACOST_ENABLED__
77-
artifact-storage:
78-
region: __STORAGE_REGION__
79-
bucket: __STORAGE_BUCKET__
80-
table: __STORAGE_TABLE__
81-
role: __STORAGE_ROLE__
82-
plan-repository-type: s3
83-
metadata-repository-type: dynamo
84-
role:
85-
plan: __PLAN_ROLE__
86-
apply: __APPLY_ROLE__
8774
matrix:
8875
sort-by: .stack_slug
8976
group-by: .stack_slug | split("-") | [.[0], .[2]] | join("-")

tests/opentofu/stacks/catalog/foobar-changes.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,27 @@ components:
66
settings:
77
github:
88
actions_enabled: true
9+
integrations:
10+
github:
11+
actions_enabled: true
12+
gitops:
13+
opentofu-version: 1.7.3
14+
infracost-enabled: __INFRACOST_ENABLED__
15+
artifact-storage:
16+
region: __STORAGE_REGION__
17+
bucket: __STORAGE_BUCKET__
18+
table: __STORAGE_TABLE__
19+
role: __STORAGE_ROLE__
20+
plan-repository-type: s3
21+
blob-account-name:
22+
blob-container-name:
23+
metadata-repository-type: dynamo
24+
cosmos-container-name:
25+
cosmos-database-name:
26+
cosmos-endpoint:
27+
role:
28+
plan: __PLAN_ROLE__
29+
apply: __APPLY_ROLE__
930
vars:
1031
example: blue
1132
enabled: true

tests/opentofu/stacks/catalog/foobar-disabled.yaml

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,27 @@ components:
44
settings:
55
github:
66
actions_enabled: true
7-
gitops:
8-
opentofu-version: 1.7.3
9-
infracost-enabled: __INFRACOST_ENABLED__
10-
artifact-storage:
11-
region: __STORAGE_REGION__
12-
bucket: __STORAGE_BUCKET__
13-
table: __STORAGE_TABLE__
14-
role: __STORAGE_ROLE__
15-
plan-repository-type: s3
16-
blob-account-name:
17-
blob-container-name:
18-
metadata-repository-type: dynamo
19-
cosmos-container-name:
20-
cosmos-database-name:
21-
cosmos-endpoint:
22-
role:
23-
plan: __PLAN_ROLE__
24-
apply: __APPLY_ROLE__
7+
integrations:
8+
github:
9+
actions_enabled: true
10+
gitops:
11+
opentofu-version: 1.7.3
12+
infracost-enabled: __INFRACOST_ENABLED__
13+
artifact-storage:
14+
region: __STORAGE_REGION__
15+
bucket: __STORAGE_BUCKET__
16+
table: __STORAGE_TABLE__
17+
role: __STORAGE_ROLE__
18+
plan-repository-type: s3
19+
blob-account-name:
20+
blob-container-name:
21+
metadata-repository-type: dynamo
22+
cosmos-container-name:
23+
cosmos-database-name:
24+
cosmos-endpoint:
25+
role:
26+
plan: __PLAN_ROLE__
27+
apply: __APPLY_ROLE__
2528
vars:
2629
example: blue
2730
enabled: true

tests/opentofu/stacks/catalog/foobar-fail.yaml

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,27 @@ components:
66
settings:
77
github:
88
actions_enabled: true
9-
gitops:
10-
opentofu-version: 1.7.3
11-
infracost-enabled: __INFRACOST_ENABLED__
12-
artifact-storage:
13-
region: __STORAGE_REGION__
14-
bucket: __STORAGE_BUCKET__
15-
table: __STORAGE_TABLE__
16-
role: __STORAGE_ROLE__
17-
plan-repository-type: s3
18-
blob-account-name:
19-
blob-container-name:
20-
metadata-repository-type: dynamo
21-
cosmos-container-name:
22-
cosmos-database-name:
23-
cosmos-endpoint:
24-
role:
25-
plan: __PLAN_ROLE__
26-
apply: __APPLY_ROLE__
9+
integrations:
10+
github:
11+
actions_enabled: true
12+
gitops:
13+
opentofu-version: 1.7.3
14+
infracost-enabled: __INFRACOST_ENABLED__
15+
artifact-storage:
16+
region: __STORAGE_REGION__
17+
bucket: __STORAGE_BUCKET__
18+
table: __STORAGE_TABLE__
19+
role: __STORAGE_ROLE__
20+
plan-repository-type: s3
21+
blob-account-name:
22+
blob-container-name:
23+
metadata-repository-type: dynamo
24+
cosmos-container-name:
25+
cosmos-database-name:
26+
cosmos-endpoint:
27+
role:
28+
plan: __PLAN_ROLE__
29+
apply: __APPLY_ROLE__
2730
vars:
2831
example: blue
2932
enabled: true

tests/opentofu/stacks/catalog/foobar.yaml

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,27 @@ components:
22
terraform:
33
foobar:
44
settings:
5-
github:
6-
actions_enabled: true
7-
gitops:
8-
opentofu-version: 1.7.3
9-
infracost-enabled: __INFRACOST_ENABLED__
10-
artifact-storage:
11-
region: __STORAGE_REGION__
12-
bucket: __STORAGE_BUCKET__
13-
table: __STORAGE_TABLE__
14-
role: __STORAGE_ROLE__
15-
plan-repository-type: s3
16-
blob-account-name:
17-
blob-container-name:
18-
metadata-repository-type: dynamo
19-
cosmos-container-name:
20-
cosmos-database-name:
21-
cosmos-endpoint:
22-
role:
23-
plan: __PLAN_ROLE__
24-
apply: __APPLY_ROLE__
5+
integrations:
6+
github:
7+
actions_enabled: true
8+
gitops:
9+
opentofu-version: 1.7.3
10+
infracost-enabled: __INFRACOST_ENABLED__
11+
artifact-storage:
12+
region: __STORAGE_REGION__
13+
bucket: __STORAGE_BUCKET__
14+
table: __STORAGE_TABLE__
15+
role: __STORAGE_ROLE__
16+
plan-repository-type: s3
17+
blob-account-name:
18+
blob-container-name:
19+
metadata-repository-type: dynamo
20+
cosmos-container-name:
21+
cosmos-database-name:
22+
cosmos-endpoint:
23+
role:
24+
plan: __PLAN_ROLE__
25+
apply: __APPLY_ROLE__
2526
vars:
2627
example: blue
2728
enabled: false

tests/terraform/stacks/catalog/foobar-changes-atmos.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

tests/terraform/stacks/catalog/foobar-disabled.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,6 @@ components:
44
settings:
55
github:
66
actions_enabled: false
7-
gitops:
8-
terraform-version: 1.5.2
9-
infracost-enabled: __INFRACOST_ENABLED__
10-
artifact-storage:
11-
region: __STORAGE_REGION__
12-
bucket: __STORAGE_BUCKET__
13-
table: __STORAGE_TABLE__
14-
role: __STORAGE_ROLE__
15-
plan-repository-type: s3
16-
blob-account-name:
17-
blob-container-name:
18-
metadata-repository-type: dynamo
19-
cosmos-container-name:
20-
cosmos-database-name:
21-
cosmos-endpoint:
22-
role:
23-
plan: __PLAN_ROLE__
24-
apply: __APPLY_ROLE__
25-
267
vars:
278
example: blue
289
enabled: true

tests/terraform/stacks/catalog/foobar-fail.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,6 @@ components:
66
settings:
77
github:
88
actions_enabled: true
9-
gitops:
10-
terraform-version: 1.5.2
11-
infracost-enabled: __INFRACOST_ENABLED__
12-
artifact-storage:
13-
region: __STORAGE_REGION__
14-
bucket: __STORAGE_BUCKET__
15-
table: __STORAGE_TABLE__
16-
role: __STORAGE_ROLE__
17-
plan-repository-type: s3
18-
blob-account-name:
19-
blob-container-name:
20-
metadata-repository-type: dynamo
21-
cosmos-container-name:
22-
cosmos-database-name:
23-
cosmos-endpoint:
24-
role:
25-
plan: __PLAN_ROLE__
26-
apply: __APPLY_ROLE__
279
vars:
2810
example: blue
2911
enabled: true

tests/terraform/stacks/catalog/foobar.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,6 @@ components:
44
settings:
55
github:
66
actions_enabled: true
7-
gitops:
8-
terraform-version: 1.5.2
9-
infracost-enabled: __INFRACOST_ENABLED__
10-
artifact-storage:
11-
region: __STORAGE_REGION__
12-
bucket: __STORAGE_BUCKET__
13-
table: __STORAGE_TABLE__
14-
role: __STORAGE_ROLE__
15-
plan-repository-type: s3
16-
blob-account-name:
17-
blob-container-name:
18-
metadata-repository-type: dynamo
19-
cosmos-container-name:
20-
cosmos-database-name:
21-
cosmos-endpoint:
22-
role:
23-
plan: __PLAN_ROLE__
24-
apply: __APPLY_ROLE__
257
vars:
268
example: blue
279
enabled: false

0 commit comments

Comments
 (0)