@@ -427,7 +427,9 @@ jobs:
427
427
428
428
tests-postgres :
429
429
timeout-minutes : 60
430
- name : " Postgres${{matrix.postgres-version}},Py${{matrix.python-version}}"
430
+ name : >
431
+ Postgres${{matrix.postgres-version}},Py${{matrix.python-version}}:
432
+ ${{needs.build-info.outputs.testTypes}}
431
433
runs-on : ubuntu-latest
432
434
needs : [build-info, ci-images]
433
435
strategy :
@@ -441,7 +443,7 @@ jobs:
441
443
PYTHON_MAJOR_MINOR_VERSION : ${{ matrix.python-version }}
442
444
POSTGRES_VERSION : ${{ matrix.postgres-version }}
443
445
RUN_TESTS : true
444
- TEST_TYPES : ${{needs.build-info.outputs.testTypes}}
446
+ TEST_TYPES : " ${{needs.build-info.outputs.testTypes}}"
445
447
TEST_TYPE : " "
446
448
if : >
447
449
needs.build-info.outputs.run-tests == 'true' &&
@@ -457,7 +459,7 @@ jobs:
457
459
run : ./scripts/ci/tools/ci_free_space_on_ci.sh
458
460
- name : " Prepare CI image ${{env.PYTHON_MAJOR_MINOR_VERSION}}:${{ env.GITHUB_REGISTRY_PULL_IMAGE_TAG }}"
459
461
run : ./scripts/ci/images/ci_prepare_ci_image_on_ci.sh
460
- - name : " Tests"
462
+ - name : " Tests: ${{needs.build-info.outputs.testTypes}} "
461
463
run : ./scripts/ci/testing/ci_run_airflow_testing.sh
462
464
- name : " Upload airflow logs"
463
465
uses : actions/upload-artifact@v2
@@ -480,7 +482,8 @@ jobs:
480
482
481
483
tests-mysql :
482
484
timeout-minutes : 60
483
- name : " MySQL${{matrix.mysql-version}}, Py${{matrix.python-version}}"
485
+ name : >
486
+ MySQL${{matrix.mysql-version}}, Py${{matrix.python-version}}: ${{needs.build-info.outputs.testTypes}}
484
487
runs-on : ubuntu-latest
485
488
needs : [build-info, ci-images]
486
489
strategy :
@@ -494,7 +497,7 @@ jobs:
494
497
PYTHON_MAJOR_MINOR_VERSION : ${{ matrix.python-version }}
495
498
MYSQL_VERSION : ${{ matrix.mysql-version }}
496
499
RUN_TESTS : true
497
- TEST_TYPES : ${{needs.build-info.outputs.testTypes}}
500
+ TEST_TYPES : " ${{needs.build-info.outputs.testTypes}}"
498
501
TEST_TYPE : " "
499
502
if : >
500
503
needs.build-info.outputs.run-tests == 'true' &&
@@ -510,7 +513,7 @@ jobs:
510
513
run : ./scripts/ci/tools/ci_free_space_on_ci.sh
511
514
- name : " Prepare CI image ${{env.PYTHON_MAJOR_MINOR_VERSION}}:${{ env.GITHUB_REGISTRY_PULL_IMAGE_TAG }}"
512
515
run : ./scripts/ci/images/ci_prepare_ci_image_on_ci.sh
513
- - name : " Tests"
516
+ - name : " Tests: ${{needs.build-info.outputs.testTypes}} "
514
517
run : ./scripts/ci/testing/ci_run_airflow_testing.sh
515
518
- name : " Upload airflow logs"
516
519
uses : actions/upload-artifact@v2
@@ -532,7 +535,8 @@ jobs:
532
535
533
536
tests-sqlite :
534
537
timeout-minutes : 60
535
- name : " Sqlite Py${{matrix.python-version}}"
538
+ name : >
539
+ Sqlite Py${{matrix.python-version}}: ${{needs.build-info.outputs.testTypes}}
536
540
runs-on : ubuntu-latest
537
541
needs : [build-info, ci-images]
538
542
strategy :
@@ -544,7 +548,7 @@ jobs:
544
548
BACKEND : sqlite
545
549
PYTHON_MAJOR_MINOR_VERSION : ${{ matrix.python-version }}
546
550
RUN_TESTS : true
547
- TEST_TYPES : ${{needs.build-info.outputs.testTypes}}
551
+ TEST_TYPES : " ${{needs.build-info.outputs.testTypes}}"
548
552
TEST_TYPE : " "
549
553
if : >
550
554
needs.build-info.outputs.run-tests == 'true' &&
@@ -560,7 +564,7 @@ jobs:
560
564
run : ./scripts/ci/tools/ci_free_space_on_ci.sh
561
565
- name : " Prepare CI image ${{env.PYTHON_MAJOR_MINOR_VERSION}}:${{ env.GITHUB_REGISTRY_PULL_IMAGE_TAG }}"
562
566
run : ./scripts/ci/images/ci_prepare_ci_image_on_ci.sh
563
- - name : " Tests"
567
+ - name : " Tests: ${{needs.build-info.outputs.testTypes}} "
564
568
run : ./scripts/ci/testing/ci_run_airflow_testing.sh
565
569
- name : " Upload airflow logs"
566
570
uses : actions/upload-artifact@v2
@@ -628,7 +632,7 @@ jobs:
628
632
run : ./scripts/ci/tools/ci_free_space_on_ci.sh
629
633
- name : " Prepare CI image ${{env.PYTHON_MAJOR_MINOR_VERSION}}:${{ env.GITHUB_REGISTRY_PULL_IMAGE_TAG }}"
630
634
run : ./scripts/ci/images/ci_prepare_ci_image_on_ci.sh
631
- - name : " Tests"
635
+ - name : " Tests: Quarantined "
632
636
run : ./scripts/ci/testing/ci_run_airflow_testing.sh
633
637
- name : " Upload Quarantine test results"
634
638
uses : actions/upload-artifact@v2
0 commit comments