From 05d657529250cc522dccabb67508371d8c410d54 Mon Sep 17 00:00:00 2001 From: Edwin Lu Date: Tue, 5 Aug 2025 15:58:43 -0700 Subject: [PATCH 1/2] bump riscv-gnu-toolchain --- riscv-gnu-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscv-gnu-toolchain b/riscv-gnu-toolchain index d2cadf5..e4a776d 160000 --- a/riscv-gnu-toolchain +++ b/riscv-gnu-toolchain @@ -1 +1 @@ -Subproject commit d2cadf5729f949082940b14c1041189adc3daefc +Subproject commit e4a776d26bad5dfb0e99d61227a8b17e7b18ade6 From d634a256a3184d27a6c7d618855aaf2470204152 Mon Sep 17 00:00:00 2001 From: Edwin Lu Date: Mon, 11 Aug 2025 16:06:50 -0700 Subject: [PATCH 2/2] change staging and patchwork dispatch workflow to not need any required options --- .github/workflows/patchworks.yaml | 4 ++-- .github/workflows/staging.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/patchworks.yaml b/.github/workflows/patchworks.yaml index 2ac6581..a8606dc 100644 --- a/.github/workflows/patchworks.yaml +++ b/.github/workflows/patchworks.yaml @@ -28,7 +28,7 @@ on: inputs: timestamp: description: 'Patch Timestamp (UTC)' - required: true + required: false baseline_gcc_hash: description: 'Baseline hash' required: false @@ -74,7 +74,7 @@ jobs: - name: Get timestamps and make directories if: ${{ inputs.timestamp == '' }} run: | - if [ "${{ github.workflow }}" == "Staging" ] && [ "${{ github.event_name }}" == "schedule" ]; then + if [ "${{ github.workflow }}" == "Staging" ]; then python scripts/create_timestamp_files.py -token ${{ secrets.GITHUB_TOKEN }} -rid ${{ github.run_id }} -repo ewlu/gcc-precommit-ci -workflow Staging else python scripts/create_timestamp_files.py -token ${{ secrets.GITHUB_TOKEN }} -rid ${{ github.run_id }} -repo ewlu/gcc-precommit-ci -workflow Patchworks diff --git a/.github/workflows/staging.yaml b/.github/workflows/staging.yaml index eed5ce4..2824f02 100644 --- a/.github/workflows/staging.yaml +++ b/.github/workflows/staging.yaml @@ -14,7 +14,7 @@ on: inputs: timestamp: description: 'Patch Timestamp (UTC)' - required: true + required: false baseline_gcc_hash: description: 'Baseline hash' required: false