summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gitlab-ci.yml: Extract test command as a variablebschubert/add-fedora-nobwrap-testsBenjamin Schubert2018-11-201-3/+4
* gitlab-ci.yml: Add linux without brwap/ostree to ensure tests behaveBenjamin Schubert2018-11-2025-26/+116
* gitlab-ci.yml: use template for unix testsBenjamin Schubert2018-11-201-29/+12
* gitlab-ci.yml: remove unused artifacts for unix testsBenjamin Schubert2018-11-201-1/+0
* gitlab-cy.yml: make linux-tests-template more composable.Benjamin Schubert2018-11-201-11/+16
* Export variables globally for less repetition.Benjamin Schubert2018-11-201-5/+5
* gitlab-ci.yml: Use CI_PROJECT_DIR instead of $(pwd) for cacheBenjamin Schubert2018-11-201-4/+3
* Merge branch 'aevri/prompt-config' into 'master'Angelos Evripiotis2018-11-206-14/+108
|\
| * Add prompt.workspace-... optionsAngelos Evripiotis2018-11-204-6/+39
| * Add prompt.auto-init buildstream.conf optionAngelos Evripiotis2018-11-204-4/+43
| * _context: refactor, extract _node_get_option_strAngelos Evripiotis2018-11-201-8/+29
| * _context: allow 'terminate' for scheduler.on-errorAngelos Evripiotis2018-11-201-1/+1
| * _yaml: document node_get()'s default_value argAngelos Evripiotis2018-11-201-0/+1
|/
* Merge branch 'juerg/context-default-values' into 'master'Jürg Billeter2018-11-199-55/+38
|\
| * _context.py: Drop duplicated default values for user configurationJürg Billeter2018-11-191-13/+15
| * tests/plugins/pipeline.py: Load context default valuesJürg Billeter2018-11-191-1/+2
| * tests/testutils/artifactshare.py: Do not create a fake contextJürg Billeter2018-11-191-5/+2
| * CasBasedDirectory: Change constructor to take a CASCache instead of a ContextRichard Maw2018-11-196-36/+19
|/
* Merge branch 'chandan/source-checkout-news' into 'master'Chandan Singh2018-11-191-0/+2
|\
| * NEWS: Add entry for the new source-checkout commandChandan Singh2018-11-191-0/+2
|/
* Merge branch 'bschubert/dont-cache-errors-from-host-tools' into 'master'Benjamin Schubert2018-11-193-97/+141
|\
| * element.py: Only cache on element error or successBenjamin Schubert2018-11-191-19/+6
| * Don't cache sandbox errorsBenjamin Schubert2018-11-193-90/+147
|/
* Merge branch 'abderrahim/cmake-variable-types' into 'master'Valentin David2018-11-192-3/+3
|\
| * plugins/elements/cmake.yaml: always specify variable typesAbderrahim Kitouni2018-11-192-3/+3
|/
* Merge branch 'chandan/source-checkout' into 'master'Chandan Singh2018-11-197-28/+285
|\
| * Add `bst source-checkout` commandChandan Singh2018-11-197-27/+284
| * buildstream/_pipeline.py: Simplify error message for assert_consistent()Chandan Singh2018-11-191-1/+1
|/
* Merge branch 'bschubert/fix-atomic-move-git-repo' into 'master'Benjamin Schubert2018-11-196-31/+147
|\
| * sources/pip.py: Use move_atomic instead of manual os.renameBenjamin Schubert2018-11-191-7/+7
| * cascache.py: use move_atomic instead of manual error checkingBenjamin Schubert2018-11-191-10/+5
| * Extract atomic move function to utils.pyBenjamin Schubert2018-11-194-81/+137
| * Fix os.rename in git source element to correctly handle error codesBenjamin Schubert2018-11-192-16/+80
| * tests/frontend/buildtrack.py: check for success after invocationBenjamin Schubert2018-11-191-0/+1
|/
* Merge branch 'bschubert/fix-pip-python' into 'master'Benjamin Schubert2018-11-191-0/+1
|\
| * plugins/sources/pip.py: also look for python version named "python"Benjamin Schubert2018-11-191-0/+1
|/
* Merge branch 'tpollard/494' into 'master'Jürg Billeter2018-11-1712-62/+393
|\
| * Don't pull artifact build trees by default.tpollard/494Tom Pollard2018-11-177-60/+378
| * Add cli main and user config option for 'pull-buildtrees' context.Tom Pollard2018-11-175-2/+15
|/
* Merge branch 'aevri/unit_tests' into 'master'Jürg Billeter2018-11-151-0/+18
|\
| * contributing: add guidance on unit testsAngelos Evripiotis2018-11-151-0/+18
|/
* Merge branch 'richardmaw/distinguish-sandboxing-build-fail' into 'master'richardmaw-codethink2018-11-148-42/+136
|\
| * tests/integration/sandbox-bwrap.py: Test distinguishing sandbox exit code fro...Richard Maw2018-11-144-1/+58
| * tests/testutils/site.py: Check for bwrap supporting --json-status-fdRichard Maw2018-11-141-1/+3
| * buildstream/sandbox/_sandboxbwrap.py: Distinguish sandbox failure from comman...Richard Maw2018-11-142-20/+52
| * _platform/linux.py: Move get_bwrap_version into _site.pyRichard Maw2018-11-142-20/+23
|/
* Merge branch 'valentindavid/integration-tests-aarch64' into 'master'Javier Jardón2018-11-1412-17/+72
|\
| * Test aarch64 only overnightValentin David2018-11-141-3/+11
| * Add support for aarch64 in a testValentin David2018-11-141-1/+1
| * Disable tests on example on other architectures than x86_64Valentin David2018-11-146-6/+32