Skip to content

Conversation

@potiuk
Copy link
Member

@potiuk potiuk commented Aug 20, 2025

The go tests do not depend on CI image being built, also they should not be run independently on the run-tests flag - because run-tests is generally for our unit tests.

They should be run when run-go-sdk-tests is set and without dependency on ci-images being built. There were also a few other issues found during this cleanuup:

Several outputs were inconsistently named:

  • run-tests was renamed to run-unit-tests
  • need-* outputs were renamed to run-*

Some other fixes were applied:

  • only-new-ui-files was removed as it is not needed any more as we do not really need that check to be exposed to actions, it is only used internally - to not run other tests when only ui files changed
  • run-system-tests was not properly used (it is currently an alias to run-unit-tests anyway - but foreseen for future separation$a
  • need-javascript-scans and need-python-scans have been removed as they are no longer used

(cherry picked from commit 9460976)


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in airflow-core/newsfragments.

The go tests do not depend on CI image being built, also they should
not be run independently on the `run-tests` flag - because
run-tests is generally for our unit tests.

They should be run when `run-go-sdk-tests` is set and without
dependency on ci-images being built. There were also a few
other issues found during this cleanuup:

Several outputs were inconsistently named:

* run-tests was renamed to run-unit-tests
* need-* outputs were renamed to run-*

Some other fixes were applied:

* only-new-ui-files was removed as it is not needed any more as
  we do not really need that check to be exposed to actions, it
  is only used internally - to not run other tests when only ui
  files changed
* run-system-tests was not properly used (it is currently an
  alias to run-unit-tests anyway - but foreseen for future
  separation$a
* need-javascript-scans and need-python-scans have been removed
  as they are no longer used

(cherry picked from commit 9460976)
@boring-cyborg boring-cyborg bot added area:dev-tools backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch labels Aug 20, 2025
@potiuk potiuk merged commit 88866b4 into apache:v3-0-test Aug 20, 2025
75 checks passed
@potiuk potiuk deleted the backport-9460976-v3-0-test branch August 20, 2025 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dev-tools backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant