aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Jeffrey <ajeffrey@mozilla.com>2018-01-26 09:44:07 -0600
committerAlan Jeffrey <ajeffrey@mozilla.com>2018-01-26 09:44:07 -0600
commit234c72b15a73485add57ba1b9524ec76fd6a1fd6 (patch)
tree1528fbe2615c26b6cfebb7f34cacd590ab1bed04
parentc0d9f28b044ce377fc421475a943555c8ca6f123 (diff)
downloadservo-234c72b15a73485add57ba1b9524ec76fd6a1fd6.tar.gz
servo-234c72b15a73485add57ba1b9524ec76fd6a1fd6.zip
Use https github URL to clone servo-warc-tests repo
-rwxr-xr-xetc/ci/performance/test_perf.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/ci/performance/test_perf.sh b/etc/ci/performance/test_perf.sh
index 2b97eb9a6e6..306cc659e7c 100755
--- a/etc/ci/performance/test_perf.sh
+++ b/etc/ci/performance/test_perf.sh
@@ -26,8 +26,10 @@ else
echo "Found existing test cases, skipping download and unzip."
fi
+# We use the https URL for the repo so the clone works even if
+# github.com isn't in ssh's known hosts.
WARC_DIR="./servo-warc-tests"
-WARC_REPO="git@github.com:servo/servo-warc-tests.git"
+WARC_REPO="https://github.com/servo/servo-warc-tests.git"
# Clone the warc tests if they don't exist
if [[ ! -d ${WARC_DIR} ]]; then