Re: [PR] Hide internals of some groupped workflows [airflow]

2024-03-30 Thread via GitHub
potiuk commented on code in PR #38604: URL: https://github.com/apache/airflow/pull/38604#discussion_r1545495168 ## .github/workflows/special-tests.yml: ## @@ -134,7 +134,7 @@ jobs: contents: read packages: read secrets: inherit -if: inputs.canary-run == 't

Re: [PR] Hide internals of some groupped workflows [airflow]

2024-03-29 Thread via GitHub
potiuk merged PR #38604: URL: https://github.com/apache/airflow/pull/38604 -- 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. To unsubscribe, e-mail: commits-unsubscr...@airflow.a

Re: [PR] Hide internals of some groupped workflows [airflow]

2024-03-29 Thread via GitHub
potiuk commented on PR #38604: URL: https://github.com/apache/airflow/pull/38604#issuecomment-2027327357 Merging. the "No pydantic" tests in main will be handled separately (need to skip some more tests in NoPydantic case). -- This is an automated message from the Apache Git Service. To r

Re: [PR] Hide internals of some groupped workflows [airflow]

2024-03-29 Thread via GitHub
potiuk commented on code in PR #38604: URL: https://github.com/apache/airflow/pull/38604#discussion_r1544534177 ## .github/workflows/special-tests.yml: ## @@ -134,7 +134,7 @@ jobs: contents: read packages: read secrets: inherit -if: inputs.canary-run == 't

Re: [PR] Hide internals of some groupped workflows [airflow]

2024-03-29 Thread via GitHub
aritra24 commented on code in PR #38604: URL: https://github.com/apache/airflow/pull/38604#discussion_r1544497045 ## .github/workflows/special-tests.yml: ## @@ -134,7 +134,7 @@ jobs: contents: read packages: read secrets: inherit -if: inputs.canary-run ==

Re: [PR] Hide internals of some groupped workflows [airflow]

2024-03-29 Thread via GitHub
potiuk commented on PR #38604: URL: https://github.com/apache/airflow/pull/38604#issuecomment-2027243784 Should be good to go - seems to pass all the variants -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [PR] Hide internals of some groupped workflows [airflow]

2024-03-29 Thread via GitHub
potiuk commented on PR #38604: URL: https://github.com/apache/airflow/pull/38604#issuecomment-2026857224 Reopened to check with upgrade-to-newer-dependencies. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [PR] Hide internals of some groupped workflows [airflow]

2024-03-29 Thread via GitHub
potiuk closed pull request #38604: Hide internals of some groupped workflows URL: https://github.com/apache/airflow/pull/38604 -- 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. T

Re: [PR] Hide internals of some groupped workflows [airflow]

2024-03-28 Thread via GitHub
potiuk commented on PR #38604: URL: https://github.com/apache/airflow/pull/38604#issuecomment-2026431281 Avoids this: https://github.com/apache/airflow/assets/595491/07e726a4-6964-4cb8-bbb8-2ced24a4a1b4";> -- This is an automated message from the Apache Git Service. To respond

[PR] Hide internals of some groupped workflows [airflow]

2024-03-28 Thread via GitHub
potiuk opened a new pull request, #38604: URL: https://github.com/apache/airflow/pull/38604 When the whole workflow can be skipped and it's one of the workflows than nothing depends on, we can skip the whole workflow rather than individual jobs - then the workflow will not be shown as unfol