Skip to content

Conversation

@Aias00
Copy link
Contributor

@Aias00 Aias00 commented Apr 8, 2025

fix ci e2e not run

Make sure that:

  • You have read the contribution guidelines.
  • You submit test cases (unit or integration tests) that back your changes.
  • Your local test passed ./mvnw clean install -Dmaven.javadoc.skip=true.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (4)

.github/workflows/k8s-examples-http.yml:50

  • Commenting out the conditional check causes the 'Install k8s' step to run unconditionally. Please verify that removing this guard is intentional to ensure that steps always execute.
#        if: steps.filter.outputs.changed == 'true'

.github/workflows/integrated-test.yml:64

  • Disabling the condition for restoring Maven repos could lead to unnecessary cache usage; ensure that running this step unconditionally is as intended for the CI fix.
#        if: steps.filter.outputs.changed == 'true'

.github/workflows/integrated-test-k8s-ingress.yml:49

  • The conditional check removal here forces the 'Clean Space' step to always run. Confirm that this change will not adversely affect resource management or lead to unintended side effects.
#        if: steps.filter.outputs.changed == 'true'

.github/workflows/e2e-k8s.yml:110

  • The if condition has been modified to run unconditionally for the repository; please reconfirm that eliminating the change-based trigger for E2E tests aligns with the CI fix objectives.
#    if: (github.repository == 'apache/shenyu' && ${{ needs.changes.outputs.e2e == 'true' }})

@moremind moremind added this to the 2.7.0.1 milestone Apr 12, 2025
@moremind
Copy link
Member

Commenting out the conditional check causes the 'Install k8s' step to run unconditionally. Please verify that removing this guard is intentional to ensure that steps always execute. please check this @Aias00

@Aias00 Aias00 merged commit a4ffd2e into master Apr 13, 2025
43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants