From 45a63a89605822af9a3672d67994f07d099a5330 Mon Sep 17 00:00:00 2001 From: Alan Jeffrey Date: Mon, 13 Nov 2017 18:04:51 -0600 Subject: [PATCH] Update URL for tp5n archive. --- etc/ci/performance/test_perf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/ci/performance/test_perf.sh b/etc/ci/performance/test_perf.sh index fe76368fb4d..65ceb1ada54 100755 --- a/etc/ci/performance/test_perf.sh +++ b/etc/ci/performance/test_perf.sh @@ -8,7 +8,7 @@ set -o errexit set -o nounset set -o pipefail -TP5N_SOURCE="https://people.mozilla.org/~jmaher/taloszips/zips/tp5n.zip" +TP5N_SOURCE="https://github.com/rwood-moz/talos-pagesets/raw/master/tp5n.zip" TP5N_PATH="page_load_test/tp5n.zip" if [[ ! -f "$(dirname "${TP5N_PATH}")/tp5n/tp5n.manifest" ]]; then