mirror of
https://github.com/servo/servo.git
synced 2025-07-03 21:43:41 +01:00
Replicate the buildbot linux-dev job
This commit is contained in:
parent
02e2d48b35
commit
b319349222
1 changed files with 7 additions and 4 deletions
|
@ -54,15 +54,18 @@ def main():
|
|||
decision.create_task_with_in_tree_dockerfile(
|
||||
task_name="Linux x86_64: tidy + dev build + unit tests",
|
||||
script="""
|
||||
#./mach test-tidy --no-progress --all
|
||||
./mach test-tidy --no-progress --all
|
||||
./mach build --dev
|
||||
#./mach test-unit
|
||||
#./mach test-tidy --no-progress --self-test
|
||||
./mach test-unit
|
||||
./mach package --dev
|
||||
./mach test-tidy --no-progress --self-test
|
||||
./etc/memory_reports_over_time.py --test
|
||||
./etc/ci/lockfile_changed.sh
|
||||
./etc/ci/check_no_panic.sh
|
||||
""",
|
||||
**build_kwargs
|
||||
)
|
||||
|
||||
|
||||
def dockerfile(name):
|
||||
return os.path.join(os.path.dirname(__file__), name + ".dockerfile")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue