Skip to content

Commit

Permalink
wip 1719923207
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 fb2204d commit ecbb260
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/hab-pkg-build-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,13 @@ jobs:
matrix:
os: [ubuntu-latest]
channel: [unstable]
components: [builder-api, builder-graph, builder-jobsrv, builder-minio]
components: [builder-graph, builder-minio]
# components: [builder-api, builder-api-proxy, builder-graph, builder-jobsrv, builder-minio]
runs-on: ${{matrix.os}}
steps:



- name: Checkout for ${{matrix.components}}
uses: actions/checkout@v4

Expand Down Expand Up @@ -163,7 +165,7 @@ jobs:
matrix:
os: [ubuntu-latest]
channel: [unstable]
components: [builder-api, builder-jobsrv, builder-worker]
components: [builder-api, builder-jobsrv]
# components: [builder-api, builder-api-proxy, builder-jobsrv, builder-worker]
runs-on: ${{matrix.os}}
steps:
Expand All @@ -180,7 +182,14 @@ jobs:
# name: hart-files
# path: /hab/cache/artifacts/

- name: Build and Upload Habitat Package
- name: ${{matrix.components}} habitat directory package
uses: ./.github/actions/hab-pkg-build-and-upload-linux
with:
hab-auth-token: ${{ env.HAB_AUTH_TOKEN }}
hab-origin: ${{ env.HAB_ORIGIN }}
bldr-component: components/${{matrix.components}}/habitat

- name: ${{matrix.components}} habitat-dev directory package
uses: ./.github/actions/hab-pkg-build-and-upload-linux
with:
hab-auth-token: ${{ env.HAB_AUTH_TOKEN }}
Expand Down

0 comments on commit ecbb260

Please sign in to comment.