From 8021570b714dc8b2af3219f4c7023a02c0ec7b59 Mon Sep 17 00:00:00 2001 From: Travis Glenn Hansen Date: Wed, 11 May 2022 03:16:24 -0600 Subject: [PATCH] ci fixes Signed-off-by: Travis Glenn Hansen --- .github/workflows/main.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 503f3e3..f5f47bc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: with: name: node-modules-linux-amd64 path: node_modules-linux-amd64.tar.gz - retention-days: 7 + retention-days: 1 build-npm-windows-amd64: runs-on: windows-2022 @@ -51,7 +51,7 @@ jobs: with: name: node-modules-windows-amd64 path: node_modules-windows-amd64.tar.gz - retention-days: 7 + retention-days: 1 csi-sanity-synology-dsm6: needs: @@ -258,7 +258,7 @@ jobs: - self-hosted - Linux - X64 - - csi-sanity-zfs-generic + - csi-sanity-client steps: - uses: actions/checkout@v2 - uses: actions/download-artifact@v2 @@ -327,6 +327,7 @@ jobs: - self-hosted - ${{ matrix.os }} - X64 + - csi-sanity-local-hostpath steps: - uses: actions/checkout@v2 - uses: actions/download-artifact@v2 @@ -460,14 +461,14 @@ jobs: run: | docker info docker build --pull -f ${{ matrix.file }} --build-arg BASE_TAG=${{ matrix.base_tag }} -t democratic-csi-windows:${GITHUB_RUN_ID}-${{ matrix.base_tag }} . - docker inspect windows:${{ matrix.base_tag }} + docker inspect democratic-csi-windows:${GITHUB_RUN_ID}-${{ matrix.base_tag }} docker save democratic-csi-windows:${GITHUB_RUN_ID}-${{ matrix.base_tag }} -o democratic-csi-windows-${{ matrix.base_tag }}.tar - name: upload image tar uses: actions/upload-artifact@v2 with: name: democratic-csi-windows-${{ matrix.base_tag }}.tar path: democratic-csi-windows-${{ matrix.base_tag }}.tar - retention-days: 7 + retention-days: 1 push-docker-windows: needs: