mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Tweak WPT task names and config
This commit is contained in:
parent
b38fd6b21f
commit
81a03c1a18
1 changed files with 4 additions and 4 deletions
|
@ -551,12 +551,12 @@ def linux_wpt():
|
||||||
target/release/build/osmesa-src-*/out/lib/gallium
|
target/release/build/osmesa-src-*/out/lib/gallium
|
||||||
""")
|
""")
|
||||||
.with_artifacts("/target.tar.gz")
|
.with_artifacts("/target.tar.gz")
|
||||||
.find_or_create("build.linux_x64_release~assertions" + CONFIG.task_id())
|
.find_or_create("build.linux_x64_release_w_assertions" + CONFIG.task_id())
|
||||||
)
|
)
|
||||||
def linux_run_task(name):
|
def linux_run_task(name):
|
||||||
return linux_task(name).with_dockerfile(dockerfile_path("run"))
|
return linux_task(name).with_dockerfile(dockerfile_path("run"))
|
||||||
wpt_chunks("Linux x64", linux_run_task, release_build_task, repo_dir="/repo",
|
wpt_chunks("Linux x64", linux_run_task, release_build_task, repo_dir="/repo",
|
||||||
total_chunks=2, processes=24)
|
total_chunks=4, processes=12)
|
||||||
|
|
||||||
|
|
||||||
def macos_nightly():
|
def macos_nightly():
|
||||||
|
@ -610,8 +610,8 @@ def update_wpt():
|
||||||
|
|
||||||
def macos_release_build_with_debug_assertions(priority=None):
|
def macos_release_build_with_debug_assertions(priority=None):
|
||||||
return (
|
return (
|
||||||
macos_build_task("Release build")
|
macos_build_task("Release build, with debug assertions")
|
||||||
.with_treeherder("macOS x64", "Release")
|
.with_treeherder("macOS x64", "Release+A")
|
||||||
.with_priority(priority)
|
.with_priority(priority)
|
||||||
.with_script("\n".join([
|
.with_script("\n".join([
|
||||||
"./mach build --release --verbose --with-debug-assertions",
|
"./mach build --release --verbose --with-debug-assertions",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue