Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop running test-requirements in interactive mode to fix CI #19

Merged

Conversation

florian-ernst-alan
Copy link

Why?

When running mwaa-local-runner test-requirements, it tries to execute the Docker image in interactive mode. This obviously fails in the CI (since CI is not interactive).

That's a regression (it did not happen a year ago, it probably arose when we upgraded this repo to 2.8 by syncing with the original one).

This PR simply removes the interactive tag, which should fix the CI.

Example of a failed CI run because of that issue.

Copy link

@ChloePont ChloePont left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the super clear description 🙏
Naive question: will it create issues in local development to remove this interactive mode? (I don't remember inputing anything when launching Airflow manually but you never know 😅)

@florian-ernst-alan
Copy link
Author

florian-ernst-alan commented Oct 17, 2024

No, we don't rely on test-requirements mode for local development 🙂

@florian-ernst-alan florian-ernst-alan merged commit 1b7c806 into main Oct 17, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants