Skip to content

Commit

Permalink
Removed the windows habitat verify pipelines
Browse files Browse the repository at this point in the history
Signed-off-by: Ashique Saidalavi <[email protected]>
  • Loading branch information
ashiqueps committed Nov 26, 2024
1 parent 6a6b4c1 commit d4b09e5
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions .expeditor/habitat-test.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,19 @@ steps:
image: ruby:3.1
privileged: true

- label: ":windows: Validate Habitat Builds of Test Kitchen"
commands:
- .expeditor/buildkite/artifact.habitat.test.ps1
expeditor:
executor:
docker:
host_os: windows
shell: ["powershell", "-Command"]
image: rubydistros/windows-2019:3.1
user: 'NT AUTHORITY\SYSTEM'
environment:
- FORCE_FFI_YAJL=ext
- EXPIRE_CACHE=true
- CHEF_LICENSE=accept-no-persist
- CHEF_LICENSE_SERVER=http://hosted-license-service-lb-8000-606952349.us-west-2.elb.amazonaws.com:8000/
# Commenting out the Windows test since it is not required for the RC1 release
# - label: ":windows: Validate Habitat Builds of Test Kitchen"
# commands:
# - .expeditor/buildkite/artifact.habitat.test.ps1
# expeditor:
# executor:
# docker:
# host_os: windows
# shell: ["powershell", "-Command"]
# image: rubydistros/windows-2019:3.1
# user: 'NT AUTHORITY\SYSTEM'
# environment:
# - FORCE_FFI_YAJL=ext
# - EXPIRE_CACHE=true
# - CHEF_LICENSE=accept-no-persist
# - CHEF_LICENSE_SERVER=http://hosted-license-service-lb-8000-606952349.us-west-2.elb.amazonaws.com:8000/

0 comments on commit d4b09e5

Please sign in to comment.