summaryrefslogtreecommitdiff
path: root/.expeditor/habitat-test.pipeline.yml
blob: 32e799a6dd5cb8133123661bf9278590fa64b882 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
steps:

- label: ":linux: Validate Habitat Builds of Chef Infra"
  commands:
    - hab pkg install chef/chef-infra-client
  expeditor:
    executor:
      linux:
        privileged: true
        single-use: true

- label: ":windows: Validate Habitat Builds of Chef Infra"
  commands:
    - hab pkg install chef/chef-infra-client
  expeditor:
    executor:
      windows:
        os-version: 2016
        privileged: true
        single-use: true