File tree Expand file tree Collapse file tree 4 files changed +12
-11
lines changed
Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -903,6 +903,7 @@ jobs:
903903 notify-slack-failure :
904904 name : " Notify Slack on Failure"
905905 needs :
906+ - build-info
906907 - finalize-tests
907908 if : github.event_name == 'schedule' && failure() && github.run_attempt == 1
908909 runs-on : ["ubuntu-22.04"]
Original file line number Diff line number Diff line change 2929
3030
3131
32- | Version | Build Status |
33- | ---------| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
34- | Main | [ ![ GitHub Build main] ( https://github.com/apache/airflow/actions/workflows/ci-amd.yml/badge.svg )] ( https://github.com/apache/airflow/actions ) [ ![ GitHub Build main ] ( https://github.com/apache/airflow/actions/workflows/ci-arm.yml/badge.svg )] ( https://github.com/apache/airflow/actions ) |
35- | 3.x | [ ![ GitHub Build 3.1] ( https://github.com/apache/airflow/actions/workflows/ci-amd.yml/badge.svg?branch=v3-1-test )] ( https://github.com/apache/airflow/actions ) [ ![ GitHub Build 3.1 ] ( https://github.com/apache/airflow/actions/workflows/ci -arm.yml/badge.svg?branch=v3-1-test)] ( https://github.com/apache/airflow/actions ) |
36- | 2.x | [ ![ GitHub Build 2.11] ( https://github.com/apache/airflow/actions/workflows/ci.yml/badge.svg?branch=v2-11-test )] ( https://github.com/apache/airflow/actions ) |
32+ | Version | Build Status |
33+ | ---------| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
34+ | Main | [ ![ GitHub Build main] ( https://github.com/apache/airflow/actions/workflows/ci-amd-arm .yml/badge.svg )] ( https://github.com/apache/airflow/actions ) |
35+ | 3.x | [ ![ GitHub Build 3.1] ( https://github.com/apache/airflow/actions/workflows/ci-amd-arm.yml/badge.svg?branch=v3-1-test )] ( https://github.com/apache/airflow/actions ) |
36+ | 2.x | [ ![ GitHub Build 2.11] ( https://github.com/apache/airflow/actions/workflows/ci.yml/badge.svg?branch=v2-11-test )] ( https://github.com/apache/airflow/actions ) |
3737
3838
3939
Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ PROJECT BY THE `generate-pypi-readme` PREK HOOK. YOUR CHANGES HERE WILL BE AUTOM
3131
3232
3333
34- | Version | Build Status |
35- | ---------| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
36- | Main | [ ![ GitHub Build main] ( https://github.com/apache/airflow/actions/workflows/ci-amd.yml/badge.svg )] ( https://github.com/apache/airflow/actions ) [ ![ GitHub Build main ] ( https://github.com/apache/airflow/actions/workflows/ci-arm.yml/badge.svg )] ( https://github.com/apache/airflow/actions ) |
37- | 3.x | [ ![ GitHub Build 3.1] ( https://github.com/apache/airflow/actions/workflows/ci-amd.yml/badge.svg?branch=v3-1-test )] ( https://github.com/apache/airflow/actions ) [ ![ GitHub Build 3.1 ] ( https://github.com/apache/airflow/actions/workflows/ci -arm.yml/badge.svg?branch=v3-1-test)] ( https://github.com/apache/airflow/actions ) |
38- | 2.x | [ ![ GitHub Build 2.11] ( https://github.com/apache/airflow/actions/workflows/ci.yml/badge.svg?branch=v2-11-test )] ( https://github.com/apache/airflow/actions ) |
34+ | Version | Build Status |
35+ | ---------| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
36+ | Main | [ ![ GitHub Build main] ( https://github.com/apache/airflow/actions/workflows/ci-amd-arm .yml/badge.svg )] ( https://github.com/apache/airflow/actions ) |
37+ | 3.x | [ ![ GitHub Build 3.1] ( https://github.com/apache/airflow/actions/workflows/ci-amd-arm.yml/badge.svg?branch=v3-1-test )] ( https://github.com/apache/airflow/actions ) |
38+ | 2.x | [ ![ GitHub Build 2.11] ( https://github.com/apache/airflow/actions/workflows/ci.yml/badge.svg?branch=v2-11-test )] ( https://github.com/apache/airflow/actions ) |
3939
4040
4141
Original file line number Diff line number Diff line change 7676 (AIRFLOW_ROOT_PATH / ".github" / "actions" / "install-prek" / "action.yml" , False ),
7777 (AIRFLOW_ROOT_PATH / ".github" / "actions" / "breeze" / "action.yml" , False ),
7878 (AIRFLOW_ROOT_PATH / ".github" / "workflows" / "basic-tests.yml" , False ),
79- (AIRFLOW_ROOT_PATH / ".github" / "workflows" / "ci-amd.yml" , False ),
79+ (AIRFLOW_ROOT_PATH / ".github" / "workflows" / "ci-amd-arm .yml" , False ),
8080 (AIRFLOW_ROOT_PATH / "dev" / "breeze" / "doc" / "ci" / "02_images.md" , True ),
8181 (AIRFLOW_ROOT_PATH / "docker-stack-docs" / "build-arg-ref.rst" , True ),
8282 (AIRFLOW_ROOT_PATH / "devel-common" / "pyproject.toml" , True ),
You can’t perform that action at this time.
0 commit comments