diff options
author | Tristan van Berkom <tristan@codethink.co.uk> | 2020-12-01 20:37:17 +0900 |
---|---|---|
committer | Tristan van Berkom <tristan@codethink.co.uk> | 2020-12-02 19:01:03 +0900 |
commit | 241440ca85dbd968bc49170a15cbc7d9c9ce5237 (patch) | |
tree | 527d9edfa3c6b2ed1d304706a496eee5f190af04 /tests/cachekey/project/elements/compose4.expected | |
parent | 4a65174330f2c7c57ddf4b875c30e9209d672860 (diff) | |
download | buildstream-241440ca85dbd968bc49170a15cbc7d9c9ce5237.tar.gz |
_artifact.py: Store sandbox config and environment in artifactstristan/artifact-extensions
This commit adds sandbox config and environment variables to the
artifact, so that they can be used later to shell into a downloaded
artifact or to run commands such as `bst artifact checkout --integrate`
which require running sandboxes on downloaded artifacts.
Summary:
* _artifact.py:
- Store new data in the new proto digest, similar
to how we store public data.
- Added new accessors to extract these from a loaded artifact.
- Bump the proto version number for compatibility
* _versions.py: Bump the global artifact version number
* element.py: Call Artifact.cache() with new parameters
* tests/cachekey: Updated cache key test
Diffstat (limited to 'tests/cachekey/project/elements/compose4.expected')
-rw-r--r-- | tests/cachekey/project/elements/compose4.expected | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cachekey/project/elements/compose4.expected b/tests/cachekey/project/elements/compose4.expected index 2c4ab4c48..b7e49623c 100644 --- a/tests/cachekey/project/elements/compose4.expected +++ b/tests/cachekey/project/elements/compose4.expected @@ -1 +1 @@ -37dd09028bd0a95e64b83df32a1446932f81a72c4c9a6a2cac5c0165ac61e29b
\ No newline at end of file +1d842d5830bd62a931ee7478a1bf14ec6345a97cea8d94d78e239d04b00e97fd
\ No newline at end of file |