42
42
ssh-private-key : ${{ secrets.HEALTH_TESTS_SSH_KEY }}
43
43
- run : sudo apt -y update ; sudo apt -y install libmbedtls-dev libwolfssl-dev && test/setup_mqtt_server.sh && make -C test ${{ matrix.target }} > log
44
44
- run : test/health.awk < log > json
45
- -
run :
scp -o "StrictHostKeyChecking=no" json "[email protected] :/data/downloads/linux_${{ matrix.target }}_${{ matrix.cc }}_${{ matrix.ssl }}_${{ matrix.select }}_$(date +"%Y%m%d").json"
45
+ -
run :
scp -o "StrictHostKeyChecking=no" json "[email protected] :/data/downloads/health/ linux_${{ matrix.target }}_${{ matrix.cc }}_${{ matrix.ssl }}_${{ matrix.select }}_$(date +"%Y%m%d").json"
46
46
mip :
47
47
runs-on : ubuntu-latest
48
48
strategy :
68
68
ssh-private-key : ${{ secrets.HEALTH_TESTS_SSH_KEY }}
69
69
- run : if [ "${{ matrix.target }}" == "mip_tap_test" ]; then ./test/setup_ga_network.sh ; fi && sudo apt -y update ; sudo apt -y install libmbedtls-dev libwolfssl-dev && make -C test ${{ matrix.target }} IPV6=0 > log
70
70
- run : test/health.awk < log > json
71
- -
run :
scp -o "StrictHostKeyChecking=no" json "[email protected] :/data/downloads/${{ matrix.target }}_${{ matrix.cc }}_${{ matrix.ssl }}_$(date +"%Y%m%d").json"
71
+ -
run :
scp -o "StrictHostKeyChecking=no" json "[email protected] :/data/downloads/health/ ${{ matrix.target }}_${{ matrix.cc }}_${{ matrix.ssl }}_$(date +"%Y%m%d").json"
72
72
73
73
mip89 :
74
74
runs-on : ubuntu-latest
@@ -169,7 +169,7 @@ jobs:
169
169
- run : /opt/homebrew/opt/mosquitto/sbin/mosquitto -c /Users/runner/work/mongoose/mongoose/test/mosquitto.conf.macos &
170
170
- run : make -C test test ASAN_OPTIONS= MBEDTLS=$(echo $(brew --cellar)/mbedtls*/*) OPENSSL=$(echo $(brew --cellar)/openssl*/*) WOLFSSL=$(echo $(brew --cellar)/wolfssl*/*) > log
171
171
- run : test/health.awk < log > json
172
- -
run :
scp -o "StrictHostKeyChecking=no" json "[email protected] :/data/downloads/macos_test_cc_${{ matrix.ssl }}_${{ matrix.select }}_$(date +"%Y%m%d").json"
172
+ -
run :
scp -o "StrictHostKeyChecking=no" json "[email protected] :/data/downloads/health/ macos_test_cc_${{ matrix.ssl }}_${{ matrix.select }}_$(date +"%Y%m%d").json"
173
173
174
174
windows :
175
175
runs-on : ubuntu-latest
@@ -195,7 +195,7 @@ jobs:
195
195
ssh-private-key : ${{ secrets.HEALTH_TESTS_SSH_KEY }}
196
196
- run : ./test/setup_mqtt_server.sh && make -C test ${{ matrix.target }} > log
197
197
- run : test/health.awk < log > json
198
- -
run :
scp -o "StrictHostKeyChecking=no" json "[email protected] :/data/downloads/windows_${{ matrix.target }}_${{ matrix.cc }}_${{ matrix.ssl }}_${{ matrix.select }}_$(date +"%Y%m%d").json"
198
+ -
run :
scp -o "StrictHostKeyChecking=no" json "[email protected] :/data/downloads/health/ windows_${{ matrix.target }}_${{ matrix.cc }}_${{ matrix.ssl }}_${{ matrix.select }}_$(date +"%Y%m%d").json"
199
199
200
200
arm :
201
201
runs-on : ubuntu-latest
@@ -233,7 +233,7 @@ jobs:
233
233
- run : sudo apt -y install libpcap-dev
234
234
- run : make -C test tutorials CFLAGS_EXTRA="${{ matrix.ssl }}" > log
235
235
- run : test/health.awk < log > json
236
- -
run :
scp -o "StrictHostKeyChecking=no" json "[email protected] :/data/downloads/tutorials_${{ matrix.ssl }}_$(date +"%Y%m%d").json"
236
+ -
run :
scp -o "StrictHostKeyChecking=no" json "[email protected] :/data/downloads/health/ tutorials_${{ matrix.ssl }}_$(date +"%Y%m%d").json"
237
237
- run : make -C test clean_tutorials
238
238
239
239
tutorials_win :
0 commit comments