-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1689501 [wpt PR 27379] - [python3] Remove Python 2 tasks from the…
… CI, a=testonly Automatic update from web-platform-tests [python3] Bring py3-flake8.ini up-to-date with py27-flake8.ini -- [taskcluster] Remove python2 tasks from Taskcluster CI Step 3 of https://github.com/web-platform-tests/rfcs/blob/master/rfcs/py_3.md -- [Azure Pipelines] Remove Python 2 from Azure Pipelines CI Step 3 of https://github.com/web-platform-tests/rfcs/blob/master/rfcs/py_3.md -- [python3] Update the bare minimum docs for dropping Py2 support There are probably references still remaining to Python 2, but this should remove the most egregious cases. -- wpt-commits: a3e8c672b0f5c63f0023d0f69871785788f85c2d, 7abcd71cdc84a5d17047079a1daceb04edb2da3e, 6b197f497940666c041294367adf52eddb2faa25, cc214bb6cd8a525ea104c7311e9f2f3b0cb65fbd wpt-pr: 27379
- Loading branch information
1 parent
e6f8d2f
commit 475d2a3
Showing
11 changed files
with
13 additions
and
249 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
parameters: | ||
pyflag: --py3 | ||
|
||
steps: | ||
- script: ./wpt make-hosts-file | sudo tee -a /etc/hosts | ||
displayName: 'Update hosts (macOS)' | ||
condition: and(succeeded(), eq(variables['Agent.OS'], 'Darwin')) | ||
- powershell: | | ||
$hostFile = "$env:systemroot\System32\drivers\etc\hosts" | ||
Copy-Item -Path $hostFile -Destination "$hostFile.back" -Force | ||
python wpt ${{ parameters.pyflag }} make-hosts-file | Out-File $env:systemroot\System32\drivers\etc\hosts -Encoding ascii -Append | ||
python wpt make-hosts-file | Out-File $env:systemroot\System32\drivers\etc\hosts -Encoding ascii -Append | ||
displayName: 'Update hosts (Windows)' | ||
condition: and(succeeded(), eq(variables['Agent.OS'], 'Windows_NT')) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
parameters: | ||
pyflag: --py3 | ||
|
||
steps: | ||
# `python wpt` instead of `./wpt` is to make this work on Windows: | ||
- script: python wpt ${{ parameters.pyflag }} manifest | ||
- script: python wpt manifest | ||
displayName: 'Update manifest' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.