aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Remove constantGravatar MarkKoz2019-06-29-3/+0
|
* Echo $(PREV_BUILD)Gravatar MarkKoz2019-06-29-4/+6
|
* Run-time format expressionGravatar MarkKoz2019-06-29-1/+1
|
* Try an expressionGravatar MarkKoz2019-06-29-4/+4
|
* Does the variable get overwritten?Gravatar MarkKoz2019-06-29-1/+10
|
* Set variable beforehandGravatar MarkKoz2019-06-29-0/+3
|
* Try for V2 againGravatar MarkKoz2019-06-29-3/+3
|
* Use variable for build ID pls workGravatar MarkKoz2019-06-29-1/+1
|
* Print Base IDGravatar MarkKoz2019-06-29-1/+2
|
* Explicit and specificGravatar MarkKoz2019-06-29-1/+1
|
* Let's Get Specific 2: Electric BoogalooGravatar MarkKoz2019-06-29-2/+2
|
* Explicit buildIdGravatar MarkKoz2019-06-29-1/+1
|
* Fuck v2 I'll switch to it when they properly document it...Gravatar MarkKoz2019-06-29-5/+5
|
* Wtf... try v2Gravatar MarkKoz2019-06-29-2/+2
|
* DownloadPipelineArtifactGravatar MarkKoz2019-06-29-1/+1
|
* Screw the base variableGravatar MarkKoz2019-06-29-6/+4
|
* What's your problem?Gravatar MarkKoz2019-06-29-1/+1
|
* Explicitly specify build idGravatar MarkKoz2019-06-29-8/+9
|
* Output varGravatar MarkKoz2019-06-29-10/+6
|
* aaaaaaaaaaaaaaaaaaGravatar MarkKoz2019-06-29-2/+2
| | | | !!!
* Try quoting the varGravatar MarkKoz2019-06-29-1/+1
|
* Try to fix varsGravatar MarkKoz2019-06-29-0/+4
|
* Echo variablesGravatar MarkKoz2019-06-29-10/+18
|
* Get previous build IDGravatar MarkKoz2019-06-29-20/+52
|
* YesGravatar MarkKoz2019-06-29-2/+4
|
* Check contents of artifactGravatar MarkKoz2019-06-29-0/+4
|
* Let's get specificGravatar MarkKoz2019-06-29-1/+1
|
* Try to fix task inputsGravatar MarkKoz2019-06-29-3/+3
|
* Maybe v1 will workGravatar MarkKoz2019-06-29-2/+2
|
* DownloadPipelineArtifactGravatar MarkKoz2019-06-29-0/+12
| | | | pls work
* Use v1 of taskGravatar MarkKoz2019-06-29-1/+1
|
* Use task insteadGravatar MarkKoz2019-06-29-2/+4
|
* Test artifact publishingGravatar MarkKoz2019-06-29-156/+14
|
* Merge pull request #31 from python-discord/testingGravatar Chris Goes2019-06-29-191/+364
|\ | | | | NsJail Tests
| * Use write_text() and fix codec namesGravatar MarkKoz2019-06-29-5/+3
| |
| * Test that the file system is mounted as read onlyGravatar MarkKoz2019-06-27-0/+10
| |
| * Disable swap memoryGravatar MarkKoz2019-06-27-3/+7
| |
| * Fix error when setting swap limit on a system that has it disabledGravatar MarkKoz2019-06-27-3/+9
| | | | | | | | | | The error happens when either CONFIG_MEMCG_SWAP or CONFIG_MEMCG_SWAP_ENABLED is disabled in the kernel.
| * Disable memory swapping and add a memory limit testGravatar MarkKoz2019-06-26-8/+34
| | | | | | | | | | | | | | | | | | 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
| * Don't generate an HTML report because Azure already does itGravatar MarkKoz2019-06-22-2/+1
| | | | | | | | See microsoft/azure-pipelines-tasks#9704
| * Remove -it options from docker execGravatar MarkKoz2019-06-22-3/+3
| |
| * Add missing steps keyGravatar MarkKoz2019-06-22-0/+1
| |
| * Run linting & tests in a containerGravatar MarkKoz2019-06-22-14/+28
| |
| * Fix syntax errors in azure-pipelines.ymlGravatar MarkKoz2019-06-22-6/+7
| | | | | | | | | | * Add succeededOrFailed condition to code coverage publish task * Rename test publish task for unit tests
| * Add CI steps for running & publishing testsGravatar MarkKoz2019-06-22-17/+49
| |
| * Fix venv being included in coverage when testing in a containerGravatar MarkKoz2019-06-22-4/+7
| | | | | | | | * Exclude DEBUG checks from coverage reports
| * Add a NsJail log parser testGravatar MarkKoz2019-06-22-3/+33
| | | | | | | | | | * Add support for debug level to log regex * Change type annotation of log_parse to Iterable
| * Rewrite NsJail testsGravatar MarkKoz2019-06-22-58/+80
| | | | | | | | | | | | * Fix SIGSEGV test * Add embedded null byte test * Return None for stderr when there's a ValueError
| * Capture NsJail logs from stdout if NsJail fails to parse cmd argsGravatar MarkKoz2019-06-22-3/+9
| | | | | | | | Fixes #30
| * Use IDs for user and group for consistency across distrosGravatar MarkKoz2019-06-22-2/+2
| |