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

chore(EWT-560): Dependency updates and improved reporting for failed acceptance tests #288

Merged
merged 12 commits into from
May 16, 2024

Conversation

dili91
Copy link
Contributor

@dili91 dili91 commented May 16, 2024

Bumps a few dependencies updates, and integrate a new action to build Slack reports for scheduled acceptance tests failures

@dili91 dili91 changed the title chore(): Dependency updates and improved reporting for failed acceptance tests chore(EWT-560): Dependency updates and improved reporting for failed acceptance tests May 16, 2024
Copy link

swarmia bot commented May 16, 2024

@dili91 dili91 force-pushed the chores-and-reporting-improvement branch from 6584cbf to 1cf0d98 Compare May 16, 2024 09:06
Comment on lines +67 to +68
- uses: dili91/testvox@v0.1.0
name: Generate Slack report from Junit results
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is public library/action I've worked on recently. Link

- name: Acceptance tests in sandbox
env:
TL_CLIENT_ID: ${{ secrets.tl_client_id }}
TL_CLIENT_SECRET: ${{ secrets.tl_client_secret }}
TL_SIGNING_KEY_ID: ${{ secrets.tl_signing_key_id }}
TL_SIGNING_PRIVATE_KEY: ${{ secrets.tl_signing_private_key }}
run: ./gradlew acceptance-tests
- uses: actions/upload-artifact@v4
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Needed to share artifacts with the reporting job

@@ -39,7 +39,7 @@ jobs:
distribution: ${{ matrix.java-distribution }}
cache: 'gradle'
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1
uses: gradle/actions/wrapper-validation@v3
Copy link
Contributor Author

@dili91 dili91 May 16, 2024

Choose a reason for hiding this comment

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

Not raised by Dependabot but there were a few deprecation warnings in our pipelines.
see this

@dili91 dili91 marked this pull request as ready for review May 16, 2024 10:35
@dili91 dili91 requested a review from a team as a code owner May 16, 2024 10:35
@dili91 dili91 requested a review from a team May 16, 2024 10:35
@dili91 dili91 merged commit 3d6a592 into main May 16, 2024
12 checks passed
@dili91 dili91 deleted the chores-and-reporting-improvement branch May 16, 2024 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants