You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ta...@apache.org on 2023/12/23 15:28:32 UTC

(airflow) 01/01: Use default Postgres version for Quarantined tests

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

taragolis pushed a commit to branch postgres-default-quarantined
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 0fced6ba602a73e5cc78b190069cb78dc855ee84
Author: Andrey Anshin <An...@taragol.is>
AuthorDate: Sat Dec 23 19:27:49 2023 +0400

    Use default Postgres version for Quarantined tests
---
 .github/workflows/ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e816022973..a775347092 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1497,8 +1497,8 @@ jobs:
         run: breeze testing tests || true
         env:
           BACKEND: "postgres"
-          BACKEND_VERSION: "11"
-          POSTGRES_VERSION: "11"
+          BACKEND_VERSION: ${{needs.build-info.outputs.default-postgres-version}}
+          POSTGRES_VERSION: ${{needs.build-info.outputs.default-postgres-version}}
       - name: >
           Tests: mysql:${{needs.build-info.outputs.default-python-version}}:Quarantined
         run: breeze testing tests || true