File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -96,17 +96,17 @@ steps:
96
96
# examples/oidc-simple
97
97
- id : apply-oidc
98
98
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
99
- args : ['/bin/bash', '-c', 'cd test/integration && RUN_STAGE=apply go test -v -run TestOIDCSimple ./... -p 1 ']
99
+ args : ['/bin/bash', '-c', 'cft test run TestOIDCSimple --stage apply --verbose ']
100
100
waitFor :
101
101
- init-all
102
102
- id : verify-oidc
103
103
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
104
- args : ['/bin/bash', '-c', 'cd test/integration && RUN_STAGE=verify go test -v -run TestOIDCSimple ./... -p 1 ']
104
+ args : ['/bin/bash', '-c', 'cft test run TestOIDCSimple --stage verify --verbose ']
105
105
waitFor :
106
106
- apply-oidc
107
107
- id : destroy-oidc
108
108
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
109
- args : ['/bin/bash', '-c', 'cd test/integration && RUN_STAGE=teardown go test -v -run TestOIDCSimple ./... -p 1 ']
109
+ args : ['/bin/bash', '-c', 'cft test run TestOIDCSimple --stage destroy --verbose ']
110
110
waitFor :
111
111
- verify-oidc
112
112
tags :
Original file line number Diff line number Diff line change 16
16
17
17
module "project" {
18
18
source = " terraform-google-modules/project-factory/google"
19
- version = " ~> 15 .0"
19
+ version = " ~> 16 .0"
20
20
21
21
name = " ci-terraform-gh-runners"
22
22
random_project_id = " true"
@@ -35,7 +35,7 @@ module "project" {
35
35
36
36
module "project-gke" {
37
37
source = " terraform-google-modules/project-factory/google"
38
- version = " ~> 15 .0"
38
+ version = " ~> 16 .0"
39
39
40
40
name = " ci-runners-gke"
41
41
random_project_id = " true"
@@ -56,7 +56,7 @@ module "project-gke" {
56
56
57
57
module "project-mig-container-vm" {
58
58
source = " terraform-google-modules/project-factory/google"
59
- version = " ~> 15 .0"
59
+ version = " ~> 16 .0"
60
60
61
61
name = " ci-runners-c-mig"
62
62
random_project_id = " true"
You can’t perform that action at this time.
0 commit comments