-
ba6c96e8
by Richard Maw
at 2018-11-19T19:54:30Z
CasBasedDirectory: Change constructor to take a CASCache instead of a Context
The Context was only used to obtain a reference to the CASCache
and set the unused cas_directory field.
-
8a0dc3a3
by Jürg Billeter
at 2018-11-19T19:54:30Z
tests/testutils/artifactshare.py: Do not create a fake context
The fake context did not set the cache quota, triggering an error. With
CASCache now separate from ArtifactCache, we can instantiate a CASCache
without context.
-
8722aced
by Jürg Billeter
at 2018-11-19T19:54:30Z
tests/plugins/pipeline.py: Load context default values
-
fc56ffa4
by Jürg Billeter
at 2018-11-19T19:54:30Z
_context.py: Drop duplicated default values for user configuration
The default values are in userconfig.yaml, together with the
documentation. The default values should not be duplicated in
_context.py.
-
3f663d82
by Jürg Billeter
at 2018-11-19T20:36:57Z
Merge branch 'juerg/context-default-values' into 'master'
_context.py: Drop duplicated default values for user configuration
See merge request BuildStream/buildstream!953
-
6b94c1f9
by Benjamin Schubert
at 2018-11-20T08:49:19Z
gitlab-ci.yml: Use CI_PROJECT_DIR instead of $(pwd) for cache
-
a3e342a2
by Benjamin Schubert
at 2018-11-20T08:49:19Z
Export variables globally for less repetition.
This doesn't change the test behavior and enable for better
composability of tests
-
e385c17f
by Benjamin Schubert
at 2018-11-20T08:49:19Z
gitlab-cy.yml: make linux-tests-template more composable.
This will allow for further de-duplication of work.
-
b96cb4c9
by Benjamin Schubert
at 2018-11-20T08:49:19Z
gitlab-ci.yml: remove unused artifacts for unix tests
The unix-logs is always empty, there is therefore no reasons of keeping
it there
-
114fcb02
by Benjamin Schubert
at 2018-11-20T08:49:19Z
gitlab-ci.yml: use template for unix tests
This makes all tests use the same template, which makes reasoning
about them simpler
-
b1aea199
by Benjamin Schubert
at 2018-11-20T08:49:19Z
gitlab-ci.yml: Add linux without brwap/ostree to ensure tests behave
This allows us to make sure that tests behave nicely while missing brwap
and ostree.
-
1be3111f
by Benjamin Schubert
at 2018-11-20T08:49:19Z
gitlab-ci.yml: Extract test command as a variable
This removes the need of having it synchronized in multiple places