| Commit message (Collapse) | Author | Age | Lines |
| |\
| |
| | |
CI Improvements
|
| | |
| |
| |
| |
| | |
* Replace some shorthand Docker command options with their full names
for clarity
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
* Move script's execution to the test job
* Use output variables
* Use jq instead of regex for parsing JSON responses from API
* Wrap to 80 columns
* Make more robust by checking for command success
|
| | | |
|
| |/
|
|
| |
Reflects the changes in 7a7eca52019bf21d21cdffcf03cd9c5eacd8363b
|
| |
|
|
|
|
|
|
|
| |
If memory swapping was enabled locally, the memory test would fail.
Explicitly disabling swapping also removes reliance on the assumption
that it'll be disabled in production.
* Add a constant for the maximum memory
* Simplify the timeout test; it'd otherwise first run out of memory now
|
| |
|
|
|
|
| |
* Mount volume to the same path as the source directory on the host
* Keep the container up in the background so it doesn't have to be
restarted or the ownership fix
|
| |
|
|
|
|
| |
When coverage runs in a container, it is ran under root so the resulting
coverage file is owned by root. chown is used to change ownership to
be the same as the folder it is in.
|
| |
|
|
| |
* Put scripts in a new scripts folder
|
| |
|
|
|
| |
This PR is to add CI settings to master and to test the PR CI pipeline.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|