Skip to content

Commit

Permalink
config/pipeline.yaml: add staging-azure storage config
Browse files Browse the repository at this point in the history
Add a storage-azure storage config entry to use Azure Files with the
Azure Storage account created for staging.  This includes a read-only
token valid until 2123.

Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
  • Loading branch information
gctucker committed Aug 2, 2023
1 parent c4f8c73 commit abe3daf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ storage_configs:
port: 9022
base_url: http://storage.staging.kernelci.org/api/

staging-azure:
storage_type: azure
base_url: https://kciapistagingstorage1.file.core.windows.net/
share: staging
sas_public_token: "?sv=2022-11-02&ss=bfqt&srt=sco&sp=r&se=2123-07-20T22:00:00Z&st=2023-07-21T18:27:25Z&spr=https&sig=TDt3NorDXylmyUtBQnP1S5BZ3uywR06htEGTG%2BSxLWg%3D"


runtimes:

Expand Down

0 comments on commit abe3daf

Please sign in to comment.