Skip to content

Commit

Permalink
Update applications.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DevopsGoth authored Jul 18, 2024
1 parent efd1243 commit 2f83118
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,8 @@ jobs:
name: Build and publish docker image
needs: [config, build]
runs-on: ${{ matrix.os }}
outputs:
docker-suffix: ${{ steps.frozen-tag.outputs.value }}${{ needs.config.outputs.tag-suffix }}
if: "${{ github.event_name != 'schedule' }}"
strategy:
fail-fast: false
Expand All @@ -631,7 +633,7 @@ jobs:
OS: ${{ matrix.os }}
ARTIFACTS_NAME: chainweb-applications.${{ matrix.use-freeze-file }}.${{ matrix.ghc }}.${{ matrix.os }}
ARTIFACTS_ARCHIVE: chainweb.${{ matrix.use-freeze-file }}.${{ matrix.ghc }}.${{ matrix.os }}.${{ needs.config.outputs.git-sha-short }}${{ needs.config.outputs.tag-suffix }}.tar.gz

steps:
- name: Get build artifacts
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -748,8 +750,8 @@ jobs:
with:
workflow: Integration Tests on devnet chain
token: ${{ secrets.GH_WORKFLOW_PAT_FOR_TESTS }}
inputs: '{ "chainweb_node_container_id" : "sha-${{ needs.config.outputs.git-sha-short }}" }'
inputs: '{ "chainweb_node_container_id" : "sha-${{ needs.config.outputs.git-sha-short }}${{ needs.docker-image.outputs.docker-suffix }}" }'
ref: refs/heads/master
repo: kadena-io/integration-tests
display-workflow-run-url: true
wait-for-completion: false # here you could make this pipeline wait them out
wait-for-completion: true # here you could make this pipeline wait them out

0 comments on commit 2f83118

Please sign in to comment.