Skip to content

Commit 29b15a2

Browse files
authored
Merge pull request #40 from unifio/issue-39-dmi-timeout-ci-workaround-release
Addresses timeout in CI runs from issue #39
2 parents 7007d51 + 003165a commit 29b15a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,15 @@ jobs:
7373
command: |
7474
bundle exec rake complete:overrides:apply || true
7575
# Need to run twice due to frequent timing issues
76+
# see https://github.com/unifio/terraform-aws-vpc/issues/39
7677
bundle exec rake complete:overrides:apply
7778
7879
- run:
7980
name: Test peering connection
8081
command: |
82+
bundle exec rake complete:peer-vpc:apply || true
83+
# Need to run twice due to frequent timing issues
84+
# see https://github.com/unifio/terraform-aws-vpc/issues/39
8185
bundle exec rake complete:peer-vpc:apply
8286
bundle exec rake peering:peer-connect:apply
8387

0 commit comments

Comments
 (0)