From 372710e20ed6316101b1f787205d1f067a00273b Mon Sep 17 00:00:00 2001 From: Byeonggil Jun Date: Wed, 29 Jan 2025 14:08:50 -0700 Subject: [PATCH] Allow other tests --- .github/workflows/ci.yml | 46 ++++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 437516aef..3d20d3cfc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,13 +63,13 @@ jobs: # compiler-ref: ${{ needs.fetch-lf.outputs.ref }} # if: ${{ !github.event.pull_request.draft ||contains( github.event.pull_request.labels.*.name, 'flexpret') }} - # lf-default: - # needs: [fetch-lf] - # uses: lf-lang/lingua-franca/.github/workflows/c-tests.yml@master - # with: - # runtime-ref: ${{ github.ref }} - # compiler-ref: ${{ needs.fetch-lf.outputs.ref }} - # all-platforms: ${{ !github.event.pull_request.draft || contains( github.event.pull_request.labels.*.name, 'mac') || contains( github.event.pull_request.labels.*.name, 'windows') }} + lf-default: + needs: [fetch-lf] + uses: lf-lang/lingua-franca/.github/workflows/c-tests.yml@master + with: + runtime-ref: ${{ github.ref }} + compiler-ref: ${{ needs.fetch-lf.outputs.ref }} + all-platforms: ${{ !github.event.pull_request.draft || contains( github.event.pull_request.labels.*.name, 'mac') || contains( github.event.pull_request.labels.*.name, 'windows') }} lf-python: needs: [fetch-lf] @@ -79,22 +79,22 @@ jobs: compiler-ref: ${{ needs.fetch-lf.outputs.ref }} # if: ${{ !github.event.pull_request.draft || contains( github.event.pull_request.labels.*.name, 'python') }} - # lf-gedf-np: - # needs: [fetch-lf] - # uses: lf-lang/lingua-franca/.github/workflows/c-tests.yml@master - # with: - # runtime-ref: ${{ github.ref }} - # compiler-ref: ${{ needs.fetch-lf.outputs.ref }} - # scheduler: GEDF_NP - # all-platforms: ${{ !github.event.pull_request.draft || contains( github.event.pull_request.labels.*.name, 'mac') || contains( github.event.pull_request.labels.*.name, 'windows') }} + lf-gedf-np: + needs: [fetch-lf] + uses: lf-lang/lingua-franca/.github/workflows/c-tests.yml@master + with: + runtime-ref: ${{ github.ref }} + compiler-ref: ${{ needs.fetch-lf.outputs.ref }} + scheduler: GEDF_NP + all-platforms: ${{ !github.event.pull_request.draft || contains( github.event.pull_request.labels.*.name, 'mac') || contains( github.event.pull_request.labels.*.name, 'windows') }} # if: ${{ !github.event.pull_request.draft || contains( github.event.pull_request.labels.*.name, 'schedulers') }} - # lf-adaptive: - # needs: [fetch-lf] - # uses: lf-lang/lingua-franca/.github/workflows/c-tests.yml@master - # with: - # runtime-ref: ${{ github.ref }} - # compiler-ref: ${{ needs.fetch-lf.outputs.ref }} - # scheduler: ADAPTIVE - # all-platforms: ${{ !github.event.pull_request.draft || contains( github.event.pull_request.labels.*.name, 'mac') || contains( github.event.pull_request.labels.*.name, 'windows') }} + lf-adaptive: + needs: [fetch-lf] + uses: lf-lang/lingua-franca/.github/workflows/c-tests.yml@master + with: + runtime-ref: ${{ github.ref }} + compiler-ref: ${{ needs.fetch-lf.outputs.ref }} + scheduler: ADAPTIVE + all-platforms: ${{ !github.event.pull_request.draft || contains( github.event.pull_request.labels.*.name, 'mac') || contains( github.event.pull_request.labels.*.name, 'windows') }} # if: ${{ !github.event.pull_request.draft || contains( github.event.pull_request.labels.*.name, 'schedulers') }}