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/13 13:53:24 UTC

[libcloud] branch github_actions_take_2 updated (2ed77ef -> 5e8bdff)

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

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


    from 2ed77ef  Add badge to the readme.
     new 62272d4  Remove testing changes.
     new 5e8bdff  Update passenv settings.

The 2 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/publish_pricing_to_s3.yml | 7 -------
 tox.ini                                     | 8 ++++----
 2 files changed, 4 insertions(+), 11 deletions(-)


[libcloud] 02/02: Update passenv settings.

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

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

commit 5e8bdff0af922a1a1f9d195995dbe2ee7cd91046
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sun Dec 13 14:53:12 2020 +0100

    Update passenv settings.
---
 tox.ini | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tox.ini b/tox.ini
index 49ce64c..faccc98 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,7 +3,7 @@ envlist = py{pypy3.5,3.5,3.6,3.7,3.8,3.9},checks,lint,pylint,mypy,docs,coverage
 skipsdist = true
 
 [testenv]
-passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
+passenv = TERM CI GITHUB_*
 deps =
     -r{toxinidir}/requirements-tests.txt
     fasteners
@@ -121,7 +121,7 @@ deps = requests
        demjson
 setenv =
     PYTHONPATH={toxinidir}
-passenv = GCE_API_KEY PRICING_DATA_BUCKET_NAME AWS_REGION AWS_ACCESS_KEY_ID AWS_ACCESS_KEY_SECRET
+passenv = TERM GCE_API_KEY PRICING_DATA_BUCKET_NAME AWS_REGION AWS_ACCESS_KEY_ID AWS_ACCESS_KEY_SECRET
 commands =
     python contrib/scrape-gce-prices.py --all
     python contrib/scrape-gce-prices.py
@@ -142,7 +142,7 @@ commands =
 basepython: python3.7
 deps = requests
        demjson
-passenv = GCE_API_KEY
+passenv = TERM GCE_API_KEY
 whitelist_externals = sha512sum
                       bash
 commands =
@@ -231,7 +231,7 @@ commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
            coverage run --source=libcloud setup.py test
 
 [testenv:coverage-ci]
-passenv = TOXENV CI GITHUB_*
+passenv = TERM TOXENV CI GITHUB_*
 deps =
     -r{toxinidir}/requirements-tests.txt
     paramiko==2.7.1


[libcloud] 01/02: Remove testing changes.

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

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

commit 62272d4aae203c70757319b05beb499e3a450323
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sun Dec 13 14:46:57 2020 +0100

    Remove testing changes.
---
 .github/workflows/publish_pricing_to_s3.yml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/.github/workflows/publish_pricing_to_s3.yml b/.github/workflows/publish_pricing_to_s3.yml
index 9f85110..90ec055 100644
--- a/.github/workflows/publish_pricing_to_s3.yml
+++ b/.github/workflows/publish_pricing_to_s3.yml
@@ -2,13 +2,6 @@
 name: Publish pricing.json to S3 bucket
 
 on:
-  push:
-    branches:
-      - trunk
-  pull_request:
-    branches:
-      - trunk
-
   schedule:
     - cron: '0 2 * * *'