potiuk commented on a change in pull request #9889:
URL: https://github.com/apache/airflow/pull/9889#discussion_r457308249



##########
File path: .github/workflows/ci.yml
##########
@@ -443,6 +412,97 @@ ${{ 
hashFiles('requirements/requirements-python${{matrix.python-version}}.txt')
       - name: "Push CI image ${{ matrix.python-version }}"
         run: ./scripts/ci/images/ci_push_ci_image.sh
 
+  constraints:
+    timeout-minutes: 80
+    name: "Constraints"
+    runs-on: ubuntu-latest
+    strategy:
+      matrix:
+        python-version: [3.6, 3.7, 3.8]
+      fail-fast: false
+    needs:
+      - cancel-previous-workflow-run
+      - tests-sqlite
+      - tests-mysql
+      - tests-postgres
+      - tests-kubernetes
+    env:
+      PYTHON_MAJOR_MINOR_VERSION: ${{ matrix.python-version }}
+      CI_JOB_TYPE: "Requirements"

Review comment:
       aaaargh.. Missed that one :). In fact we do not need CI_JOB_TYPE at all 
any more (it was used in Travis). So I just deleted all of them now :)




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to