From 365a2349f2ef97b2af9a91f89a16be9d2dda8423 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Mon, 4 May 2020 23:38:28 -0400 Subject: [PATCH] Use --bbox for test-perf testing (#850) This approach allows us to change test data at any moment, without changing test-perf code. --- .github/workflows/tests.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4b391978..968bd8ea 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -48,12 +48,13 @@ jobs: needs: integrity_test env: # Smaller tests (runs everything in about 30 minutes) - TEST_PERF_PARAMS: "--minzoom 0 --maxzoom 14 --test equatorial-guinea --test liechtenstein" + # Two test areas: equatorial-guinea and liechtenstein + TEST_PERF_PARAMS: "--minzoom 0 --maxzoom 14 --bbox 5.4172943,-1.6732196,12.3733400,4.3475256 --bbox 9.0900979,46.9688169,9.6717077,47.5258072" TEST_DATA_URL: "https://drive.google.com/uc?export=download&id=12vw07f9W0MiAHIqMztRiIMwahJfqTi21" - ## Large test data -- we should switch to it after everything is working ok - # TEST_PERF_PARAMS: "--minzoom 0 --maxzoom 14 --test hungary --test isle-of-man" - # TEST_DATA_URL: "https://drive.google.com/uc?export=download&id=1kw7XPDPd1Rc-Zi2XxGLTXdinUSq-S4pT" + ## Large test data -- we should switch to it after everything is working ok + # TEST_PERF_PARAMS: "--minzoom 0 --maxzoom 14 --test hungary --test isle-of-man" + # TEST_DATA_URL: "https://drive.google.com/uc?export=download&id=1kw7XPDPd1Rc-Zi2XxGLTXdinUSq-S4pT" steps: - name: Cache test data download id: cache-testdata