Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add timing information for taskcluster docs build. #22951

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Add timing information for taskcluster docs build.

  • Loading branch information
jdm committed Feb 28, 2019
commit 5765567dd953b1d802562e9c48478fe6dc6fe414
@@ -154,25 +154,25 @@ def linux_tidy_unit_docs():
.with_treeherder("Linux x64", "Tidy+Unit+Doc")
.with_script("""
./mach test-tidy --no-progress --all
./mach build --dev
./mach test-unit
time ./mach build --dev
time ./mach test-unit
./mach package --dev
./mach build --dev --libsimpleservo
./mach build --dev --no-default-features --features default-except-unstable
time ./mach build --dev --no-default-features --features default-except-unstable
./mach test-tidy --no-progress --self-test
./etc/memory_reports_over_time.py --test
./etc/taskcluster/mock.py
./etc/ci/lockfile_changed.sh
./etc/ci/check_no_panic.sh
./mach doc
time ./mach doc
cd target/doc
git init
time git add .
git -c user.name="Taskcluster" -c user.email="" \
commit -q -m "Rebuild Servo documentation"
git bundle create docs.bundle HEAD
time git bundle create docs.bundle HEAD
""")
.with_artifacts("/repo/target/doc/docs.bundle")
.find_or_create("docs." + CONFIG.git_sha)
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.