Skip to content

ci: parallelise validation workflow#2032

Merged
Prashansa-K merged 1 commit into
mainfrom
ci/parallelise-validate-workflow
Apr 27, 2026
Merged

ci: parallelise validation workflow#2032
Prashansa-K merged 1 commit into
mainfrom
ci/parallelise-validate-workflow

Conversation

@Prashansa-K

Copy link
Copy Markdown
Contributor

Validation workflow runs on dispatch and uses a kong image to instantiate a
kong container and a DB and then runs the integration test over it.
We do not need to keep it serial as there are no chances of conflicts.

This change ensures that concurrency groups are different for the
validation workflow so that >1 jobs can run in parallel.

Validation workflow runs on dispatch and uses a kong image
to instantiate a kong container and a DB and then runs the
integration test over it. We do not need to keep it serial
as there are no chances of conflicts.
This change ensures that concurrency groups are different
for the validation workflow so that >1 jobs can run in
parallel.
@Prashansa-K Prashansa-K added skip-konnect Skip Konnect Integration tests in CI skip-ee Skip Enterprise Integration Tests in CI skip-oss Skip Open Source Integration Tests in CI labels Apr 27, 2026
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 32.87%. Comparing base (0eaff75) to head (e67299d).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2032      +/-   ##
==========================================
+ Coverage   32.53%   32.87%   +0.34%     
==========================================
  Files          77       77              
  Lines        8758     7064    -1694     
==========================================
- Hits         2849     2322     -527     
+ Misses       5713     4546    -1167     
  Partials      196      196              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Prashansa-K Prashansa-K merged commit ab5bba3 into main Apr 27, 2026
15 checks passed
@Prashansa-K Prashansa-K deleted the ci/parallelise-validate-workflow branch April 27, 2026 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-ee Skip Enterprise Integration Tests in CI skip-konnect Skip Konnect Integration tests in CI skip-oss Skip Open Source Integration Tests in CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants