File tree 1 file changed +7
-1
lines changed
.github/actions/podman-robot
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 37
37
run : |
38
38
TIMESTAMP=$(cat timestamp.txt)
39
39
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
40
47
- name : Flash
41
48
shell : bash
42
49
run : |
51
58
IP=$(sudo manage-devices -c /etc/manage-devices.yml ip ${{ inputs.bitbake_machine }})
52
59
echo "#!/bin/sh" > setup-env-local.sh
53
60
echo "export TEST_BOARD_IP=${IP}" >> setup-env-local.sh
54
- ./podman-compose.sh up --force-recreate --always-recreate-deps --build -d -t 4
55
61
./run-tests.sh
56
62
TIMESTAMP=${{ steps.timestamp.outputs.timestamp }}
57
63
s3cmd put -r -F tests_results/robot \
You can’t perform that action at this time.
0 commit comments