From: Ilia Shipitsin Date: Fri, 8 Aug 2025 09:41:46 +0000 (+0200) Subject: CI: vtest: add os name to OT cache key X-Git-Tag: v3.3-dev7~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b2bbcb4286400e2302c710ed651c3dfcc023249;p=thirdparty%2Fhaproxy.git 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. --- diff --git a/.github/workflows/vtest.yml b/.github/workflows/vtest.yml index 8f4c58bfd..236358946 100644 --- a/.github/workflows/vtest.yml +++ b/.github/workflows/vtest.yml @@ -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: |