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 linux dev yaml #12200

Merged
merged 2 commits into from Jul 4, 2016
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Add linux-dev-yaml to buildbot_steps.yml

The `linux-dev-yaml` builder is being used to test out the switchover
of the steps.yml file from the saltfs repo to the servo repo.
  • Loading branch information
aneeshusa committed Jul 3, 2016
commit d4c441218ae03ed958aa91ef6cfdcac9aa55c34e
@@ -39,6 +39,18 @@ linux-dev:
- bash ./etc/ci/manifest_changed.sh
- bash ./etc/ci/check_no_unwrap.sh

linux-dev-yaml:
- ./mach test-tidy --no-progress --all
- ./mach test-tidy --no-progress --self-test
- ./mach build --dev
- ./mach test-compiletest
- ./mach test-unit
- ./mach build-cef
- ./mach build-geckolib
- bash ./etc/ci/lockfile_changed.sh
- bash ./etc/ci/manifest_changed.sh
- bash ./etc/ci/check_no_unwrap.sh

linux-rel:
- ./mach build --release
- ./mach test-wpt-failure
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.