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

Commit

Permalink
Bug 1569899 - pip3 install zstandard on win worker types (#250)
Browse files Browse the repository at this point in the history
deploy: all
  • Loading branch information
grenade committed Aug 2, 2019
1 parent deb3a5b commit c981b12
Show file tree
Hide file tree
Showing 13 changed files with 832 additions and 0 deletions.
64 changes: 64 additions & 0 deletions userdata/Manifest/gecko-1-b-win2012.json
Expand Up @@ -826,6 +826,70 @@
]
}
},
{
"ComponentName": "pip3_upgrade_pip",
"ComponentType": "CommandRun",
"DependsOn": [
{
"ComponentType": "ExeInstall",
"ComponentName": "MozillaBuildSetup"
}
],
"Command": "C:\\mozilla-build\\python3\\python3.exe",
"Arguments": [
"-m",
"pip",
"install",
"--upgrade",
"pip==19.2.1"
],
"Validate": {
"CommandsReturn": [
{
"Command": "C:\\mozilla-build\\python3\\python3.exe",
"Arguments": [
"-m",
"pip",
"show",
"pip"
],
"Match": "Version: 19.2.1"
}
]
}
},
{
"ComponentName": "pip3_upgrade_zstandard",
"ComponentType": "CommandRun",
"DependsOn": [
{
"ComponentType": "CommandRun",
"ComponentName": "pip3_upgrade_pip"
}
],
"Command": "C:\\mozilla-build\\python3\\python3.exe",
"Arguments": [
"-m",
"pip",
"install",
"--upgrade",
"zstandard==0.11.1"
],
"Validate": {
"CommandsReturn": [
{
"Command": "C:\\mozilla-build\\python3\\python3.exe",
"Arguments": [
"-m",
"pip",
"show",
"zstandard"
],
"Match": "Version: 0.11.1"
}
]
}
},
{
"ComponentName": "ToolToolInstall",
"ComponentType": "FileDownload",
Expand Down
64 changes: 64 additions & 0 deletions userdata/Manifest/gecko-2-b-win2012.json
Expand Up @@ -826,6 +826,70 @@
]
}
},
{
"ComponentName": "pip3_upgrade_pip",
"ComponentType": "CommandRun",
"DependsOn": [
{
"ComponentType": "ExeInstall",
"ComponentName": "MozillaBuildSetup"
}
],
"Command": "C:\\mozilla-build\\python3\\python3.exe",
"Arguments": [
"-m",
"pip",
"install",
"--upgrade",
"pip==19.2.1"
],
"Validate": {
"CommandsReturn": [
{
"Command": "C:\\mozilla-build\\python3\\python3.exe",
"Arguments": [
"-m",
"pip",
"show",
"pip"
],
"Match": "Version: 19.2.1"
}
]
}
},
{
"ComponentName": "pip3_upgrade_zstandard",
"ComponentType": "CommandRun",
"DependsOn": [
{
"ComponentType": "CommandRun",
"ComponentName": "pip3_upgrade_pip"
}
],
"Command": "C:\\mozilla-build\\python3\\python3.exe",
"Arguments": [
"-m",
"pip",
"install",
"--upgrade",
"zstandard==0.11.1"
],
"Validate": {
"CommandsReturn": [
{
"Command": "C:\\mozilla-build\\python3\\python3.exe",
"Arguments": [
"-m",
"pip",
"show",
"zstandard"
],
"Match": "Version: 0.11.1"
}
]
}
},
{
"ComponentName": "ToolToolInstall",
"ComponentType": "FileDownload",
Expand Down
64 changes: 64 additions & 0 deletions userdata/Manifest/gecko-3-b-win2012-c4.json
Expand Up @@ -826,6 +826,70 @@
]
}
},
{
"ComponentName": "pip3_upgrade_pip",
"ComponentType": "CommandRun",
"DependsOn": [
{
"ComponentType": "ExeInstall",
"ComponentName": "MozillaBuildSetup"
}
],
"Command": "C:\\mozilla-build\\python3\\python3.exe",
"Arguments": [
"-m",
"pip",
"install",
"--upgrade",
"pip==19.2.1"
],
"Validate": {
"CommandsReturn": [
{
"Command": "C:\\mozilla-build\\python3\\python3.exe",
"Arguments": [
"-m",
"pip",
"show",
"pip"
],
"Match": "Version: 19.2.1"
}
]
}
},
{
"ComponentName": "pip3_upgrade_zstandard",
"ComponentType": "CommandRun",
"DependsOn": [
{
"ComponentType": "CommandRun",
"ComponentName": "pip3_upgrade_pip"
}
],
"Command": "C:\\mozilla-build\\python3\\python3.exe",
"Arguments": [
"-m",
"pip",
"install",
"--upgrade",
"zstandard==0.11.1"
],
"Validate": {
"CommandsReturn": [
{
"Command": "C:\\mozilla-build\\python3\\python3.exe",
"Arguments": [
"-m",
"pip",
"show",
"zstandard"
],
"Match": "Version: 0.11.1"
}
]
}
},
{
"ComponentName": "ToolToolInstall",
"ComponentType": "FileDownload",
Expand Down
64 changes: 64 additions & 0 deletions userdata/Manifest/gecko-3-b-win2012-c5.json
Expand Up @@ -826,6 +826,70 @@
]
}
},
{
"ComponentName": "pip3_upgrade_pip",
"ComponentType": "CommandRun",
"DependsOn": [
{
"ComponentType": "ExeInstall",
"ComponentName": "MozillaBuildSetup"
}
],
"Command": "C:\\mozilla-build\\python3\\python3.exe",
"Arguments": [
"-m",
"pip",
"install",
"--upgrade",
"pip==19.2.1"
],
"Validate": {
"CommandsReturn": [
{
"Command": "C:\\mozilla-build\\python3\\python3.exe",
"Arguments": [
"-m",
"pip",
"show",
"pip"
],
"Match": "Version: 19.2.1"
}
]
}
},
{
"ComponentName": "pip3_upgrade_zstandard",
"ComponentType": "CommandRun",
"DependsOn": [
{
"ComponentType": "CommandRun",
"ComponentName": "pip3_upgrade_pip"
}
],
"Command": "C:\\mozilla-build\\python3\\python3.exe",
"Arguments": [
"-m",
"pip",
"install",
"--upgrade",
"zstandard==0.11.1"
],
"Validate": {
"CommandsReturn": [
{
"Command": "C:\\mozilla-build\\python3\\python3.exe",
"Arguments": [
"-m",
"pip",
"show",
"zstandard"
],
"Match": "Version: 0.11.1"
}
]
}
},
{
"ComponentName": "ToolToolInstall",
"ComponentType": "FileDownload",
Expand Down
64 changes: 64 additions & 0 deletions userdata/Manifest/gecko-3-b-win2012.json
Expand Up @@ -826,6 +826,70 @@
]
}
},
{
"ComponentName": "pip3_upgrade_pip",
"ComponentType": "CommandRun",
"DependsOn": [
{
"ComponentType": "ExeInstall",
"ComponentName": "MozillaBuildSetup"
}
],
"Command": "C:\\mozilla-build\\python3\\python3.exe",
"Arguments": [
"-m",
"pip",
"install",
"--upgrade",
"pip==19.2.1"
],
"Validate": {
"CommandsReturn": [
{
"Command": "C:\\mozilla-build\\python3\\python3.exe",
"Arguments": [
"-m",
"pip",
"show",
"pip"
],
"Match": "Version: 19.2.1"
}
]
}
},
{
"ComponentName": "pip3_upgrade_zstandard",
"ComponentType": "CommandRun",
"DependsOn": [
{
"ComponentType": "CommandRun",
"ComponentName": "pip3_upgrade_pip"
}
],
"Command": "C:\\mozilla-build\\python3\\python3.exe",
"Arguments": [
"-m",
"pip",
"install",
"--upgrade",
"zstandard==0.11.1"
],
"Validate": {
"CommandsReturn": [
{
"Command": "C:\\mozilla-build\\python3\\python3.exe",
"Arguments": [
"-m",
"pip",
"show",
"zstandard"
],
"Match": "Version: 0.11.1"
}
]
}
},
{
"ComponentName": "ToolToolInstall",
"ComponentType": "FileDownload",
Expand Down

0 comments on commit c981b12

Please sign in to comment.