From ccba14a411a91a6fc60d3ffbdcb173364ff19e9b Mon Sep 17 00:00:00 2001 From: Louis Peens Date: Fri, 4 Oct 2024 14:44:07 +0200 Subject: [PATCH] workflows: sync-local: Use buildinfo.json files from .github folder The 'buildinfo.json' files within the repo is expected to be the authority on what is expected to be synced. Use this instead of the buildinfo.json files from azure. Signed-off-by: Louis Peens Reviewed-by: James Hershaw Reviewed-by: Ryno Swart --- .github/workflows/build-local.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/build-local.yaml b/.github/workflows/build-local.yaml index 5f881fb8..ee83c404 100644 --- a/.github/workflows/build-local.yaml +++ b/.github/workflows/build-local.yaml @@ -124,18 +124,10 @@ jobs: echo "ACCEPTED_OS=${accepted}" | tee -a $GITHUB_OUTPUT - - name: Get local kernel-devel metadata - uses: Corigine/ci-libs/github_actions/azure/azcopy_download@main - with: - connection-string: ${{ secrets.AZ_SAS_TOK }} - src: ${{ env.BASE_DIR }}/* - dst: ${{ env.DOWNLOAD }} - pattern: "*buildinfo.json" - - name: Create build matrix id: matrix shell: python3 {0} - working-directory: ${{ env.DOWNLOAD }} + working-directory: .github/data/kernel-devel-c4c run: | import os import re