Skip to content

ci(system-tests): add a workflow to run system-tests on main#37

Merged
nccatoni merged 6 commits intomainfrom
nccatoni/system-test-main
Feb 9, 2026
Merged

ci(system-tests): add a workflow to run system-tests on main#37
nccatoni merged 6 commits intomainfrom
nccatoni/system-test-main

Conversation

@nccatoni
Copy link
Copy Markdown
Contributor

@nccatoni nccatoni commented Feb 5, 2026

Summary

Creates a new workflow that runs system-tests on every commit on main.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Feb 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 62.43%. Comparing base (bbb5e35) to head (467cadd).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #37      +/-   ##
==========================================
- Coverage   62.70%   62.43%   -0.28%     
==========================================
  Files           7        7              
  Lines         370      370              
  Branches       49       49              
==========================================
- Hits          232      231       -1     
- Misses        100      101       +1     
  Partials       38       38              

☔ 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.

@nccatoni nccatoni changed the title Adding system-tests run on main ci(system-tests): add a workflow to run system-tests on main Feb 5, 2026
@nccatoni nccatoni marked this pull request as ready for review February 5, 2026 16:39
@nccatoni nccatoni requested a review from a team as a code owner February 5, 2026 16:39
@nccatoni nccatoni requested review from zacharycmontoya and removed request for a team February 5, 2026 16:39
@nccatoni nccatoni marked this pull request as draft February 5, 2026 16:39
@nccatoni nccatoni marked this pull request as ready for review February 5, 2026 16:41
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 467cadd30e

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/system-tests.yml
# schedule:
# - cron: 0 4 * * *

concurrency:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I don't see this in nginx-datadog. Should it be added there?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I based this PR on the workflow for dd-trace-java. I think ideally yes but there isn't that many commits to nginx-datadog so it's probably not critical

@nccatoni nccatoni merged commit 7745646 into main Feb 9, 2026
5 checks passed
@nccatoni nccatoni deleted the nccatoni/system-test-main branch February 9, 2026 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants