Skip to content

Commit

Permalink
Merge pull request #1844 from chef/test_publish_pipeline
Browse files Browse the repository at this point in the history
Publish test pipeline
  • Loading branch information
nikhil2611 authored Dec 6, 2024
2 parents d573006 + a2a47e5 commit 71abc00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ subscriptions:
- workload: buildkite_hab_build_group_published:{{agent_id}}:*
actions:
# when all of the hab package publish to the unstable channel, test and promote them
- trigger_pipeline:habitat/publish
- trigger_pipeline:habitat/build-test
1 change: 1 addition & 0 deletions habitat/tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ actual_version=$(hab pkg exec "${pkg_ident}" ohai -v | sed -E 's/.*: ([0-9]+\.[0
[[ "$package_version" = "$actual_version" ]] || error "ohai version is not the expected version. Expected '$package_version', got '$actual_version'"



0 comments on commit 71abc00

Please sign in to comment.