civet icon indicating copy to clipboard operation
civet copied to clipboard

Continuous Integration, Verification, Enhancement, and Testing

Results 34 civet issues
Sort by recently updated
recently updated
newest added

We're getting unhandled exceptions when failing to parse valid JSON in `GitAPI._response_json`. We should catch these and just report it as invalid JSON.

The Production CIVET database at the INL is growing and growing in size. Some of what is in there are considered records so we can't just delete it. However, we...

Currently, we only grab one of the messages formed by either: ``` CIVET_CLIENT_START_POST_MESSAGE message CIVET_CLIENT_END_POST_MESSAGE ``` or ``` CIVET_CLIENT_POST_MESSAGE=message ``` We should support grabbing all of the messages posted this...

We need more graphs... in particular: how many total tests are run (not just how many passed) and anything else we can think of (number of applications tested per week...

I'm pretty sure i've written a similar idaholab/moose issue in the past few months, but couldn't find it, so sorry for the duplicate if there is one! CIVET isn't running...

Given the following recipes: ```pre foo.cfg bar.cfg ``` if foo.cfg has a main section like this: ```conf [Main] build_user = userA repository = [email protected]:repo/repo ``` and bar.cfg has a main...