ci fixes
Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
		
							parent
							
								
									81a42d789f
								
							
						
					
					
						commit
						8021570b71
					
				|  | @ -33,7 +33,7 @@ jobs: | ||||||
|         with: |         with: | ||||||
|           name: node-modules-linux-amd64 |           name: node-modules-linux-amd64 | ||||||
|           path: node_modules-linux-amd64.tar.gz |           path: node_modules-linux-amd64.tar.gz | ||||||
|           retention-days: 7 |           retention-days: 1 | ||||||
| 
 | 
 | ||||||
|   build-npm-windows-amd64: |   build-npm-windows-amd64: | ||||||
|     runs-on: windows-2022 |     runs-on: windows-2022 | ||||||
|  | @ -51,7 +51,7 @@ jobs: | ||||||
|         with: |         with: | ||||||
|           name: node-modules-windows-amd64 |           name: node-modules-windows-amd64 | ||||||
|           path: node_modules-windows-amd64.tar.gz |           path: node_modules-windows-amd64.tar.gz | ||||||
|           retention-days: 7 |           retention-days: 1 | ||||||
| 
 | 
 | ||||||
|   csi-sanity-synology-dsm6: |   csi-sanity-synology-dsm6: | ||||||
|     needs: |     needs: | ||||||
|  | @ -258,7 +258,7 @@ jobs: | ||||||
|       - self-hosted |       - self-hosted | ||||||
|       - Linux |       - Linux | ||||||
|       - X64 |       - X64 | ||||||
|       - csi-sanity-zfs-generic |       - csi-sanity-client | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v2 |       - uses: actions/checkout@v2 | ||||||
|       - uses: actions/download-artifact@v2 |       - uses: actions/download-artifact@v2 | ||||||
|  | @ -327,6 +327,7 @@ jobs: | ||||||
|       - self-hosted |       - self-hosted | ||||||
|       - ${{ matrix.os }} |       - ${{ matrix.os }} | ||||||
|       - X64 |       - X64 | ||||||
|  |       - csi-sanity-local-hostpath | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v2 |       - uses: actions/checkout@v2 | ||||||
|       - uses: actions/download-artifact@v2 |       - uses: actions/download-artifact@v2 | ||||||
|  | @ -460,14 +461,14 @@ jobs: | ||||||
|         run: | |         run: | | ||||||
|           docker info |           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 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 |           docker save democratic-csi-windows:${GITHUB_RUN_ID}-${{ matrix.base_tag }} -o democratic-csi-windows-${{ matrix.base_tag }}.tar | ||||||
|       - name: upload image tar |       - name: upload image tar | ||||||
|         uses: actions/upload-artifact@v2 |         uses: actions/upload-artifact@v2 | ||||||
|         with: |         with: | ||||||
|           name: democratic-csi-windows-${{ matrix.base_tag }}.tar |           name: democratic-csi-windows-${{ matrix.base_tag }}.tar | ||||||
|           path: democratic-csi-windows-${{ matrix.base_tag }}.tar |           path: democratic-csi-windows-${{ matrix.base_tag }}.tar | ||||||
|           retention-days: 7 |           retention-days: 1 | ||||||
| 
 | 
 | ||||||
|   push-docker-windows: |   push-docker-windows: | ||||||
|     needs: |     needs: | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue