diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-11-02 12:18:22 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-11-02 19:31:58 +0100 |
commit | 60cfa2b933919786c5c65f9ed0817b3c8686d854 (patch) | |
tree | 384ebeb73f13e517472c11582740ad21a2a341c6 /requirements.txt | |
parent | 70ad812e04ed9f1c2a5fdd60c128d177db8ab480 (diff) |
Publish artifacts to S3 repository
It simplifies Jenkins or Gitlab jobs by automatically publishing all
artifacts via the framework.
It leverages on Amazon Web Services (AWS) SDK [1] which supports the
current cases (OPNFV, Xtesting Ansible role [2], etc.).
[1] https://boto3.amazonaws.com/v1/documentation/api/latest/index.html?id=docs_gateway
[2] https://github.com/collivier/ansible-role-xtesting
Change-Id: I66e380c4da29fb0f973472a2c59ae0ea3c44fcfd
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit d012f3ac3ec4aa2730532be095956867d797aefb)
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index bd180291..ebd078dc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,3 +13,4 @@ six # MIT python-subunit # Apache-2.0/BSD os-testr # Apache-2.0 junitxml +boto3 # Apache-2.0 |