summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: Drop buildbox xfailsjuerg/buildbox-run-bubblewrap-schedJürg Billeter2019-12-0713-27/+5
* Drop buildbox sandboxJürg Billeter2019-12-072-275/+0
* .gitlab-ci.yml: Drop buildbox jobJürg Billeter2019-12-071-29/+0
* .gitlab-ci.yml: Add job to test buildbox-runJürg Billeter2019-12-071-1/+7
* tests/integration/workspace.py: xfail logging for buildbox-runJürg Billeter2019-12-071-0/+1
* tests/integration/messages.py: xfail logging for buildbox-runJürg Billeter2019-12-071-0/+2
* tests/integration/manual.py: xfail logging for buildbox-runJürg Billeter2019-12-071-0/+1
* tests/integration/interactive_build.py: xfail logging for buildbox-runJürg Billeter2019-12-071-1/+1
* tests/integration/shell.py: xfail bind mount for buildbox-runJürg Billeter2019-12-071-4/+4
* tests/integration/script.py: xfail read-only-root for buildbox-runJürg Billeter2019-12-071-0/+3
* tests/integration/script.py: Relax error message checkJürg Billeter2019-12-071-1/+1
* _platform: Support experimental buildbox-run sandbox on all platformsJürg Billeter2019-12-072-3/+24
* Add buildbox-run sandboxBenjamin Schubert2019-12-071-0/+148
* _sandboxreapi.py: Pass sandbox flags to _execute_action()Jürg Billeter2019-12-072-3/+3
* scheduler.py: Optimize scheduling by not calling it unnecessarilybschubert/optimize-schedulingBenjamin Schubert2019-12-061-9/+17
* Merge branch 'chandan/fix-manifest' into 'master'Chandan Singh2019-12-051-10/+6
|\
| * MANIFEST.in: Minor fixups and improvementsChandan Singh2019-12-051-10/+6
|/
* Merge branch 'chandan/interactive-tests' into 'master'Chandan Singh2019-12-056-0/+167
|\
| * Add tests for failed build in interactive modeChandan Singh2019-12-052-0/+115
| * Add tests for interactive `bst init`Chandan Singh2019-12-052-0/+49
| * requirements: Add pexpect for running interactive testsChandan Singh2019-12-052-0/+3
|/
* Merge branch 'juerg/cas-directory-reset' into 'master'Jürg Billeter2019-12-053-10/+8
|\
| * sandbox.py: Remove unused _set_virtual_directory() methodJürg Billeter2019-12-051-6/+0
| * _sandboxreapi.py: Use CasBasedDirectory._reset()Jürg Billeter2019-12-051-3/+2
| * _casbaseddirectory.py: Add _reset() methodJürg Billeter2019-12-051-1/+6
|/
* Merge branch 'juerg/runcli-unused-parameter' into 'master'Jürg Billeter2019-12-051-34/+5
|\
| * testing/runcli.py: Remove unused configure parameter from run() methodsJürg Billeter2019-12-051-34/+5
|/
* Merge branch 'bschubert/ci-improvements' into 'master'Jürg Billeter2019-12-041-20/+24
|\
| * .gitlab-ci.yml: Don't overwrite sast job directly, just inject variableBenjamin Schubert2019-12-041-3/+4
| * .gitlab-ci.yml: Extract docker images version in a variableBenjamin Schubert2019-12-041-16/+19
| * .gitlab-ci.yml: List all test envs explicitely for toxBenjamin Schubert2019-12-041-1/+1
|/
* Merge branch 'juerg/casd-separate-user' into 'master'Jürg Billeter2019-12-038-13/+87
|\
| * tests: source_determinism.py: Do not use too restrictive test umasksjuerg/casd-separate-userJürg Billeter2019-12-032-4/+14
| * tests/integration/filter.py: Do not use checkout --hardlinksJürg Billeter2019-12-031-1/+1
| * tests/frontend/pull.py: Do not use checkout --hardlinksJürg Billeter2019-12-031-2/+2
| * tests/frontend/buildcheckout.py: Cannot hardlink with CASD_SEPARATE_USERJürg Billeter2019-12-031-1/+7
| * testing/_utils/site.py: Add CASD_SEPARATE_USER variableJürg Billeter2019-12-031-0/+5
| * utils.py: safe_link(): Copy if hardlink creation is not permittedJürg Billeter2019-12-031-1/+1
| * casdprocessmanager.py: Set up socket path via a symlinkTristan Maat2019-12-031-4/+57
|/
* Merge branch 'tlater/artifactserver-casd' into 'master'Tristan Maat2019-12-0311-443/+364
|\
| * _*cache.py: Standardize cache basedirsTristan Maat2019-12-033-20/+21
| * Remove newly unused API surfaces in CASCacheTristan Maat2019-12-037-179/+58
| * casserver.py: Proxy CAS requests to buildbox-casdTristan Maat2019-12-033-245/+219
| * casserver.py: Add loggingTristan Maat2019-12-031-5/+72
|/
* Merge branch 'tlater/fix-update-committer-security' into 'master'Tristan Maat2019-12-021-10/+12
|\
| * update_commiters.py: Fix security vulnerabilitiesTristan Maat2019-12-021-10/+12
|/
* Merge branch 'bschubert/update-requirements' into 'master'Benjamin Schubert2019-12-0223-70/+71
|\
| * Update all python dependenciesBenjamin Schubert2019-12-027-35/+36
| * tests: Use pytest.raise() instead of checking for return codeBenjamin Schubert2019-12-023-8/+8
| * lint: remove all unecessary elif/else after break/continueBenjamin Schubert2019-12-028-21/+21