Commit Graph

12186 Commits (cdbb742496ec6535250bfc1dd195d00a2d2f10a1)
 

Author SHA1 Message Date
Adrien Delorme cdbb742496 add more cancellation tests
7 years ago
Adrien Delorme 73a55631c4 fix testfile call
7 years ago
Adrien Delorme 2890687b2b fix race condition in BuildCommand
7 years ago
Adrien Delorme af15ed3583 nil signals are probably just a cancellation in disguise
7 years ago
Adrien Delorme 583d93790f add tests for cancellation while building
7 years ago
Adrien Delorme dd2785ff08 BuildCommand.Run: avoid triggering a cancellation on termination
7 years ago
Adrien Delorme 0094d2878c Build: move BuildCommand.Run into a RunContext command to allow testing for cancellation, put cancellation in `Run`
7 years ago
Adrien Delorme 6fe6c08b4d appveyor: remove verbose mode as output is truncated, and I can't see what's wrong
7 years ago
Adrien Delorme a2cc2532ea add TestBuildParallel_Timeout to test errors on parallel builds
7 years ago
Adrien Delorme d40d3eca88 swap semaquire and wg.Add to avoid a deadlock
7 years ago
Adrien Delorme 263f318e82 be true to docs
7 years ago
Adrien Delorme 1dca416f87 move the semacquire to the main build loop so that the build order is kept
7 years ago
Adrien Delorme 852af993e6 BuildParallel: test with 3 parallel builds
7 years ago
Adrien Delorme 9281fada2d prevent a breaking change so that we can merge the `-parallel-builds` option first.
7 years ago
Adrien Delorme 14486003a1 fix test to be race free
7 years ago
Adrien Delorme c1527d9b47 fix text
7 years ago
Adrien Delorme 2f577e60b6 tidy vendors
7 years ago
Adrien Delorme ae71a81c1e Merge remote-tracking branch 'origin/master' into pr/7501
7 years ago
Brett Wandel aaf56ffd26 added: testing
7 years ago
Megan Marsh d343852c15
Merge pull request #7591 from hashicorp/doc_docker
7 years ago
Megan Marsh d58729e73c
Merge pull request #7594 from hashicorp/ansible_wrapper_docs
7 years ago
Megan Marsh c1d69b1f20
Merge pull request #7553 from hashicorp/fix_7404
7 years ago
Megan Marsh 16f0a80054 Update website/source/docs/builders/docker.html.md
7 years ago
Adrien Delorme d08f3e0bdb document entrypoint option
7 years ago
Megan Marsh c317679f52 add some docs for how to do complex custom commands
7 years ago
Megan Marsh afe760e635
Merge pull request #7593 from hashicorp/fast_crossbuild
7 years ago
Megan Marsh 113e436e4d
Merge pull request #7589 from hashicorp/no_fslock_solaris
7 years ago
Adrien Delorme 86b7e05ebe circle-ci: build each support GOOS in a separate run using vendors to make this faster
7 years ago
Adrien Delorme b329073e54 remove trying port log as retry code will show errors
7 years ago
Adrien Delorme 38f789eedc add error types to test for
7 years ago
Adrien Delorme 14f2d1c132 ListenRangeConfig:Listen: use the retry pkg to wait a bit in between opens
7 years ago
Adrien Delorme e14d1b8b0b add a timeout trying to open a random port
7 years ago
Adrien Delorme 2fd7adffc4 add tests for ListenRangeConfig.Listen
7 years ago
Adrien Delorme b7be4f9c74
Merge pull request #7564 from zaenk/proxmox-builder-static-ssh-host
7 years ago
Peter Pribula 14f96e8951 Fixes a typo in a comment
7 years ago
Peter Pribula 778dda9fe0 Takes static WinRM config into consideration
7 years ago
Peter Pribula 02b6e7f3de Changes `qemu_agent` config frm string to bool
7 years ago
Adrien Delorme d9e5145de9 Shadow the flock pkg & add a noop filelock so that at least the solaris binary can be built
7 years ago
Adrien Delorme 5d9d43c01d add tests for ListenRangeConfig.Listen
7 years ago
Adrien Delorme fd63ec9a6c ListenRangeConfig.Listen: move trying port log after fslock trylock for less logs
7 years ago
Adrien Delorme 79ae62801f ListenRangeConfig: default network ( protocol ) to tcp
7 years ago
Adrien Delorme a2b0babd23
Merge pull request #7587 from hashicorp/circle_make_bin
7 years ago
Adrien Delorme ae46fcec01 circle-ci: run `make bin` to make sure all of our binaries can build
7 years ago
Adrien Delorme b68aa40a69
Merge pull request #7567 from creack/bump-goselect2
7 years ago
Adrien Delorme 051f39e21d
Merge pull request #7583 from hashicorp/update_custom_plugin_docs
7 years ago
Megan Marsh e7c4cc622e
Update website/source/docs/extending/custom-post-processors.html.md
7 years ago
Megan Marsh 27cf53003f
Update website/source/docs/extending/custom-post-processors.html.md
7 years ago
Megan Marsh dd7030453f
Merge pull request #7575 from hashicorp/fix_7534
7 years ago
Megan Marsh e40739f332
Merge pull request #7579 from hashicorp/fix_7525
7 years ago
Megan Marsh 2e0f9223c8 remove all the extra debug lines
7 years ago