Skip to content

Commit 99ebb1b

Browse files
committed
ci: Prepare the Robot-Framework related PODs in background
1 parent 1c54ad4 commit 99ebb1b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/actions/podman-robot/action.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ runs:
3737
run: |
3838
TIMESTAMP=$(cat timestamp.txt)
3939
echo "timestamp=${TIMESTAMP}" >> $GITHUB_OUTPUT
40+
- name: Prepare the Robot-Framework related PODs in background
41+
shell: bash
42+
run: |
43+
pushd .ci
44+
podman rm ci_webserver_1 ci_robot_1 -f
45+
./podman-compose.sh up --force-recreate --always-recreate-deps --build -d
46+
popd
4047
- name: Flash
4148
shell: bash
4249
run: |
@@ -51,7 +58,6 @@ runs:
5158
IP=$(sudo manage-devices -c /etc/manage-devices.yml ip ${{ inputs.bitbake_machine }})
5259
echo "#!/bin/sh" > setup-env-local.sh
5360
echo "export TEST_BOARD_IP=${IP}" >> setup-env-local.sh
54-
./podman-compose.sh up --force-recreate --always-recreate-deps --build -d -t 4
5561
./run-tests.sh
5662
TIMESTAMP=${{ steps.timestamp.outputs.timestamp }}
5763
s3cmd put -r -F tests_results/robot \

0 commit comments

Comments
 (0)