Skip to content

Commit 003165a

Browse files
committed
Addresses timeout in CI runs from issue #39
* Run all tasks that rely on the VPG attachment twice. * Added link to issue for reference.
1 parent 7007d51 commit 003165a

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)