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:14:06 +0100 |
commit | b407dc6f6db37925ee3a007690982efeedfde65a (patch) | |
tree | db7af23de02957c9204302b6fa437b65102bdfdd /upper-constraints.txt | |
parent | 8b3e8b1912038fba6afb8ce47ef993d6ffa49f54 (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 'upper-constraints.txt')
-rw-r--r-- | upper-constraints.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/upper-constraints.txt b/upper-constraints.txt index 1e03562c..96928557 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -2,3 +2,4 @@ robotframework===3.0.2 bandit===1.1.0 pylint===1.9.5;python_version=='2.7' pylint===2.3.1;python_version=='3.6' +boto3===1.9.108 |