Skip to content

Commit

Permalink
test tester
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Riobo Lorenzo <[email protected]>
  • Loading branch information
adrianriobo committed Jan 23, 2024
1 parent 33fc05f commit 3331814
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,22 +67,6 @@ jobs:
https://api.github.com/repos/${{ github.repository }}/statuses/${{ env.COMMIT_SHA }} \
-d "{\"state\":\"${OUTCOME}\", \"description\":\"${DESCRIPTION}\", \"context\":\"${CONTEXT}\", \"target_url\":\"https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}\"}"
- name: Download e2e flat image as artifact
id: download-oci-image-artifact
uses: dawidd6/action-download-artifact@v3
with:
workflow_conclusion: completed
workflow: builder.yml
name: libhvee-e2e-v${{ env.SHA }}

- name: Download binaries
id: download-binaries-artifact
uses: dawidd6/action-download-artifact@v3
with:
workflow_conclusion: completed
workflow: builder.yml
name: libhvee-v${{ env.SHA }}

- name: Create instance
run: |
# Create instance
Expand Down Expand Up @@ -115,8 +99,26 @@ jobs:
-o ServerAliveCountMax=1200 \
$(cat username)@$(cat host) "systeminfo"
- name: Download libhvee e2e oci image as artifact
id: download-oci-image-artifact
uses: dawidd6/action-download-artifact@v3
with:
workflow_conclusion: completed
workflow: builder.yml
name: libhvee-e2e-v${{ env.SHA }}

- name: Download libhvee binaries as artifact
id: download-binaries-artifact
uses: dawidd6/action-download-artifact@v3
with:
workflow_conclusion: completed
workflow: builder.yml
name: libhvee-v${{ env.SHA }}

- name: Run libhvee e2e
run: |
ls
# Load image from artifact
podman load -i libhvee-e2e-v${{ env.SHA }}/libhvee-e2e.tar
Expand Down

0 comments on commit 3331814

Please sign in to comment.