diff options
author | Bryan McLellan <btm@loftninjas.org> | 2020-05-13 16:36:17 -0400 |
---|---|---|
committer | Bryan McLellan <btm@loftninjas.org> | 2020-05-13 17:11:05 -0400 |
commit | 5863a0a80398783c56ae6bf12f335732c2dc0de7 (patch) | |
tree | 5ae1a8405d4a9361d1d448f7f83a38ad30426114 /kitchen-tests | |
parent | 955fdfcf0e2ffe1a787d3e53dccbed5f0ffa71cc (diff) | |
download | chef-5863a0a80398783c56ae6bf12f335732c2dc0de7.tar.gz |
Switch end-to-end-windows-10 back to use the Linux scripts
kitchen is run on a linux container
Also rename the verify/public pipeline back to verify. This keeps the
history and is otherwise really just a bikeshed because they show up in
different buildkite sites.
Signed-off-by: Bryan McLellan <btm@loftninjas.org>
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/Gemfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kitchen-tests/Gemfile b/kitchen-tests/Gemfile index a06019944f..c70cf97f90 100644 --- a/kitchen-tests/Gemfile +++ b/kitchen-tests/Gemfile @@ -8,6 +8,7 @@ gem "kitchen-dokken", "~> 2.0" gem "kitchen-inspec", git: "https://github.com/chef/kitchen-inspec.git", branch: "master" gem "inspec" gem "test-kitchen", git: "https://github.com/test-kitchen/test-kitchen.git", branch: "master" +gem "kitchen-azurerm", git: "https://github.com/test-kitchen/kitchen-azurerm.git", branch: "master" # avoid Ruby 2.7 warnings -gem "docker-api", git: "https://github.com/chef/docker-api.git", branch: "master"
\ No newline at end of file +gem "docker-api", git: "https://github.com/chef/docker-api.git", branch: "master" |