1
0
Fork 0

Fix Raptor bad URLs

master
Johan Lorenzo 2019-06-14 16:21:15 +02:00 committed by Sebastian Kaspari
parent 47c2e9fede
commit fe40997c72
1 changed files with 2 additions and 2 deletions

View File

@ -578,7 +578,7 @@ class TaskBuilder(object):
"test_packages_url": "{}/{}/artifacts/public/build/target.test_packages.json".format(_DEFAULT_TASK_URL, mozharness_task_id),
"installer_url": apk_url,
}),
"GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central",
"GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-beta",
"GECKO_HEAD_REV": gecko_revision,
"MOZ_AUTOMATION": "1",
"MOZ_HIDE_RESULTS_TABLE": "1",
@ -598,7 +598,7 @@ class TaskBuilder(object):
},
"mounts": [{
"content": {
"url": "https://hg.mozilla.org/mozilla-central/raw-file/{}/taskcluster/scripts/tester/test-linux.sh".format(gecko_revision),
"url": "https://hg.mozilla.org/mozilla-beta/raw-file/{}/taskcluster/scripts/tester/test-linux.sh".format(gecko_revision),
},
"file": "test-linux.sh",
}]