kaxil commented on PR #43185:
URL: https://github.com/apache/airflow/pull/43185#issuecomment-2423742008
> Actually ... There is another problem. the `task-sdk-tests.yml` is never
called from the ci workflow :)
>
>
>
> You need something like k8s tests calling from the main `ci.yml` @kaxil -
because `task-sdk-tests.yml` is triggered on workflow call.
>
>
>
> ```yml
>
> tests-kubernetes:
>
> name: "Kubernetes tests"
>
> uses: ./.github/workflows/k8s-tests.yml
>
> needs: [build-info, wait-for-prod-images]
>
> permissions:
>
> contents: read
>
> packages: read
>
> secrets: inherit
>
> with:
>
> runs-on-as-json-default: ${{
needs.build-info.outputs.runs-on-as-json-default }}
>
> image-tag: ${{ needs.build-info.outputs.image-tag }}
>
> python-versions-list-as-string: ${{
needs.build-info.outputs.python-versions-list-as-string }}
>
> kubernetes-versions-list-as-string: ${{
needs.build-info.outputs.kubernetes-versions-list-as-string }}
>
> kubernetes-combos-list-as-string: ${{
needs.build-info.outputs.kubernetes-combos-list-as-string }}
>
> include-success-outputs: ${{
needs.build-info.outputs.include-success-outputs }}
>
> debug-resources: ${{ needs.build-info.outputs.debug-resources }}
>
> if: >
>
> ( needs.build-info.outputs.run-kubernetes-tests == 'true' ||
>
> needs.build-info.outputs.needs-helm-tests == 'true')
>
> ```
>
>
>
>
>
>
>
>
Check https://github.com/apache/airflow/pull/43185#discussion_r1807280838 :)
--
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]