Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .expeditor/build.habitat.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
origin: chef
refresh_channel: "LTS-2024"

smart_build: true

env:
HAB_REFRESH_CHANNEL: "LTS-2024"

studio_secrets:
GITHUB_TOKEN:
account: github/chef
Expand Down
2 changes: 2 additions & 0 deletions .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ pipelines:
description: Pull Request validation tests requiring access keys
- habitat/build:
description: Build the Habitat packages for Chef Automate
env:
- HAB_REFRESH_CHANNEL: "LTS-2024"
- nightly:
description: Nightly tests against main
definition: .expeditor/nightly.pipeline.yml
Expand Down
Loading