Re: [PATCH] CI: keep logs for failed QIUC Interop jobs

2024-08-13 Thread Илья Шипицин
ping :) this will allow to investigate the following failures: QUIC Interop LibreSSL · haproxy/haproxy@0982bfd · GitHub ср, 7 авг. 2024 г. в 13:03, Илья Шипицин : > patch attached. > > ср, 7 авг. 2024 г. в 12:34, Илья

Re: [PATCH] CI: keep logs for failed QIUC Interop jobs

2024-08-07 Thread Илья Шипицин
lts[][] | >> select(.result=="succeeded") | .name' | xargs rm -rf >> + >> + - name: Logs upload >> + if: failure() >> + uses: actions/upload-artifact@v4 >> +with: >> + name: logs >> + path:

Re: [PATCH] CI: keep logs for failed QIUC Interop jobs

2024-08-07 Thread Илья Шипицин
please ignore, I'll send better patch ср, 7 авг. 2024 г. в 12:33, Ilia Shipitsin : > it might be useful to investigate logs of failed tests. to keep > artifacts small the following actions are taken > - only failed logs are kept > - logs retention is 6 days > --- > .github/workflows/quic-interop

[PATCH] CI: keep logs for failed QIUC Interop jobs

2024-08-07 Thread Ilia Shipitsin
it might be useful to investigate logs of failed tests. to keep artifacts small the following actions are taken - only failed logs are kept - logs retention is 6 days --- .github/workflows/quic-interop-aws-lc.yml | 13 + .github/workflows/quic-interop-libressl.yml | 13 +