summaryrefslogtreecommitdiffstats
path: root/.github/workflows/cross-compiles.yml
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-02-12 11:29:14 +0000
committerHugo Landau <hlandau@openssl.org>2024-03-21 17:57:50 +0000
commitf2db70962cacc2602bc614d51e0610085c99e999 (patch)
treec32cacb4da8cf154470315553dfcb17ec938f77b /.github/workflows/cross-compiles.yml
parentdc9bc6c8e1bd329ead703417a2235ab3e97557ec (diff)
Experimental support for uploading qlog artifacts
Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23551)
Diffstat (limited to '.github/workflows/cross-compiles.yml')
-rw-r--r--.github/workflows/cross-compiles.yml11
1 files changed, 8 insertions, 3 deletions
diff --git a/.github/workflows/cross-compiles.yml b/.github/workflows/cross-compiles.yml
index c3dd90cab9..a452b8a467 100644
--- a/.github/workflows/cross-compiles.yml
+++ b/.github/workflows/cross-compiles.yml
@@ -201,18 +201,23 @@ jobs:
- name: make all tests
if: github.event_name == 'push' && matrix.platform.tests == ''
run: |
- make test HARNESS_JOBS=${HARNESS_JOBS:-4} \
+ .github/workflows/make-test \
TESTS="-test_afalg" \
QEMU_LD_PREFIX=/usr/${{ matrix.platform.arch }}
- name: make some tests
if: github.event_name == 'push' && matrix.platform.tests != 'none' && matrix.platform.tests != ''
run: |
- make test HARNESS_JOBS=${HARNESS_JOBS:-4} \
+ .github/workflows/make-test \
TESTS="${{ matrix.platform.tests }} -test_afalg" \
QEMU_LD_PREFIX=/usr/${{ matrix.platform.arch }}
- name: make evp tests
if: github.event_name == 'pull_request' && matrix.platform.tests != 'none'
run: |
- make test HARNESS_JOBS=${HARNESS_JOBS:-4} \
+ .github/workflows/make-test \
TESTS="test_evp*" \
QEMU_LD_PREFIX=/usr/${{ matrix.platform.arch }}
+ - name: save artifacts
+ uses: actions/upload-artifact@v4
+ with:
+ name: "cross-compiles@${{ matrix.platform.arch }}"
+ path: artifacts/