Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Bug 1408233 - match tooltool cache to what's expected by mozharness c…
Browse files Browse the repository at this point in the history
…onfigs

deploy: gecko-1-b-win2012 gecko-1-b-win2012-beta gecko-2-b-win2012 gecko-3-b-win2012
  • Loading branch information
grenade committed Oct 16, 2017
1 parent 10bfd4a commit 6cce000
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions userdata/Manifest/gecko-1-b-win2012-beta.json
Expand Up @@ -890,7 +890,7 @@
"--url",
"https://api.pub.build.mozilla.org/tooltool",
"-c",
"C:\\builds\\tooltool-cache",
"C:\\builds\\tooltool_cache",
"--authentication-file",
"C:\\builds\\relengapi.tok",
"-m",
Expand Down Expand Up @@ -918,7 +918,7 @@
"--url",
"https://api.pub.build.mozilla.org/tooltool",
"-c",
"C:\\builds\\tooltool-cache",
"C:\\builds\\tooltool_cache",
"--authentication-file",
"C:\\builds\\relengapi.tok",
"-m",
Expand Down Expand Up @@ -950,7 +950,7 @@
}
],
"Name": "TOOLTOOL_CACHE",
"Value": "C:\\builds\\tooltool-cache",
"Value": "C:\\builds\\tooltool_cache",
"Target": "Machine"
},
{
Expand Down
6 changes: 3 additions & 3 deletions userdata/Manifest/gecko-1-b-win2012.json
Expand Up @@ -890,7 +890,7 @@
"--url",
"https://api.pub.build.mozilla.org/tooltool",
"-c",
"C:\\builds\\tooltool-cache",
"C:\\builds\\tooltool_cache",
"--authentication-file",
"C:\\builds\\relengapi.tok",
"-m",
Expand Down Expand Up @@ -918,7 +918,7 @@
"--url",
"https://api.pub.build.mozilla.org/tooltool",
"-c",
"C:\\builds\\tooltool-cache",
"C:\\builds\\tooltool_cache",
"--authentication-file",
"C:\\builds\\relengapi.tok",
"-m",
Expand Down Expand Up @@ -950,7 +950,7 @@
}
],
"Name": "TOOLTOOL_CACHE",
"Value": "C:\\builds\\tooltool-cache",
"Value": "C:\\builds\\tooltool_cache",
"Target": "Machine"
},
{
Expand Down
6 changes: 3 additions & 3 deletions userdata/Manifest/gecko-2-b-win2012.json
Expand Up @@ -890,7 +890,7 @@
"--url",
"https://api.pub.build.mozilla.org/tooltool",
"-c",
"C:\\builds\\tooltool-cache",
"C:\\builds\\tooltool_cache",
"--authentication-file",
"C:\\builds\\relengapi.tok",
"-m",
Expand Down Expand Up @@ -918,7 +918,7 @@
"--url",
"https://api.pub.build.mozilla.org/tooltool",
"-c",
"C:\\builds\\tooltool-cache",
"C:\\builds\\tooltool_cache",
"--authentication-file",
"C:\\builds\\relengapi.tok",
"-m",
Expand Down Expand Up @@ -950,7 +950,7 @@
}
],
"Name": "TOOLTOOL_CACHE",
"Value": "C:\\builds\\tooltool-cache",
"Value": "C:\\builds\\tooltool_cache",
"Target": "Machine"
},
{
Expand Down
6 changes: 3 additions & 3 deletions userdata/Manifest/gecko-3-b-win2012.json
Expand Up @@ -890,7 +890,7 @@
"--url",
"https://api.pub.build.mozilla.org/tooltool",
"-c",
"C:\\builds\\tooltool-cache",
"C:\\builds\\tooltool_cache",
"--authentication-file",
"C:\\builds\\relengapi.tok",
"-m",
Expand Down Expand Up @@ -918,7 +918,7 @@
"--url",
"https://api.pub.build.mozilla.org/tooltool",
"-c",
"C:\\builds\\tooltool-cache",
"C:\\builds\\tooltool_cache",
"--authentication-file",
"C:\\builds\\relengapi.tok",
"-m",
Expand Down Expand Up @@ -950,7 +950,7 @@
}
],
"Name": "TOOLTOOL_CACHE",
"Value": "C:\\builds\\tooltool-cache",
"Value": "C:\\builds\\tooltool_cache",
"Target": "Machine"
},
{
Expand Down

0 comments on commit 6cce000

Please sign in to comment.