Add Buildbot usage into design
buildbot/travis_bionic Build done. Details

This commit is contained in:
Peter Šurda 2021-12-14 04:53:36 +01:00
parent 889f66d8cb
commit 7f30266c8a
1 changed files with 9 additions and 1 deletions

View File

@ -13,4 +13,12 @@ The files would be publicly downloadable, but uploading or creating new director
The token could also use username (e.g. concatenate builder name + build number) and a random password, this way a traditional basic web authentication can be used.
Such a system can be easily dockerized and mount a replicated volume, with a little bit of preparation the authenticaiton tokens could also be replicated.
Such a system can be easily dockerized and mount a replicated volume, with a little bit of preparation the authenticaiton tokens could also be replicated.
## buildbot jobs
A buildbot job would then look like this:
1. get token (maybe the server side would auto-create directories)
2. run a task, pass the token as an environment variable or something so that it can upload when necessary
3. revoke token