Change GitHub Actions to dedicated server (#929)

* Change GitHub Action to the dedicated server Ralph

* bugfix - let quickstart generate-tiles up to zoom 14
This commit is contained in:
Tomas Pohanka 2020-06-12 11:04:33 +02:00 committed by GitHub
parent f889853cb6
commit 8f31655564
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,9 @@ jobs:
MIN_ZOOM: 0
MAX_ZOOM: 14
run: |
# For now, change the quickstart values directly in the .env file
# TODO: We should probably use env vars instead
sed -i 's/MAX_ZOOM=7/MAX_ZOOM=14/g' .env
export QUIET=1
./quickstart.sh $area
@ -39,7 +42,7 @@ jobs:
performance:
name: Evaluate performance
runs-on: ubuntu-latest
runs-on: self-hosted
# Even though we technically don't need to wait for integrity test to finish,
# there is no point to run long perf test until we know the code is OK
needs: integrity_test