Skip to content

Commit

Permalink
Use preCICE from v3.0.0 tag, tutorials from latest develop
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH committed Mar 13, 2024
1 parent 3963c64 commit d61f561
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/system-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,30 +9,21 @@ jobs:
if: ${{ github.event.label.name == 'trigger-system-tests' }}
runs-on: ubuntu-latest
outputs:
refprecice: ${{ steps.refprecice.outputs.shorthash }}
reftutorials: ${{ steps.reftutorials.outputs.shorthash }}
steps:
- id: refprecice
- id: reftutorials
uses: nmbgeek/github-action-get-latest-commit@main
with:
owner: precice
repo: precice
repo: tutorials
branch: develop


test-job:
if: ${{ github.event.label.name == 'trigger-system-tests' }}
needs: gather-refs
runs-on: ubuntu-latest
steps:
- run: |
echo "${{ needs.gather-refs.outputs.refprecice }}" >> $GITHUB_OUTPUT
trigger-system-tests:
if: ${{ github.event.label.name == 'trigger-system-tests' }}
needs: gather-refs
uses: precice/tutorials/.github/workflows/run_testsuite_workflow.yml@develop
with:
suites: openfoam_adapter_pr
build_args: TUTORIALS_REF:develop,PRECICE_REF:${{ needs.gather-refs.outputs.refprecice }},OPENFOAM_EXECUTABLE:openfoam2306,OPENFOAM_ADAPTER_REF:${{ github.event.pull_request.head.sha }}
build_args: TUTORIALS_REF:${{ needs.gather-refs.outputs.reftutorials }},PRECICE_REF:v3.0.0,OPENFOAM_EXECUTABLE:openfoam2306,OPENFOAM_ADAPTER_REF:${{ github.event.pull_request.head.sha }}
systests_branch: develop
loglevel: "DEBUG"

0 comments on commit d61f561

Please sign in to comment.