You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2020/12/14 16:25:15 UTC

[libcloud] branch trunk updated (413ad6b -> 229d3dc)

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git.


    from 413ad6b  Try using older version.
     add 91f30a0  Add WIP config for Github actions workflow.
     add 6ce9713  Update WF config.
     add 0c9655e  Add pre job.
     add fc329e5  Fix syntax.
     add b1e9294  Use new attribute name.
     add 149321d  Update workflow, add Python 3.9 support to tox.
     add 7fa4bbe  Bump used libvirt tests dep version so it works under Python 3.9.
     add d8a1f5f  Indicate Python 3.9 support in setup.py.
     add f2e0a07  Fix syntax.
     add 02986e7  Move schedule job in a separate workflow.
     add 497bdfa  Fix coverage step.
     add 70f56a6  print env info.
     add a1cbee0  Fix syntax.
     add e5f3635  Fix syntax.
     add a34de27  Print env info.
     add dfb17e5  Make sure we pass secrets to the workflows.
     add ab80ac8  Improve formatting.
     add 593bcc4  Fix syntax.
     add f67838c  Print links to the pricing data at the end.
     add 5864e38  Remove travis config.
     add 2ed77ef  Add badge to the readme.
     add 62272d4  Remove testing changes.
     add 5e8bdff  Update passenv settings.
     new 229d3dc  Merge pull request #1527 from apache/github_actions_take_2

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/main.yml                  | 178 ++++++++++++++++++++++++++++
 .github/workflows/publish_pricing_to_s3.yml |  42 +++++++
 .travis.yml                                 | 125 -------------------
 README.rst                                  |  11 +-
 requirements-tests.txt                      |   2 +-
 setup.py                                    |   1 +
 tox.ini                                     |  21 ++--
 7 files changed, 243 insertions(+), 137 deletions(-)
 create mode 100644 .github/workflows/main.yml
 create mode 100644 .github/workflows/publish_pricing_to_s3.yml
 delete mode 100644 .travis.yml


[libcloud] 01/01: Merge pull request #1527 from apache/github_actions_take_2

Posted by to...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 229d3dccdd7eac397ae79a358feb1d6af0e94069
Merge: 413ad6b 5e8bdff
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Mon Dec 14 17:25:02 2020 +0100

    Merge pull request #1527 from apache/github_actions_take_2
    
    Add Github actions workflows for CI/CD #1526

 .github/workflows/main.yml                  | 178 ++++++++++++++++++++++++++++
 .github/workflows/publish_pricing_to_s3.yml |  42 +++++++
 .travis.yml                                 | 125 -------------------
 README.rst                                  |  11 +-
 requirements-tests.txt                      |   2 +-
 setup.py                                    |   1 +
 tox.ini                                     |  21 ++--
 7 files changed, 243 insertions(+), 137 deletions(-)