From 8f3165556439646cc74e6b03322caf954c25dc20 Mon Sep 17 00:00:00 2001 From: Tomas Pohanka Date: Fri, 12 Jun 2020 11:04:33 +0200 Subject: [PATCH] Change GitHub Actions to dedicated server (#929) * Change GitHub Action to the dedicated server Ralph * bugfix - let quickstart generate-tiles up to zoom 14 --- .github/workflows/tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0b896b8..af84a4d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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