You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/05/23 06:01:18 UTC

[airflow] branch bring-back-testing-providers-against-2-1-0 created (now 7438807)

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

potiuk pushed a change to branch bring-back-testing-providers-against-2-1-0
in repository https://gitbox.apache.org/repos/asf/airflow.git.


      at 7438807  Brings back testing providers against 2.1.0

This branch includes the following new commits:

     new 7438807  Brings back testing providers against 2.1.0

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.


[airflow] 01/01: Brings back testing providers against 2.1.0

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

potiuk pushed a commit to branch bring-back-testing-providers-against-2-1-0
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 743880708749dc70569856904fd47398756b4662
Author: jarek <ja...@penguin>
AuthorDate: Sun May 23 07:59:30 2021 +0200

    Brings back testing providers against 2.1.0
    
    We temporarily disabled testing of providers against Airflow 2.1.0
    until it gets released. New providers are going to be 2.1+
    compatible only so we stopped testing them against 2.0.0.
    
    This PR restores the tests.
---
 .github/workflows/ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1aa1107..c097be7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -557,7 +557,6 @@ ${{ hashFiles('.pre-commit-config.yaml') }}"
         env:
           USE_AIRFLOW_VERSION: "2.1.0"
           PACKAGE_FORMAT: "wheel"
-        if: false
 
   prepare-test-provider-packages-sdist:
     timeout-minutes: 40