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 2021/05/02 20:26:34 UTC

[libcloud] branch trunk updated (38693a4 -> f4ada84)

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 38693a4  Add integration tests for Azure Storage driver (#1572)
     new 7bfc097  Increase verbosity so we see which tests run.
     new 445bac7  Print error on failed import.
     new 0d3d2c9  Try using pytest for running integration tests.
     new 825e9b3  Add missing dep.
     new ef6c1d5  Try re-enabling skip duplicates job by storing action as submodule.
     new 2fcc51f  Cache python dependencies for faster CI run times.
     new 2b139e2  Fix syntax.
     new c30a4f3  Move integration tests in a separate workflow so we can re-run just this workflow on failure.
     new 735780c  Use script -e so we get colors.
     new 92614fc  Update readme.
     new f4ada84  Merge pull request #1579 from Kami/integration_tests_updates

The 8583 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/actions/skip-duplicate-actions      |   1 +
 .github/workflows/integration-tests.yml     |  77 ++++++++++++++++++
 .github/workflows/main.yml                  | 117 +++++++++++++++-------------
 .github/workflows/publish_pricing_to_s3.yml |   2 +-
 .gitmodules                                 |   3 +
 README.rst                                  |   3 +
 integration/storage/__main__.py             |   2 +-
 integration/storage/test_azure_blobs.py     |   3 +-
 tox.ini                                     |   6 +-
 9 files changed, 153 insertions(+), 61 deletions(-)
 create mode 160000 .github/actions/skip-duplicate-actions
 create mode 100644 .github/workflows/integration-tests.yml
 create mode 100644 .gitmodules