summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
Commit message (Collapse)AuthorAgeFilesLines
* .gitlab-ci.yml: Update image versions where forgottenvalentindavid/netrcValentin David2018-11-291-2/+2
|
* .gitlab-ci.yml: Bump version of fd.o SDK and bst_external in overnight testsValentin David2018-11-221-2/+2
|
* gitlab-ci.yml: Extract test command as a variableBenjamin Schubert2018-11-201-3/+4
| | | | This removes the need of having it synchronized in multiple places
* gitlab-ci.yml: Add linux without brwap/ostree to ensure tests behaveBenjamin Schubert2018-11-201-0/+18
| | | | | This allows us to make sure that tests behave nicely while missing brwap and ostree.
* gitlab-ci.yml: use template for unix testsBenjamin Schubert2018-11-201-29/+12
| | | | | This makes all tests use the same template, which makes reasoning about them simpler
* gitlab-ci.yml: remove unused artifacts for unix testsBenjamin Schubert2018-11-201-1/+0
| | | | | The unix-logs is always empty, there is therefore no reasons of keeping it there
* gitlab-cy.yml: make linux-tests-template more composable.Benjamin Schubert2018-11-201-11/+16
| | | | This will allow for further de-duplication of work.
* Export variables globally for less repetition.Benjamin Schubert2018-11-201-5/+5
| | | | | This doesn't change the test behavior and enable for better composability of tests
* gitlab-ci.yml: Use CI_PROJECT_DIR instead of $(pwd) for cacheBenjamin Schubert2018-11-201-4/+3
|
* Test aarch64 only overnightValentin David2018-11-141-3/+11
|
* Run tests on aarch64Valentin David2018-11-141-5/+11
| | | | Fixes #755
* Use less fetchers in overnight build to work-around limitations from servers.Valentin David2018-11-051-0/+6
| | | | | | Issue happens with sourceware.org server. Fixes #742
* .gitlab-ci.yml: Change how coverage is recoveredDaniel Silverstone2018-10-251-2/+2
| | | | | | | We need to alter how coverage data is recovered in order to work with newer coverage tooling. Signed-off-by: Daniel Silverstone <daniel.silverstone@codethink.co.uk>
* Bump CI image tagsTristan Maat2018-10-251-6/+6
| | | | We need to do this so that the new linting errors pop up
* Forcing CI to install Sphinx 1.7.9docs_Search_not_workingPhillip Smyth2018-10-021-1/+2
| | | | | | | .gitlab-ci.yml: forced pip3 install Sphinx 1.7.9 The theme we use in our docs "sphinx_rtd_theme" Does not support the latest version of Sphinx (>1.8) This results in search functionality failing
* ci: correct freedestop-sdk version commenttiagogomes/ci-minor-tweaksTiago Gomes2018-10-011-1/+1
|
* ci: upper case variablesTiago Gomes2018-10-011-5/+5
| | | | For consistency.
* ci: add missing `-p` argumentTiago Gomes2018-09-261-1/+1
|
* ci: add ACME challengeTiago Gomes2018-09-261-1/+7
| | | | | | To finish the creation of the Let's Encrypt certificate, which will allows us to use https://docs.buildstream.build/ for accessing the documentation.
* ci: update freedesktop-sdk refTiago Gomes2018-09-261-1/+1
| | | | The current one doesn't build due server being down.
* CI: test building freedesktop-sdk overnightTiago Gomes2018-09-251-0/+43
| | | | Closes #514.
* Add tests for cyclic variables checkJosh Smith2018-08-291-5/+5
| | | | | Note: This modifies the docker containers used for testing to supply the pytest-timeout package.
* .gitlab-ci.yml: Moving code_quality job into tests phaseTristan Van Berkom2018-08-271-5/+5
| | | | | | This job always takes a long time and does not really depend on the artifacts in the 'test' phase, moving it to the 'test' phase will reduce overall CI time.
* Revert ".gitlab-ci.yml: Avoid running tests in post-merge"Tristan Van Berkom2018-08-271-31/+0
| | | | This reverts commit bea01531b984522940562866e904c83e8f9aed50.
* .gitlab-ci.yml: Trying to fix code quality reportsTristan Van Berkom2018-08-261-5/+3
| | | | | | | | | This hasnt been working for a while, it might be because GitLab doesnt quite grasp that we have multiple branches to merge MRs to, or it might be because they have change the API and broken back compat in some way. See: https://docs.gitlab.com/ee/ci/examples/code_quality.html
* .gitlab-ci.yml: Verify that source tarball installs correctlychandan/ci-sdist-testChandan Singh2018-08-241-0/+5
| | | | | | | | | | Add a check to verify that the source distribution tarball that we generate installs corrctly. It is useful to do this check as this is the same tarball will be used when installing BuildStream via PyPI. This check also happens indirectly in the coverage job where we install BuildStream but this check makes it more explicit and will also cause the CI to fail early if the tarball is not correct.
* .gitlab-ci.yml: Avoid running tests in post-mergeTristan Van Berkom2018-08-231-0/+31
|
* .gitlab-ci.yml: Bump tags for testsuite imagesChandan Singh2018-08-211-6/+6
| | | | | | | These new images come with pinned versions of `pytest` and `pylint`: - `pylint`: `== 2.1.1` - `pytest`: `>= 3.7`
* .gitlab-ci.yml: Use the same version of the docker image for all jobsJavier Jardón2018-08-121-4/+4
|
* .gitlab-ci.yml: Run tests in fedora28 imageJavier Jardón2018-08-121-0/+5
|
* .gitlab-ci-yml: Add ubuntu 18.04 testPhil Dawson2018-08-121-0/+3
|
* .gitlab-ci.yml: Remove unused script "install.sh"Chandan Singh2018-08-081-10/+0
|
* doc: Build the docs without Buildstream installedbochecha/build-docsMathieu Bridon2018-08-041-1/+0
|
* .gitlab-ci.yml: Use testsuite images for running testschandan/use-testsuite-fedoraChandan Singh2018-07-181-4/+4
| | | | | | | | | | | | | | | Instead of re-using the user-facing `buildstream/buildstream-fedora` image for tests (that comes with BuildStream pre-installed), use `buildstream/testsuite-fedora` image that is supposed to be used exclusively for these tests. Similarly, use the dedicated `buildstream/testsuite-debian` image instead of `buildstream/buildstream-debian`. Fixes #458. For related discussion, see https://gitlab.com/BuildStream/buildstream-docker-images/issues/8.
* Bump required python version to 3.5Tristan Maat2018-07-181-5/+1
|
* .gitlab-ci.yml: Update images to include protobuf and grpcioJürg Billeter2018-07-171-4/+4
|
* doc/bst2html.py, doc/Makefile: Added --force optionTristan Van Berkom2018-06-161-2/+1
| | | | | | | | | | | If --force is not specified, then we'll skip session files in the case that all of the outputs exist. Now setting BST_FORCE_SESSION_REBUILD when building the docs will cause the session files to be rebuilt regardless of whether they exist or not. The .gitlab-ci.yml was also changed to use this and force rebuilds.
* doc: Improve the new console output html generatorTristan Van Berkom2018-06-131-1/+1
| | | | | | | | | | Before we were creating one description file for each output, making it easier to declare a make rule for it - but the result was that we would have to build things more and it takes a long time. Instead, now we have session files which describe a series of commands to run in a session, and each command optionally produces an output file.
* .gitlab-ci.yml: Speed up docs build by setting up BST_SOURCE_CACHETristan Van Berkom2018-06-121-0/+2
| | | | | Use the gitlab cache for caching sources needed for building projects in order to collect sample output for documentation pages.
* .gitlab-ci.yml: Stop depending on specific version of sphinxTristan Van Berkom2018-06-091-1/+1
| | | | | | This branch fixes #312 by using a hidden toctree to include the buildstream package and reducing the amount of allowed :orphan: pages.
* .gitlab-ci.yml: Remove redundant declaration of dependencies:Javier Jardón2018-05-071-6/+0
| | | | | "artifacts from all previous stages are passed by default." https://docs.gitlab.com/ee/ci/yaml/#dependencies
* .gitlab-ci.yml: Run test in current Debian stable (stretch)Javier Jardón2018-04-251-0/+5
|
* .gitlab-ci.yml: Move radon job to post stageJavier Jardón2018-04-251-25/+26
|
* .gitlab-ci.yml: Add job to analyze project code quality with Code Climate CLIJavier Jardón2018-04-251-0/+22
| | | | See #431
* Move curent before_script: commands to the only jobs where they are actually ↵Javier Jardón2018-04-251-8/+6
| | | | needed
* .gitlab-ci.yml: Add coverage regexTristan Van Berkom2018-04-161-0/+1
|
* .gitlab-ci.yml: Perform some python code analysis with radontristan/radonTristan Van Berkom2018-04-161-0/+26
| | | | | This adds a new job in the prepare stage which can be viewed in the gitlab CI, and also produces an artifacts with the json metrics.
* .gitlab-ci.yml: Show which coverage reports are getting combined in CITristan Van Berkom2018-04-131-0/+1
| | | | | This extra line shows which reports will be combined, which helps us to more quickly debug problems in the coverage job of the .gitlab-ci.yml
* .gitlab-ci.yml: Fix coverage jobjjardon/ci_fedora_27Javier Jardón2018-04-121-4/+3
|
* .gitlab-ci.yml: Change jobs from <distro>-tests to tests-<distro>Javier Jardón2018-04-121-6/+6
| | | | So they show in order nicely in the gitlab CI UI