From 8c809a11a4ec1f60729b37a798cae496b2f87a88 Mon Sep 17 00:00:00 2001 From: erlingrj Date: Sun, 22 Sep 2024 07:55:07 -0700 Subject: [PATCH 1/2] Point to master --- lingua-franca-ref.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lingua-franca-ref.txt b/lingua-franca-ref.txt index bff3ad964..1f7391f92 100644 --- a/lingua-franca-ref.txt +++ b/lingua-franca-ref.txt @@ -1 +1 @@ -zephyr-tests +master From e75dcf7c39f585d0dfa5fa6005108c20eab26b34 Mon Sep 17 00:00:00 2001 From: erlingrj Date: Sun, 22 Sep 2024 07:56:51 -0700 Subject: [PATCH 2/2] Enable flexpret tests again --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab26dd4de..dd12b4eff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,13 +55,13 @@ jobs: compiler-ref: ${{ needs.fetch-lf.outputs.ref }} if: ${{ !github.event.pull_request.draft ||contains( github.event.pull_request.labels.*.name, 'zephyr') }} -# lf-default-flexpret: -# needs: [fetch-lf] -# uses: lf-lang/lingua-franca/.github/workflows/c-flexpret-tests.yml@master -# with: -# runtime-ref: ${{ github.ref }} -# compiler-ref: ${{ needs.fetch-lf.outputs.ref }} -# if: ${{ !github.event.pull_request.draft ||contains( github.event.pull_request.labels.*.name, 'flexpret') }} + lf-default-flexpret: + needs: [fetch-lf] + uses: lf-lang/lingua-franca/.github/workflows/c-flexpret-tests.yml@master + with: + runtime-ref: ${{ github.ref }} + 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]