Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[ews-build] Update macOS queue configurations
https://bugs.webkit.org/show_bug.cgi?id=193365
<rdar://problem/47221073>

Unreviewed, renamed mac-high-sierra to mac-highsierra to match with build.webkit.org configuration.

* BuildSlaveSupport/ews-build/config.json:



Canonical link: https://commits.webkit.org/207889@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@239908 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
aj062 committed Jan 13, 2019
1 parent fc1cdca commit f157e3d
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 24 deletions.
48 changes: 24 additions & 24 deletions Tools/BuildSlaveSupport/ews-build/config.json
Expand Up @@ -42,35 +42,35 @@
},
{
"name": "ews100",
"platform": "mac-high-sierra"
"platform": "mac-highsierra"
},
{
"name": "ews101",
"platform": "mac-high-sierra"
"platform": "mac-highsierra"
},
{
"name": "ews102",
"platform": "mac-high-sierra"
"platform": "mac-highsierra"
},
{
"name": "ews103",
"platform": "mac-high-sierra"
"platform": "mac-highsierra"
},
{
"name": "ews104",
"platform": "mac-high-sierra"
"platform": "mac-highsierra"
},
{
"name": "ews105",
"platform": "mac-high-sierra"
"platform": "mac-highsierra"
},
{
"name": "ews106",
"platform": "mac-high-sierra"
"platform": "mac-highsierra"
},
{
"name": "ews107",
"platform": "mac-high-sierra"
"platform": "mac-highsierra"
},
{
"name": "ews108",
Expand All @@ -82,39 +82,39 @@
},
{
"name": "ews112",
"platform": "mac-high-sierra"
"platform": "mac-highsierra"
},
{
"name": "ews113",
"platform": "mac-high-sierra"
"platform": "mac-highsierra"
},
{
"name": "ews114",
"platform": "mac-high-sierra"
"platform": "mac-highsierra"
},
{
"name": "ews115",
"platform": "mac-high-sierra"
"platform": "mac-highsierra"
},
{
"name": "ews116",
"platform": "mac-high-sierra"
"platform": "mac-highsierra"
},
{
"name": "ews117",
"platform": "mac-high-sierra"
"platform": "mac-highsierra"
},
{
"name": "ews118",
"platform": "mac-high-sierra"
"platform": "mac-highsierra"
},
{
"name": "ews119",
"platform": "mac-high-sierra"
"platform": "mac-highsierra"
},
{
"name": "ews120",
"platform": "mac-high-sierra"
"platform": "mac-highsierra"
},
{
"name": "ews121",
Expand Down Expand Up @@ -226,7 +226,7 @@
{
"name": "macOS-High-Sierra-Release-Build-EWS",
"factory": "macOSBuildFactory",
"platform": "mac-high-sierra",
"platform": "mac-highsierra",
"configuration": "release",
"architectures": ["x86_64"],
"triggers": ["api-tests-mac-ews", "macos-high-sierra-release-wk1-tests-ews", "macos-high-sierra-release-wk2-tests-ews"],
Expand All @@ -235,23 +235,23 @@
{
"name": "macOS-High-Sierra-Release-WK1-Tests-EWS",
"factory": "macOSWK1Factory",
"platform": "mac-high-sierra",
"platform": "mac-highsierra",
"configuration": "release",
"architectures": ["x86_64"],
"workernames": ["ews100", "ews101", "ews102", "ews103"]
},
{
"name": "macOS-High-Sierra-Release-WK2-Tests-EWS",
"factory": "macOSWK2Factory",
"platform": "mac-high-sierra",
"platform": "mac-highsierra",
"configuration": "release",
"architectures": ["x86_64"],
"workernames": ["ews104", "ews105", "ews106", "ews107"]
},
{
"name": "macOS-High-Sierra-Debug-Build-EWS",
"factory": "macOSBuildFactory",
"platform": "mac-high-sierra",
"platform": "mac-highsierra",
"configuration": "debug",
"architectures": ["x86_64"],
"triggers": ["macos-high-sierra-debug-wk1-tests-ews"],
Expand All @@ -260,15 +260,15 @@
{
"name": "macOS-High-Sierra-Debug-WK1-Tests-EWS",
"factory": "macOSWK1Factory",
"platform": "mac-high-sierra",
"platform": "mac-highsierra",
"configuration": "debug",
"architectures": ["x86_64"],
"workernames": ["ews112", "ews113", "ews114", "ews115", "ews116"]
},
{
"name": "macOS-High-Sierra-Release-32bit-Build-EWS",
"factory": "macOSBuildFactory",
"platform": "mac-high-sierra",
"platform": "mac-highsierra",
"configuration": "release",
"architectures": ["i386"],
"triggers": ["macos-high-sierra-release-32bit-wk2-tests-ews"],
Expand All @@ -277,7 +277,7 @@
{
"name": "macOS-High-Sierra-Release-32bit-WK2-Tests-EWS",
"factory": "macOSWK2Factory",
"platform": "mac-high-sierra",
"platform": "mac-highsierra",
"configuration": "release",
"architectures": ["i386"],
"workernames": ["ews118", "ews119", "ews120"]
Expand Down
10 changes: 10 additions & 0 deletions Tools/ChangeLog
@@ -1,3 +1,13 @@
2019-01-13 Aakash Jain <aakash_jain@apple.com>

[ews-build] Update macOS queue configurations
https://bugs.webkit.org/show_bug.cgi?id=193365
<rdar://problem/47221073>

Unreviewed, renamed mac-high-sierra to mac-highsierra to match with build.webkit.org configuration.

* BuildSlaveSupport/ews-build/config.json:

2019-01-13 Zalan Bujtas <zalan@apple.com>

[LFC] Adjust assert for statically positioned fixed elements
Expand Down

0 comments on commit f157e3d

Please sign in to comment.