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

Next

Gate on CSS tests on linux.

  • Loading branch information
jgraham committed Jun 2, 2015
commit b74d696c1065221b12a61fdac31a7d1a9118f2af
@@ -138,8 +138,7 @@ linux3_factory.addStep(Git(repourl=SERVO_REPO, mode="full", method="clobber"))
linux3_factory.addStep(Compile(command=["./mach", "build", "--release"], env=linux_headless_env))
linux3_factory.addStep(ShellCommand(command=["./mach", "test-css", "--release", "--processes", "4",
"--log-raw", "wpt_raw.log"],
env=linux_headless_env, decodeRC={0:SUCCESS,
1:SUCCESS},
env=linux_headless_env,
logfiles={"wpt_raw.log": "wpt_raw.log"}))


ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.