Skip to content

Commit

Permalink
chore(ci): allowfailure in tfv tests (#7526)
Browse files Browse the repository at this point in the history
* chore(ci): allowfailure in tfv tests

* Add allowfailure to tfv-base and tfv-head
  • Loading branch information
iyabchen authored Mar 29, 2023
1 parent 44a589c commit 85770a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .ci/gcb-generate-diffs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ steps:

- name: 'gcr.io/graphite-docker-images/downstream-builder'
id: tfv-head
allowFailure: true
secretEnv: ["GITHUB_TOKEN"]
waitFor: ["merged", "tpg-head"]
args:
Expand All @@ -121,6 +122,7 @@ steps:

- name: 'gcr.io/graphite-docker-images/downstream-builder'
id: tfv-base
allowFailure: true
secretEnv: ["GITHUB_TOKEN"]
waitFor: ["merged", "tpg-base"]
args:
Expand Down Expand Up @@ -161,6 +163,7 @@ steps:

- name: 'gcr.io/graphite-docker-images/terraform-validator-tester'
id: tfv-test
allowFailure: true
secretEnv: ["GITHUB_TOKEN"]
waitFor: ["tfv-head", "tfv-base"]
env:
Expand All @@ -177,6 +180,7 @@ steps:

- name: 'gcr.io/graphite-docker-images/terraform-validator-tester-integration'
id: tfv-test-integration-0.12.31
allowFailure: true
secretEnv: ["GITHUB_TOKEN"]
waitFor: ["tfv-head", "tfv-base"]
env:
Expand All @@ -194,6 +198,7 @@ steps:

- name: 'gcr.io/graphite-docker-images/terraform-validator-tester-integration'
id: tfv-test-integration-0.13.7
allowFailure: true
secretEnv: ["GITHUB_TOKEN"]
waitFor: ["tfv-head", "tfv-base"]
env:
Expand Down

0 comments on commit 85770a2

Please sign in to comment.