From bfa2abd2661edb3c53d0347a03d43ad7eca1ebc0 Mon Sep 17 00:00:00 2001 From: Justus Camp Date: Mon, 13 Jan 2025 13:55:36 -0800 Subject: [PATCH] remove unused events --- .github/workflows/openvmm-ci.yaml | 156 ++++++------------- .github/workflows/openvmm-pr.yaml | 156 ++++++------------- flowey/flowey_core/src/node.rs | 31 ---- flowey/flowey_lib_common/src/git_checkout.rs | 9 -- 4 files changed, 90 insertions(+), 262 deletions(-) diff --git a/.github/workflows/openvmm-ci.yaml b/.github/workflows/openvmm-ci.yaml index 5a1f6dc6b3..24b8ad32a7 100644 --- a/.github/workflows/openvmm-ci.yaml +++ b/.github/workflows/openvmm-ci.yaml @@ -173,13 +173,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey v 0 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey v 0 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey v 0 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey e 0 flowey_lib_common::git_checkout 4 + run: flowey e 0 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey e 0 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -322,13 +319,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey.exe v 1 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey.exe v 1 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey.exe v 1 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey.exe e 1 flowey_lib_common::git_checkout 4 + run: flowey.exe e 1 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey.exe e 1 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -585,13 +579,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey v 10 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey v 10 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey v 10 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey e 10 flowey_lib_common::git_checkout 4 + run: flowey e 10 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey e 10 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -951,13 +942,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey v 11 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey v 11 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey v 11 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey e 11 flowey_lib_common::git_checkout 4 + run: flowey e 11 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey e 11 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -1370,13 +1358,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey v 12 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey v 12 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey v 12 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey e 12 flowey_lib_common::git_checkout 4 + run: flowey e 12 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey e 12 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -1788,13 +1773,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey v 13 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey v 13 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey v 13 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey e 13 flowey_lib_common::git_checkout 4 + run: flowey e 13 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey e 13 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -2334,13 +2316,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey.exe v 14 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey.exe v 14 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey.exe v 14 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey.exe e 14 flowey_lib_common::git_checkout 4 + run: flowey.exe e 14 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey.exe e 14 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -2703,13 +2682,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey v 15 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey v 15 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey v 15 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey e 15 flowey_lib_common::git_checkout 4 + run: flowey e 15 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey e 15 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -3038,13 +3014,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey v 16 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey v 16 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey v 16 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey e 16 flowey_lib_common::git_checkout 4 + run: flowey e 16 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey e 16 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -3447,13 +3420,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey.exe v 17 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey.exe v 17 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey.exe v 17 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey.exe e 17 flowey_lib_common::git_checkout 4 + run: flowey.exe e 17 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey.exe e 17 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -3731,13 +3701,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey.exe v 18 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey.exe v 18 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey.exe v 18 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey.exe e 18 flowey_lib_common::git_checkout 4 + run: flowey.exe e 18 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey.exe e 18 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -4093,13 +4060,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey.exe v 19 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey.exe v 19 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey.exe v 19 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey.exe e 19 flowey_lib_common::git_checkout 4 + run: flowey.exe e 19 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey.exe e 19 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -4412,13 +4376,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey v 2 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey v 2 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey v 2 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey e 2 flowey_lib_common::git_checkout 4 + run: flowey e 2 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey e 2 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -4677,13 +4638,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey v 20 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey v 20 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey v 20 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey e 20 flowey_lib_common::git_checkout 4 + run: flowey e 20 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey e 20 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -5037,13 +4995,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey.exe v 21 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey.exe v 21 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey.exe v 21 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey.exe e 21 flowey_lib_common::git_checkout 4 + run: flowey.exe e 21 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey.exe e 21 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -5354,13 +5309,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey v 22 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey v 22 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey v 22 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey e 22 flowey_lib_common::git_checkout 4 + run: flowey e 22 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey e 22 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -5369,7 +5321,7 @@ jobs: run: flowey e 22 flowey_lib_common::install_rust 0 shell: bash - run: ${{ github.token }} - shell: flowey v 22 'flowey_lib_hvlite::_jobs::test_local_flowey_build_igvm:2:flowey_core/src/node.rs:890:41' --is-secret --update-from-file {0} --is-raw-string + shell: flowey v 22 'flowey_lib_hvlite::_jobs::test_local_flowey_build_igvm:2:flowey_core/src/node.rs:885:41' --is-secret --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.token' - name: test cargo xflowey build-igvm x64 --install-missing-deps run: flowey e 22 flowey_lib_hvlite::_jobs::test_local_flowey_build_igvm 1 @@ -5568,13 +5520,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey.exe v 4 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey.exe v 4 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey.exe v 4 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey.exe e 4 flowey_lib_common::git_checkout 4 + run: flowey.exe e 4 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey.exe e 4 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -5761,13 +5710,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey v 5 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey v 5 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey v 5 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey e 5 flowey_lib_common::git_checkout 4 + run: flowey e 5 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey e 5 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -5984,13 +5930,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey.exe v 6 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey.exe v 6 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey.exe v 6 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey.exe e 6 flowey_lib_common::git_checkout 4 + run: flowey.exe e 6 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey.exe e 6 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -6315,13 +6258,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey.exe v 7 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey.exe v 7 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey.exe v 7 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey.exe e 7 flowey_lib_common::git_checkout 4 + run: flowey.exe e 7 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey.exe e 7 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -6585,13 +6525,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey.exe v 8 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey.exe v 8 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey.exe v 8 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey.exe e 8 flowey_lib_common::git_checkout 4 + run: flowey.exe e 8 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey.exe e 8 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -6919,13 +6856,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey.exe v 9 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey.exe v 9 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey.exe v 9 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey.exe e 9 flowey_lib_common::git_checkout 4 + run: flowey.exe e 9 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey.exe e 9 flowey_lib_hvlite::git_checkout_openvmm_repo 0 diff --git a/.github/workflows/openvmm-pr.yaml b/.github/workflows/openvmm-pr.yaml index a0604175f2..7f73469a05 100644 --- a/.github/workflows/openvmm-pr.yaml +++ b/.github/workflows/openvmm-pr.yaml @@ -181,13 +181,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey v 0 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey v 0 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey v 0 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey e 0 flowey_lib_common::git_checkout 4 + run: flowey e 0 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey e 0 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -330,13 +327,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey.exe v 1 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey.exe v 1 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey.exe v 1 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey.exe e 1 flowey_lib_common::git_checkout 4 + run: flowey.exe e 1 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey.exe e 1 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -595,13 +589,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey v 10 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey v 10 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey v 10 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey e 10 flowey_lib_common::git_checkout 4 + run: flowey e 10 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey e 10 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -1014,13 +1005,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey v 11 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey v 11 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey v 11 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey e 11 flowey_lib_common::git_checkout 4 + run: flowey e 11 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey e 11 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -1432,13 +1420,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey v 12 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey v 12 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey v 12 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey e 12 flowey_lib_common::git_checkout 4 + run: flowey e 12 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey e 12 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -1978,13 +1963,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey.exe v 13 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey.exe v 13 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey.exe v 13 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey.exe e 13 flowey_lib_common::git_checkout 4 + run: flowey.exe e 13 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey.exe e 13 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -2347,13 +2329,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey v 14 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey v 14 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey v 14 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey e 14 flowey_lib_common::git_checkout 4 + run: flowey e 14 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey e 14 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -2682,13 +2661,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey v 15 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey v 15 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey v 15 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey e 15 flowey_lib_common::git_checkout 4 + run: flowey e 15 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey e 15 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -3091,13 +3067,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey.exe v 16 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey.exe v 16 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey.exe v 16 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey.exe e 16 flowey_lib_common::git_checkout 4 + run: flowey.exe e 16 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey.exe e 16 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -3375,13 +3348,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey.exe v 17 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey.exe v 17 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey.exe v 17 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey.exe e 17 flowey_lib_common::git_checkout 4 + run: flowey.exe e 17 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey.exe e 17 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -3737,13 +3707,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey.exe v 18 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey.exe v 18 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey.exe v 18 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey.exe e 18 flowey_lib_common::git_checkout 4 + run: flowey.exe e 18 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey.exe e 18 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -4101,13 +4068,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey v 19 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey v 19 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey v 19 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey e 19 flowey_lib_common::git_checkout 4 + run: flowey e 19 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey e 19 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -4417,13 +4381,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey v 2 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey v 2 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey v 2 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey e 2 flowey_lib_common::git_checkout 4 + run: flowey e 2 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey e 2 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -4673,13 +4634,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey.exe v 20 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey.exe v 20 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey.exe v 20 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey.exe e 20 flowey_lib_common::git_checkout 4 + run: flowey.exe e 20 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey.exe e 20 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -4990,13 +4948,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey v 21 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey v 21 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey v 21 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey e 21 flowey_lib_common::git_checkout 4 + run: flowey e 21 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey e 21 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -5005,7 +4960,7 @@ jobs: run: flowey e 21 flowey_lib_common::install_rust 0 shell: bash - run: ${{ github.token }} - shell: flowey v 21 'flowey_lib_hvlite::_jobs::test_local_flowey_build_igvm:2:flowey_core/src/node.rs:890:41' --is-secret --update-from-file {0} --is-raw-string + shell: flowey v 21 'flowey_lib_hvlite::_jobs::test_local_flowey_build_igvm:2:flowey_core/src/node.rs:885:41' --is-secret --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.token' - name: test cargo xflowey build-igvm x64 --install-missing-deps run: flowey e 21 flowey_lib_hvlite::_jobs::test_local_flowey_build_igvm 1 @@ -5182,13 +5137,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey.exe v 3 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey.exe v 3 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey.exe v 3 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey.exe e 3 flowey_lib_common::git_checkout 4 + run: flowey.exe e 3 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey.exe e 3 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -5375,13 +5327,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey v 4 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey v 4 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey v 4 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey e 4 flowey_lib_common::git_checkout 4 + run: flowey e 4 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey e 4 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -5598,13 +5547,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey.exe v 5 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey.exe v 5 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey.exe v 5 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey.exe e 5 flowey_lib_common::git_checkout 4 + run: flowey.exe e 5 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey.exe e 5 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -5929,13 +5875,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey.exe v 6 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey.exe v 6 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey.exe v 6 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey.exe e 6 flowey_lib_common::git_checkout 4 + run: flowey.exe e 6 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey.exe e 6 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -6199,13 +6142,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey.exe v 7 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey.exe v 7 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey.exe v 7 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey.exe e 7 flowey_lib_common::git_checkout 4 + run: flowey.exe e 7 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey.exe e 7 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -6533,13 +6473,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey.exe v 8 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey.exe v 8 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey.exe v 8 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey.exe e 8 flowey_lib_common::git_checkout 4 + run: flowey.exe e 8 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey.exe e 8 flowey_lib_hvlite::git_checkout_openvmm_repo 0 @@ -6844,13 +6781,10 @@ jobs: name: checkout repo hvlite if: ${{ fromJSON(env.FLOWEY_CONDITION) }} - run: ${{ github.workspace }} - shell: flowey v 9 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:890:41' --update-from-file {0} --is-raw-string + shell: flowey v 9 'flowey_lib_common::git_checkout:4:flowey_core/src/node.rs:885:41' --update-from-file {0} --is-raw-string name: 🌼 Read from 'github.workspace' - - run: ${{ toJSON(github.event.release) }} - shell: flowey v 9 'flowey_lib_common::git_checkout:5:flowey_core/src/node.rs:951:41' --update-from-file {0} --from-json - name: 🌼 Read from 'github.event.release' - name: report cloned repo directories - run: flowey e 9 flowey_lib_common::git_checkout 4 + run: flowey e 9 flowey_lib_common::git_checkout 3 shell: bash - name: resolve OpenVMM repo requests run: flowey e 9 flowey_lib_hvlite::git_checkout_openvmm_repo 0 diff --git a/flowey/flowey_core/src/node.rs b/flowey/flowey_core/src/node.rs index 0257d3859f..c2a32c4805 100644 --- a/flowey/flowey_core/src/node.rs +++ b/flowey/flowey_core/src/node.rs @@ -865,11 +865,6 @@ pub struct Head { pub head_ref: String, } -#[derive(Serialize, Deserialize)] -pub struct GhContextVarReaderEventRelease { - pub action: String, -} - #[derive(Serialize, Deserialize)] pub struct GhContextVarReaderEventPullRequest { pub head: Head, @@ -945,32 +940,6 @@ impl GhContextVarReader<'_, ghvarstate::Event> { ); var } - - pub fn release(self) -> ReadVar> { - let var_name = "github.event.release".to_string(); - let (var, write_var) = self.ctx.new_var(); - let write_var = write_var.claim(&mut StepCtx { - backend: self.ctx.backend.clone(), - }); - let gh_to_rust = vec![( - var_name.clone(), - write_var.backing_var, - write_var.is_secret, - true, - )]; - - self.ctx.backend.borrow_mut().on_emit_gh_step( - &format!("🌼 read {}", var_name), - "", - BTreeMap::new(), - None, - BTreeMap::new(), - BTreeMap::new(), - gh_to_rust, - Vec::new(), - ); - var - } } impl<'ctx> NodeCtx<'ctx> { diff --git a/flowey/flowey_lib_common/src/git_checkout.rs b/flowey/flowey_lib_common/src/git_checkout.rs index 88baae2e7e..f386a7c1da 100644 --- a/flowey/flowey_lib_common/src/git_checkout.rs +++ b/flowey/flowey_lib_common/src/git_checkout.rs @@ -524,7 +524,6 @@ impl Node { let parent_path = ctx .get_gh_context_var() .global(GhContextVar::GITHUB__WORKSPACE); - let test_release_event = ctx.get_gh_context_var().event().release(); ctx.emit_rust_step("report cloned repo directories", move |ctx| { did_checkouts.claim(ctx); let mut registered_repos = registered_repos.into_iter().map(|(k, (a, b))| (k, (a, b.claim(ctx)))).collect::>(); @@ -535,16 +534,8 @@ impl Node { }) .collect::>(); let parent_path = parent_path.claim(ctx); - let test_release_event = test_release_event.claim(ctx); move |rt| { - let test_release_event = rt.read(test_release_event); - if let Some(event) = test_release_event { - println!("release event action: {:?}", event.action); - } else { - println!("release event action: None"); - } - let mut checkout_reqs = BTreeMap::<(String, bool), Vec>>::new(); for (repo_id, repo_path, persist_credentials) in checkout_repo { checkout_reqs