File tree Expand file tree Collapse file tree 8 files changed +17
-1
lines changed Expand file tree Collapse file tree 8 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -49,15 +49,17 @@ jobs:
4949 if [ "${{ matrix.machine }}" = "qcom-armv8a" ]; then
5050 python3 ci/generatetests.py --templates ci/lava --os ${{ matrix.distro.name }} --device dragonboard-410c --build-url "${BUILD_URL}"
5151 python3 ci/generatetests.py --templates ci/lava --os ${{ matrix.distro.name }} --device dragonboard-820c --build-url "${BUILD_URL}"
52+ echo "MACHINE=dragonboard" >> $GITHUB_ENV
5253 else
5354 python3 ci/generatetests.py --templates ci/lava --os ${{ matrix.distro.name }} --device ${{ matrix.machine }} --build-url "${BUILD_URL}"
55+ echo "MACHINE=${{ matrix.machine }}" >> $GITHUB_ENV
5456 fi
5557 fi
5658 - name : ' Upload test jobs'
5759 uses : actions/upload-artifact@v4
5860 with :
5961 name : testjobs-${{ matrix.machine }}-${{ matrix.distro.name }}
60- path : ${{ matrix.machine }} -${{ matrix.distro.name }}-*.yaml
62+ path : ${{ env.MACHINE}}* -${{ matrix.distro.name }}-*.yaml
6163
6264 prepare-job-list :
6365 needs : prepare-jobs
Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ actions:
4141 auto_login :
4242 login_prompt : ' login:'
4343 username : root
44+ password_prompt : ' Password'
45+ password : oelinux123
4446 prompts :
4547 - ' root@qcom-armv8a'
4648 timeout :
Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ actions:
4141 auto_login :
4242 login_prompt : ' login:'
4343 username : root
44+ password_prompt : ' Password'
45+ password : oelinux123
4446 prompts :
4547 - ' root@qcom-armv8a'
4648 timeout :
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ actions:
3333 auto_login :
3434 login_prompt : ' login:'
3535 username : root
36+ password_prompt : ' Password'
37+ password : oelinux123
3638 method : minimal
3739 prompts :
3840 - root@{{DEVICE_TYPE}}
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ actions:
3333 auto_login :
3434 login_prompt : ' login:'
3535 username : root
36+ password_prompt : ' Password'
37+ password : oelinux123
3638 method : minimal
3739 prompts :
3840 - root@{{DEVICE_TYPE}}
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ actions:
3333 auto_login :
3434 login_prompt : ' login:'
3535 username : root
36+ password_prompt : ' Password'
37+ password : oelinux123
3638 method : minimal
3739 prompts :
3840 - root@{{DEVICE_TYPE}}
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ actions:
3333 auto_login :
3434 login_prompt : ' login:'
3535 username : root
36+ password_prompt : ' Password'
37+ password : oelinux123
3638 method : minimal
3739 prompts :
3840 - root@{{DEVICE_TYPE}}
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ actions:
3333 auto_login :
3434 login_prompt : ' login:'
3535 username : root
36+ password_prompt : ' Password'
37+ password : oelinux123
3638 method : minimal
3739 prompts :
3840 - root@{{DEVICE_TYPE}}
You can’t perform that action at this time.
0 commit comments