paralellise and fix caching
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
|||||||
- name: Cache helm repo cache
|
- name: Cache helm repo cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
key: helmrepocache
|
key: helmrepocache-${{ github.sha }}
|
||||||
path: |
|
path: |
|
||||||
~/.cache/helm/repository
|
~/.cache/helm/repository
|
||||||
~/.config/helm/repositories.yaml
|
~/.config/helm/repositories.yaml
|
||||||
@@ -55,7 +55,7 @@ jobs:
|
|||||||
- name: Cache helm repo cache
|
- name: Cache helm repo cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
key: helmrepocache
|
key: helmrepocache-${{ github.sha }}
|
||||||
path: |
|
path: |
|
||||||
~/.cache/helm/repository
|
~/.cache/helm/repository
|
||||||
~/.config/helm/repositories.yaml
|
~/.config/helm/repositories.yaml
|
||||||
@@ -176,7 +176,7 @@ jobs:
|
|||||||
- name: Cache helm repo cache
|
- name: Cache helm repo cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
key: helmrepocache
|
key: helmrepocache-${{ github.sha }}
|
||||||
path: |
|
path: |
|
||||||
~/.cache/helm/repository
|
~/.cache/helm/repository
|
||||||
~/.config/helm/repositories.yaml
|
~/.config/helm/repositories.yaml
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ jobs:
|
|||||||
- name: Cache helm repo cache
|
- name: Cache helm repo cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
key: helmrepocache
|
key: helmrepocache-${{ github.sha }}-${{ github.sha }}
|
||||||
path: |
|
path: |
|
||||||
~/.cache/helm/repository
|
~/.cache/helm/repository
|
||||||
~/.config/helm/repositories.yaml
|
~/.config/helm/repositories.yaml
|
||||||
@@ -91,7 +91,7 @@ jobs:
|
|||||||
- name: Cache helm repo cache
|
- name: Cache helm repo cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
key: helmrepocache
|
key: helmrepocache-${{ github.sha }}
|
||||||
path: |
|
path: |
|
||||||
~/.cache/helm/repository
|
~/.cache/helm/repository
|
||||||
~/.config/helm/repositories.yaml
|
~/.config/helm/repositories.yaml
|
||||||
@@ -244,7 +244,7 @@ jobs:
|
|||||||
- name: Cache helm repo cache
|
- name: Cache helm repo cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
key: helmrepocache
|
key: helmrepocache-${{ github.sha }}
|
||||||
path: |
|
path: |
|
||||||
~/.cache/helm/repository
|
~/.cache/helm/repository
|
||||||
~/.config/helm/repositories.yaml
|
~/.config/helm/repositories.yaml
|
||||||
@@ -270,7 +270,7 @@ jobs:
|
|||||||
for train in stable incubator develop non-free deprecated
|
for train in stable incubator develop non-free deprecated
|
||||||
do
|
do
|
||||||
for chart in master/charts/${train}/*; do
|
for chart in master/charts/${train}/*; do
|
||||||
removetask "${train}" "${chart}"
|
removetask "${train}" "${chart}" &
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
wait
|
wait
|
||||||
|
|||||||
Reference in New Issue
Block a user