1
0
Fork 0

Fix Raptor bad repo locations (#3516)

master
Johan Lorenzo 2019-06-18 07:57:54 -07:00 committed by GitHub
parent ccc5b91992
commit 735404b9e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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-beta",
"GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/releases/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-beta/raw-file/{}/taskcluster/scripts/tester/test-linux.sh".format(gecko_revision),
"url": "https://hg.mozilla.org/releases/mozilla-beta/raw-file/{}/taskcluster/scripts/tester/test-linux.sh".format(gecko_revision),
},
"file": "test-linux.sh",
}]