summaryrefslogtreecommitdiff
path: root/.expeditor/verify_private.pipeline.yml
blob: 5d62c77ae324fecc995d9eebd1c025e7ffe3ff75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
expeditor:
  cached_folders:
    - vendor
  defaults:
    buildkite:
      retry:
        automatic:
          limit: 1
      timeout_in_minutes: 30

steps:

#########################################################################
  # START TEST KITCHEN ONLY
#########################################################################

- label: "Kitchen Tests Windows 10"
  commands:
    - scripts/bk_tests/bk_linux_exec.sh
    - cd kitchen-tests
    - /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
        field: tenant_id
      AZURE_CLIENT_ID:
        account: azure/engineering-dev-test
        field: client_id
      AZURE_CLIENT_SECRET:
        account: azure/engineering-dev-test
        field: client_secret