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:
parent
f889853cb6
commit
8f31655564
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@ -23,6 +23,9 @@ jobs:
|
|||||||
MIN_ZOOM: 0
|
MIN_ZOOM: 0
|
||||||
MAX_ZOOM: 14
|
MAX_ZOOM: 14
|
||||||
run: |
|
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
|
export QUIET=1
|
||||||
./quickstart.sh $area
|
./quickstart.sh $area
|
||||||
|
|
||||||
@ -39,7 +42,7 @@ jobs:
|
|||||||
|
|
||||||
performance:
|
performance:
|
||||||
name: Evaluate 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,
|
# 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
|
# there is no point to run long perf test until we know the code is OK
|
||||||
needs: integrity_test
|
needs: integrity_test
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user