potiuk commented on pull request #19756: URL: https://github.com/apache/airflow/pull/19756#issuecomment-976383139
One more cool thing while we are adding it, what's interesting is this one: https://www.gitpod.io/docs/environment-variables#provide-env-vars-via-url. It should be a follow-up PR but tt would be great if we can add an option to replicate CI failed builds in GitPod environment - seems with this one it should be possible. So it should be essentially possible (next PR) to add an option for the user on how to replicate CI failed build in their gitpod environment. Look here: https://github.com/apache/airflow/blob/main/scripts/ci/testing/ci_run_single_airflow_test_in_docker.sh#L162 Essentially we should be able to craft an URL that should create a gitpodify environment for this specific build configuration: 1) It will pull the right image from the CI build 2) it will set the right environment (Backend. python version, integrations etc). 3) you will be able toreplicate failed tests directly there. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
