summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Load artifact refs the same way we load element namesJames Ennis2019-08-271-4/+4
* testing/sources: Automatically register plugin sourcesBenjamin Schubert2019-08-261-4/+4
* casserver.py: Use quota instead of headroomJürg Billeter2019-08-202-55/+15
* tests/artifactcache/expiry.py: Fix test_cleanup_firstJürg Billeter2019-08-201-14/+0
* tests/artifactcache/expiry.py: Fix test_never_delete_requiredJürg Billeter2019-08-201-17/+5
* tests/artifactcache/expiry.py: Limit to single fetcherJürg Billeter2019-08-201-0/+2
* _context.py: Pass cache quota to CASCacheJürg Billeter2019-08-201-5/+0
* tests/artifactcache/artifactservice.py: Enable write access via casdJürg Billeter2019-08-201-1/+1
* tests/testutils/artifactshare.py: Allow write access via casdJürg Billeter2019-08-201-4/+8
* cascache.py: Start buildbox-casd and set up channelJürg Billeter2019-08-204-11/+38
* tests/internals/storage_vdir_import.py: Terminate casd at end of testJürg Billeter2019-08-201-128/+150
* tests/internals/storage.py: Use context manager for casd terminationJürg Billeter2019-08-201-16/+19
* tests/testutils/artifactshare.py: Call CASCache.release_resources()Jürg Billeter2019-08-201-0/+2
* casserver.py: Call CASCache.release_resources() on exitJürg Billeter2019-08-201-11/+11
* casserver.py: Remove CacheCleanerJürg Billeter2019-08-201-0/+3
* Remove CASQuota and CASCacheUsageJürg Billeter2019-08-201-0/+1
* _scheduler: Remove cache size jobJürg Billeter2019-08-201-90/+0
* _scheduler: Remove cleanup jobJürg Billeter2019-08-201-0/+7
* tests/internals/storage_vdir_import.py: Run tests in subprocessJürg Billeter2019-08-201-7/+66
* tests/internals/storage.py: Run tests in subprocessJürg Billeter2019-08-201-5/+55
* tests/artifactcache/artifactservice.py: Add objects in subprocessJürg Billeter2019-08-201-12/+13
* artifact.proto: Add the project name to the build dependency informationJames Ennis2019-08-1928-28/+28
* element.py: Add the build dependency names to the cache key dictJames Ennis2019-08-197-7/+7
* tests/frontend/buildcheckout.py: Stop using explicit cache keysJames Ennis2019-08-191-5/+5
* Addition of bst artifact list-contents:Rebecca Grayson2019-08-162-0/+68
* tests: Include testing provenance through options and includesDaniel Silverstone2019-08-165-3/+25
* invalid_keys.py: Test compositied nodes are reported back usefullydanielsilverstone-ct/fix-node-provenanceJames Ennis2019-08-153-0/+28
* Move qmake plugin to bst-plugins-experimentalcoldtom/move-qmakeThomas Coldrick2019-08-142-0/+2
* _stream.py: Ensure push does not fail if artifact not cachedjennis/push_unbuilt_artifactJames Ennis2019-08-141-0/+85
* Move modulebuild plugin to bst-plugins-experimentalThomas Coldrick2019-08-142-0/+2
* workspace: Add test to ensure we can show logs from a workspaced builddanielsilverstone-ct/missing-sh-fixBenjamin Schubert2019-08-142-0/+43
* tests: Verify that a missing-command causes a cached failureDaniel Silverstone2019-08-141-0/+1
* element.py: Don't reset a failed (but cached) workspaced Elementjennis/fix_failed_workspacesJames Ennis2019-08-132-0/+44
* Move makemaker plugin to bst-plugins-experimentalThomas Coldrick2019-08-122-0/+2
* Move make plugin to bst-plugins-experimentalcoldtom/move-makeThomas Coldrick2019-08-091-0/+1
* Frontend: Fix bst artifact logJames Ennis2019-08-091-0/+3
* tests: Add test for DUPLICATE_DEPENDENCY verificationDaniel Silverstone2019-08-089-0/+94
* _message.py: Use element_name & element_key instead of unique_idtpollard/messageobjectTom Pollard2019-08-081-1/+1
* Move cmake plugin to bst-plugins-experimentalcoldtom/move-cmakeThomas Coldrick2019-08-083-0/+16
* tests/integration/shell.py: Remove buildbox xfail for passing testsJürg Billeter2019-08-071-5/+0
* tests/integration/make.py: Remove buildbox xfail for passing testsJürg Billeter2019-08-071-2/+0
* Revert "Mark xfail test that only fail in CI"Jürg Billeter2019-08-0722-113/+3
* plugins/elements/junction.py: Add 'ignore-junction-remotes' optionJames Ennis2019-08-061-0/+62
* plugins/elements/junction.py: Add 'cache-junction-elements' optionJames Ennis2019-08-061-0/+46
* _project.py: Revert back to not caching junctioned elementsJames Ennis2019-08-061-1/+1
* Bst artifact subcommands take artifact ref names.Rebecca Grayson2019-07-261-0/+59
* tests: Check that progress tallies are correct, including across junctionsJonathan Maw2019-07-261-0/+44
* Mark xfail test that only fail in CIWilliam Salmon2019-07-2522-3/+113
* Mark buildbox tests as xfail if they require non implemented featuresWilliam Salmon2019-07-2517-19/+67
* Test that commands can be found on PATH when links are presentWilliam Salmon2019-07-253-0/+42