Skip to content

Commit

Permalink
wip 1719882115
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Heath <[email protected]>
  • Loading branch information
Jason Heath committed Jul 2, 2024
1 parent 966e5a2 commit bd8bc1c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/hab-pkg-build-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ jobs:
matrix:
os: [ubuntu-latest]
channel: [unstable]
components: [builder-api, builder-api-proxy, builder-graph, builder-jobsrv, builder-minio]
components: [builder-api, builder-graph, builder-jobsrv, builder-minio]
# components: [builder-api, builder-api-proxy, builder-graph, builder-jobsrv, builder-minio]
runs-on: ${{matrix.os}}
steps:

Expand Down Expand Up @@ -175,14 +176,14 @@ jobs:
# - have a habitat-dev plan directory
# - don't have architecture specific plan directories
habitat-dev-dir-packages:
name: ${{matrix.components}} hab pkg (habitat-dev dir)
needs: [habitat-dir-packages, arch-target-packages]
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
channel: [unstable]
components: [builder-jobsrv, builder-worker]
# components: [builder-api, builder-api-proxy, builder-jobsrv, builder-worker]
components: [builder-api, builder-api-proxy, builder-jobsrv, builder-worker]
runs-on: ${{matrix.os}}
steps:

Expand All @@ -193,7 +194,7 @@ jobs:
uses: ./.github/actions/hab-install-linux

- name: Download HART file we need here previouisly built in "habitat-dir-components" job
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: hart-files
path: /hab/cache/artifacts/
Expand All @@ -208,3 +209,4 @@ jobs:
# JAH: trigger appropriately
# JAH: Set the hab_auth_token more appropriately
# JAH: stop using jasonheath origin
# JAH: fix broken builder-api-proxy

0 comments on commit bd8bc1c

Please sign in to comment.