- 25 Jan, 2017 1 commit
-
-
The actual report will continue to be piped into reports/python_complexity.log. By exposing the paver output (approx 4 lines), we'll be able to consume the actual complexity number in our logs and therefore trend the results in our log aggregator.
Ben Patterson committed
-
- 24 Jan, 2017 1 commit
-
-
Use the system version of firefox for running test.
Feanil Patel committed
-
- 06 Jan, 2017 1 commit
-
-
This reverts commit 04f87694, reversing changes made to 4b196d42.
Calen Pennington committed
-
- 05 Jan, 2017 1 commit
-
-
Use the system version of firefox for running test.
Feanil Patel committed
-
- 03 Jan, 2017 1 commit
-
-
Ben Patterson committed
-
- 31 Oct, 2016 1 commit
-
-
Jesse Zoldak committed
-
- 26 Oct, 2016 1 commit
-
-
Ben Patterson committed
-
- 23 Oct, 2016 1 commit
-
-
Ben Patterson committed
-
- 03 Aug, 2016 1 commit
-
-
Calen Pennington committed
-
- 02 Aug, 2016 1 commit
-
-
Brian Jacobel committed
-
- 29 Jul, 2016 1 commit
-
-
Brian Jacobel committed
-
- 08 Jul, 2016 1 commit
-
-
Calen Pennington committed
-
- 28 Jun, 2016 1 commit
-
-
Calen Pennington committed
-
- 27 Jun, 2016 2 commits
-
-
Calen Pennington committed
-
Calen Pennington committed
-
- 20 Jun, 2016 1 commit
-
-
Calen Pennington committed
-
- 18 May, 2016 1 commit
-
-
Calen Pennington committed
-
- 13 May, 2016 1 commit
-
-
- Handle case when no files are linted - Skip deleted files for safe commit script - Add verbose options for safe commit
Robert Raposa committed
-
- 11 May, 2016 1 commit
-
-
Robert Raposa committed
-
- 10 May, 2016 1 commit
-
-
- Add rule based thresholds - Add safecommit to Jenkins
Robert Raposa committed
-
- 04 May, 2016 1 commit
-
-
Calen Pennington committed
-
- 02 May, 2016 3 commits
-
-
Ben Patterson committed
-
Robert Raposa committed
-
This is a backwards-compatible window for this upgrade. It will later be replaced with using the default location (whatever's on PATH)
Ben Patterson committed
-
- 28 Apr, 2016 1 commit
-
-
Ben Patterson committed
-
- 26 Apr, 2016 1 commit
-
-
Robert Raposa committed
-
- 24 Apr, 2016 1 commit
-
-
This is a backwards-compatible window for this upgrade. It will later be replaced with using the default location (whatever's on PATH)
Ben Patterson committed
-
- 19 Mar, 2016 1 commit
-
-
This also ensures that future lms shards are handled in a smarter way, like our bok-choy shards. When no shard is specified, rather than running all shards, only create an empty xunit report.
Ben Patterson committed
-
- 17 Mar, 2016 1 commit
-
-
This will leverage the nose attrib plugin to allow us to break tests apart on our build system to run in parallel on separate nodes.
Ben Patterson committed
-
- 19 Jan, 2016 1 commit
-
-
Ben Patterson committed
-
- 03 Nov, 2015 1 commit
-
-
This includes: * Ability to specify number of processes to run bok-choy tests in * A forked nose commit to get the multiprocess plugin's logging to work * A different plugin (xunitmp) must be used for pulling together xunit results This works by: * Starting the various servers that are needed for the acceptance test environment * Running the tests themselves in multiprocess mode
Ben Patterson committed
-
- 29 Oct, 2015 1 commit
-
-
In the event of a pylint failure, we need to cat the log. This will also ensure that the remaining scripts in the job can run.
Ben Patterson committed
-
- 07 Oct, 2015 1 commit
-
-
Christine Lytwynec committed
-
- 30 Sep, 2015 1 commit
-
-
The jenkins-common script is the better place for this particular setup, since that script is doing similar setup steps to prepare the environment for running various tests/subsequent scripts. This also will resolve downstream processes, such as our jenkins AMI builder (for jenkins-worker images).
Ben Patterson committed
-
- 23 Sep, 2015 1 commit
-
-
Note that because js testing occurs on a different CI job than python unit testing, files will not be clobbered by this change. The python unit testing job also creates the same-named report through the diff_coverage task.
Ben Patterson committed
-
- 31 Aug, 2015 1 commit
-
-
The platform includes jshint as a development tool, and our builds are enforcing a limit on total number of jshint violations. This commit will enforce no new jshint violations on a per-change basis, much like pylint and pep8 are enforced. So with this change, we'll be enforcing our linting requirements consistently, regardless of type of violations. Also on Jenkins, runs quality task after installing jshint.
Ben Patterson committed
-
- 05 Aug, 2015 2 commits
-
-
Ben Patterson committed
-
Jesse Zoldak committed
-
- 03 Aug, 2015 1 commit
-
-
Ned Batchelder committed
-
- 30 Jul, 2015 1 commit
-
-
Christine Lytwynec committed
-