Skip to content

Commit

Permalink
Sean simmons progress/chef 16390 hab export upload s3 (#82)
Browse files Browse the repository at this point in the history
* format

Signed-off-by: Sean Simmons <[email protected]>

* updating right origin

Signed-off-by: Sean Simmons <[email protected]>

* testing output

Signed-off-by: Sean Simmons <[email protected]>

* renaming pipeline

Signed-off-by: Sean Simmons <[email protected]>

---------

Signed-off-by: Sean Simmons <[email protected]>
  • Loading branch information
sean-simmons-progress authored Nov 5, 2024
1 parent 31088a4 commit 46c8057
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pipelines:
- omnibus/release
- habitat/build:
definition: .expeditor/build.habitat.yml
- habitat/export:
- habitat_export:
definition: .expeditor/habitat-export.pipeline.yml

subscriptions:
Expand Down
6 changes: 3 additions & 3 deletions .expeditor/habitat-export.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ expeditor:
buildkite:
timeout_in_minutes: 45
env:
HAB_ORIGIN: "chef"
HAB_ORIGIN: "chef-demo"
PIPELINE_HAB_BLDR_URL: "https://bldr.habitat.sh"
# Necessary to prevent old studios from poisoning builds after core plans refreshes
HAB_STUDIO_SECRET_HAB_PREFER_LOCAL_CHEF_DEPS: "true"
HAB_STUDIO_SECRET_HAB_REFRESH_CHANNEL: "stable"

steps:


- label: "[:linux: build hab-pkg-export-tar and uplaod to :amazon-s3:]"
command:
- hab pkg export tar chef/chef-infra-client
- echo "--- testing hab export tar chef-demo/hello-omnibus-harmony "
- hab pkg export tar chef-demo/hello-omnibus-harmony
- buildkite-agent artifact upload "/hab/cache/artifacts/*.tar"
expeditor:
executor:
Expand Down

0 comments on commit 46c8057

Please sign in to comment.