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

Gate on CSS tests on linux. #34

Merged
merged 3 commits into from Jun 2, 2015
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

Turn the mac3 build red when tests fail.

  • Loading branch information
jgraham committed Jun 2, 2015
commit df9696aa0df1be27b2daaf61e2b824d31440bb88
@@ -168,8 +168,8 @@ mac3_factory.addStep(Git(repourl=SERVO_REPO, mode="full", method="clobber"))
mac3_factory.addStep(Compile(command=["./mach", "build", "--dev"], env=mac_test_env))
mac3_factory.addStep(ShellCommand(command=["./mach", "test-css", "--processes", "4",
"--log-raw", "wpt_raw.log"],
env=mac_test_env, decodeRC={0:SUCCESS,
1:SUCCESS},
env=mac_test_env,
haltOnFailure=False, flunkOnFailure=False,
logfiles={"wpt_raw.log": "wpt_raw.log"}))

android_compile_env = dict({'ANDROID_SDK': '/home/servo/android-sdk-linux/',
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.