@@ -150,14 +150,14 @@ jobs:
150150 cat > artifacts/workflow_info.json <<EOF
151151 {
152152 "hw_tests_enabled": "$hw_tests_enabled",
153- "hw_targets": " $hw_targets" ,
154- "hw_types": " $hw_types" ,
153+ "hw_targets": $hw_targets,
154+ "hw_types": $hw_types,
155155 "wokwi_tests_enabled": "$wokwi_tests_enabled",
156- "wokwi_targets": " $wokwi_targets" ,
157- "wokwi_types": " $wokwi_types" ,
156+ "wokwi_targets": $wokwi_targets,
157+ "wokwi_types": $wokwi_types,
158158 "qemu_tests_enabled": "$qemu_tests_enabled",
159- "qemu_targets": " $qemu_targets" ,
160- "qemu_types": " $qemu_types" ,
159+ "qemu_targets": $qemu_targets,
160+ "qemu_types": $qemu_types,
161161 "ref": "$ref",
162162 "event": "${{ github.event.workflow_run.event }}",
163163 "sha": "${{ github.event.workflow_run.head_sha || github.sha }}",
@@ -345,7 +345,7 @@ jobs:
345345 download_artifacts : ' true'
346346 download_artifacts_on_failure : ' true'
347347 download_path : ' ./gitlab-artifacts'
348- variables : ' {"TEST_TYPES":" ${{ needs.get-artifacts.outputs.hw_types }}" ,"TEST_CHIPS":" ${{ needs.get-artifacts.outputs.hw_targets }}" ,"PIPELINE_ID":"${{ env.id }}","BINARIES_RUN_ID":"${{ github.event.workflow_run.id }}","GITHUB_REPOSITORY":"${{ github.repository }}"}'
348+ variables : ' {"TEST_TYPES":${{ needs.get-artifacts.outputs.hw_types }},"TEST_CHIPS":${{ needs.get-artifacts.outputs.hw_targets }},"PIPELINE_ID":"${{ env.id }}","BINARIES_RUN_ID":"${{ github.event.workflow_run.id }}","GITHUB_REPOSITORY":"${{ github.repository }}"}'
349349
350350 - name : Process Downloaded Artifacts
351351 if : ${{ always() && steps.check-tests.outputs.enabled == 'true' }}
0 commit comments