mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-12-24 11:01:00 +01:00
CI: vtest: add os name to OT cache key
currently OpenTracing cache does not include os name. it does not allow to distinguish, for example between ubuntu-24.04 and ubuntu-24.04-arm.
This commit is contained in:
parent
7fe8989fbb
commit
6b2bbcb428
2
.github/workflows/vtest.yml
vendored
2
.github/workflows/vtest.yml
vendored
@ -76,7 +76,7 @@ jobs:
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: '~/opt-ot/'
|
||||
key: ot-${{ matrix.CC }}-${{ env.OT_CPP_VERSION }}-${{ contains(matrix.name, 'ASAN') }}
|
||||
key: ${{ matrix.os }}-ot-${{ matrix.CC }}-${{ env.OT_CPP_VERSION }}-${{ contains(matrix.name, 'ASAN') }}
|
||||
- name: Install apt dependencies
|
||||
if: ${{ startsWith(matrix.os, 'ubuntu-') }}
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user