Do not regenerate assets for permissions-* tests (#2501)
This commit is contained in:
153
.github/workflows/jobs.yaml
vendored
153
.github/workflows/jobs.yaml
vendored
@@ -482,20 +482,14 @@ jobs:
|
|||||||
${{ runner.os }}-yarn-
|
${{ runner.os }}-yarn-
|
||||||
|
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
id: assets-cache-permissions-test-part-1
|
id: assets-cache
|
||||||
name: Assets Cache
|
name: Assets Cache
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
./portal-ui/build/
|
./portal-ui/build/
|
||||||
key: ${{ runner.os }}-permissions-test-part-1-assets-${{ github.run_id }}
|
key: ${{ runner.os }}-assets-${{ github.run_id }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-permissions-test-part-1-assets-
|
${{ runner.os }}-assets-
|
||||||
|
|
||||||
- name: Generate Assets
|
|
||||||
if: steps.assets-cache-permissions-test-part-1.outputs.cache-hit != 'true'
|
|
||||||
run: |
|
|
||||||
echo "There was no hit, hence we generate the assets"
|
|
||||||
make assets
|
|
||||||
|
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
name: Go Mod Cache
|
name: Go Mod Cache
|
||||||
@@ -512,13 +506,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
make console
|
make console
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
env:
|
|
||||||
GO111MODULE: on
|
|
||||||
GOOS: linux
|
|
||||||
run: |
|
|
||||||
cd portal-ui; yarn install;
|
|
||||||
|
|
||||||
- name: clean-previous-containers-if-any
|
- name: clean-previous-containers-if-any
|
||||||
run: |
|
run: |
|
||||||
docker stop minio || true;
|
docker stop minio || true;
|
||||||
@@ -585,20 +572,14 @@ jobs:
|
|||||||
${{ runner.os }}-yarn-
|
${{ runner.os }}-yarn-
|
||||||
|
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
id: assets-cache-permissions-test-part-2
|
id: assets-cache
|
||||||
name: Assets Cache
|
name: Assets Cache
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
./portal-ui/build/
|
./portal-ui/build/
|
||||||
key: ${{ runner.os }}-permissions-test-part-2-assets-${{ github.run_id }}
|
key: ${{ runner.os }}-assets-${{ github.run_id }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-permissions-test-part-2-assets-
|
${{ runner.os }}-assets-
|
||||||
|
|
||||||
- name: Generate Assets
|
|
||||||
if: steps.assets-cache-permissions-test-part-2.outputs.cache-hit != 'true'
|
|
||||||
run: |
|
|
||||||
echo "There was no hit, hence we generate the assets"
|
|
||||||
make assets
|
|
||||||
|
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
name: Go Mod Cache
|
name: Go Mod Cache
|
||||||
@@ -681,20 +662,14 @@ jobs:
|
|||||||
${{ runner.os }}-yarn-
|
${{ runner.os }}-yarn-
|
||||||
|
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
id: assets-cache-permissions-test-part-3
|
id: assets-cache
|
||||||
name: Assets Cache
|
name: Assets Cache
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
./portal-ui/build/
|
./portal-ui/build/
|
||||||
key: ${{ runner.os }}-permissions-test-part-3-assets-${{ github.run_id }}
|
key: ${{ runner.os }}-assets-${{ github.run_id }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-permissions-test-part-3-assets-
|
${{ runner.os }}-assets-
|
||||||
|
|
||||||
- name: Generate Assets
|
|
||||||
if: steps.assets-cache-permissions-test-part-3.outputs.cache-hit != 'true'
|
|
||||||
run: |
|
|
||||||
echo "There was no hit, hence we generate the assets"
|
|
||||||
make assets
|
|
||||||
|
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
name: Go Mod Cache
|
name: Go Mod Cache
|
||||||
@@ -773,20 +748,14 @@ jobs:
|
|||||||
${{ runner.os }}-yarn-
|
${{ runner.os }}-yarn-
|
||||||
|
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
id: assets-cache-permissions-test-part-4
|
id: assets-cache
|
||||||
name: Assets Cache
|
name: Assets Cache
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
./portal-ui/build/
|
./portal-ui/build/
|
||||||
key: ${{ runner.os }}-permissions-test-part-4-assets-${{ github.run_id }}
|
key: ${{ runner.os }}-assets-${{ github.run_id }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-permissions-test-part-4-assets-
|
${{ runner.os }}-assets-
|
||||||
|
|
||||||
- name: Generate Assets
|
|
||||||
if: steps.assets-cache-permissions-test-part-4.outputs.cache-hit != 'true'
|
|
||||||
run: |
|
|
||||||
echo "There was no hit, hence we generate the assets"
|
|
||||||
make assets
|
|
||||||
|
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
name: Go Mod Cache
|
name: Go Mod Cache
|
||||||
@@ -858,20 +827,14 @@ jobs:
|
|||||||
${{ runner.os }}-yarn-
|
${{ runner.os }}-yarn-
|
||||||
|
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
id: assets-cache-permissions-test-part-5
|
id: assets-cache
|
||||||
name: Assets Cache
|
name: Assets Cache
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
./portal-ui/build/
|
./portal-ui/build/
|
||||||
key: ${{ runner.os }}-permissions-test-part-5-assets-${{ github.run_id }}
|
key: ${{ runner.os }}-assets-${{ github.run_id }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-permissions-test-part-5-assets-
|
${{ runner.os }}-assets-
|
||||||
|
|
||||||
- name: Generate Assets
|
|
||||||
if: steps.assets-cache-permissions-test-part-5.outputs.cache-hit != 'true'
|
|
||||||
run: |
|
|
||||||
echo "There was no hit, hence we generate the assets"
|
|
||||||
make assets
|
|
||||||
|
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
name: Go Mod Cache
|
name: Go Mod Cache
|
||||||
@@ -943,20 +906,14 @@ jobs:
|
|||||||
${{ runner.os }}-yarn-
|
${{ runner.os }}-yarn-
|
||||||
|
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
id: assets-cache-permissions-test-part-6
|
id: assets-cache
|
||||||
name: Assets Cache
|
name: Assets Cache
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
./portal-ui/build/
|
./portal-ui/build/
|
||||||
key: ${{ runner.os }}-permissions-test-part-6-assets-${{ github.run_id }}
|
key: ${{ runner.os }}-assets-${{ github.run_id }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-permissions-test-part-6-assets-
|
${{ runner.os }}-assets-
|
||||||
|
|
||||||
- name: Generate Assets
|
|
||||||
if: steps.assets-cache-permissions-test-part-6.outputs.cache-hit != 'true'
|
|
||||||
run: |
|
|
||||||
echo "There was no hit, hence we generate the assets"
|
|
||||||
make assets
|
|
||||||
|
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
name: Go Mod Cache
|
name: Go Mod Cache
|
||||||
@@ -1028,20 +985,14 @@ jobs:
|
|||||||
${{ runner.os }}-yarn-
|
${{ runner.os }}-yarn-
|
||||||
|
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
id: assets-cache-permissions-test-part-7
|
id: assets-cache
|
||||||
name: Assets Cache
|
name: Assets Cache
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
./portal-ui/build/
|
./portal-ui/build/
|
||||||
key: ${{ runner.os }}-permissions-test-part-7-assets-${{ github.run_id }}
|
key: ${{ runner.os }}-assets-${{ github.run_id }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-permissions-test-part-7-assets-
|
${{ runner.os }}-assets-
|
||||||
|
|
||||||
- name: Generate Assets
|
|
||||||
if: steps.assets-cache-permissions-test-part-7.outputs.cache-hit != 'true'
|
|
||||||
run: |
|
|
||||||
echo "There was no hit, hence we generate the assets"
|
|
||||||
make assets
|
|
||||||
|
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
name: Go Mod Cache
|
name: Go Mod Cache
|
||||||
@@ -1113,20 +1064,14 @@ jobs:
|
|||||||
${{ runner.os }}-yarn-
|
${{ runner.os }}-yarn-
|
||||||
|
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
id: assets-cache-permissions-test-part-8
|
id: assets-cache
|
||||||
name: Assets Cache
|
name: Assets Cache
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
./portal-ui/build/
|
./portal-ui/build/
|
||||||
key: ${{ runner.os }}-permissions-test-part-8-assets-${{ github.run_id }}
|
key: ${{ runner.os }}-assets-${{ github.run_id }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-permissions-test-part-8-assets-
|
${{ runner.os }}-assets-
|
||||||
|
|
||||||
- name: Generate Assets
|
|
||||||
if: steps.assets-cache-permissions-test-part-8.outputs.cache-hit != 'true'
|
|
||||||
run: |
|
|
||||||
echo "There was no hit, hence we generate the assets"
|
|
||||||
make assets
|
|
||||||
|
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
name: Go Mod Cache
|
name: Go Mod Cache
|
||||||
@@ -1203,20 +1148,14 @@ jobs:
|
|||||||
${{ runner.os }}-yarn-
|
${{ runner.os }}-yarn-
|
||||||
|
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
id: assets-cache-permissions-test-part-9
|
id: assets-cache
|
||||||
name: Assets Cache
|
name: Assets Cache
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
./portal-ui/build/
|
./portal-ui/build/
|
||||||
key: ${{ runner.os }}-permissions-test-part-9-assets-${{ github.run_id }}
|
key: ${{ runner.os }}-assets-${{ github.run_id }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-permissions-test-part-9-assets-
|
${{ runner.os }}-assets-
|
||||||
|
|
||||||
- name: Generate Assets
|
|
||||||
if: steps.assets-cache-permissions-test-part-9.outputs.cache-hit != 'true'
|
|
||||||
run: |
|
|
||||||
echo "There was no hit, hence we generate the assets"
|
|
||||||
make assets
|
|
||||||
|
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
name: Go Mod Cache
|
name: Go Mod Cache
|
||||||
@@ -1298,20 +1237,14 @@ jobs:
|
|||||||
${{ runner.os }}-yarn-
|
${{ runner.os }}-yarn-
|
||||||
|
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
id: assets-cache-permissions-test-part-A
|
id: assets-cache
|
||||||
name: Assets Cache
|
name: Assets Cache
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
./portal-ui/build/
|
./portal-ui/build/
|
||||||
key: ${{ runner.os }}-permissions-test-part-A-assets-${{ github.run_id }}
|
key: ${{ runner.os }}-assets-${{ github.run_id }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-permissions-test-part-A-assets-
|
${{ runner.os }}-assets-
|
||||||
|
|
||||||
- name: Generate Assets
|
|
||||||
if: steps.assets-cache-permissions-test-part-A.outputs.cache-hit != 'true'
|
|
||||||
run: |
|
|
||||||
echo "There was no hit, hence we generate the assets"
|
|
||||||
make assets
|
|
||||||
|
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
name: Go Mod Cache
|
name: Go Mod Cache
|
||||||
@@ -1328,13 +1261,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
make console
|
make console
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
env:
|
|
||||||
GO111MODULE: on
|
|
||||||
GOOS: linux
|
|
||||||
run: |
|
|
||||||
cd portal-ui; yarn install;
|
|
||||||
|
|
||||||
- name: clean-previous-containers-if-any
|
- name: clean-previous-containers-if-any
|
||||||
run: |
|
run: |
|
||||||
docker stop minio || true;
|
docker stop minio || true;
|
||||||
@@ -1400,20 +1326,14 @@ jobs:
|
|||||||
${{ runner.os }}-yarn-
|
${{ runner.os }}-yarn-
|
||||||
|
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
id: assets-cache-permissions-test-part-B
|
id: assets-cache
|
||||||
name: Assets Cache
|
name: Assets Cache
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
./portal-ui/build/
|
./portal-ui/build/
|
||||||
key: ${{ runner.os }}-permissions-test-part-B-assets-${{ github.run_id }}
|
key: ${{ runner.os }}-assets-${{ github.run_id }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-permissions-test-part-B-assets-
|
${{ runner.os }}-assets-
|
||||||
|
|
||||||
- name: Generate Assets
|
|
||||||
if: steps.assets-cache-permissions-test-part-B.outputs.cache-hit != 'true'
|
|
||||||
run: |
|
|
||||||
echo "There was no hit, hence we generate the assets"
|
|
||||||
make assets
|
|
||||||
|
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
name: Go Mod Cache
|
name: Go Mod Cache
|
||||||
@@ -1430,13 +1350,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
make console
|
make console
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
env:
|
|
||||||
GO111MODULE: on
|
|
||||||
GOOS: linux
|
|
||||||
run: |
|
|
||||||
cd portal-ui; yarn install;
|
|
||||||
|
|
||||||
- name: clean-previous-containers-if-any
|
- name: clean-previous-containers-if-any
|
||||||
run: |
|
run: |
|
||||||
docker stop minio || true;
|
docker stop minio || true;
|
||||||
|
|||||||
Reference in New Issue
Block a user