summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2020-05-13 16:36:17 -0400
committerBryan McLellan <btm@loftninjas.org>2020-05-13 17:11:05 -0400
commit5863a0a80398783c56ae6bf12f335732c2dc0de7 (patch)
tree5ae1a8405d4a9361d1d448f7f83a38ad30426114 /.expeditor
parent955fdfcf0e2ffe1a787d3e53dccbed5f0ffa71cc (diff)
downloadchef-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 '.expeditor')
-rw-r--r--.expeditor/config.yml2
-rw-r--r--.expeditor/verify_private.pipeline.yml8
2 files changed, 7 insertions, 3 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 1c982033c2..e76830b4b4 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -24,7 +24,7 @@ docker_images:
- chef
pipelines:
- - verify/public:
+ - verify:
definition: .expeditor/verify_public.pipeline.yml
public: true
- verify/private:
diff --git a/.expeditor/verify_private.pipeline.yml b/.expeditor/verify_private.pipeline.yml
index 03d871bba9..5d62c77ae3 100644
--- a/.expeditor/verify_private.pipeline.yml
+++ b/.expeditor/verify_private.pipeline.yml
@@ -17,14 +17,18 @@ steps:
- label: "Kitchen Tests Windows 10"
commands:
- - scripts/bk_tests/bk_win_prep.ps1
+ - scripts/bk_tests/bk_linux_exec.sh
- cd kitchen-tests
- - kitchen test end-to-end-windows-10
+ - /opt/omnibus-toolchain/bin/bundle exec kitchen test end-to-end-windows-10
artifact_paths:
- $PWD/.kitchen/logs/kitchen.log
env:
KITCHEN_YAML: kitchen.azure.yml
expeditor:
+ executor:
+ linux:
+ privileged: true
+ single-use: true
secrets:
AZURE_TENANT_ID:
account: azure/engineering-dev-test