Skip to content

[🤖] Update System Tests #4778

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

Merged
merged 1 commit into from
Jul 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/parametric-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on: # yamllint disable-line rule:truthy
permissions: {}

env:
SYSTEM_TESTS_REF: 316900e2a7466555951a341e6f2bedd4bf261097 # Automated: Can be updated by .github/workflows/update-system-tests.yml
SYSTEM_TESTS_REF: ddf8222d2d3acc5318d579d5c4a341c14cab196b # Automated: Can be updated by .github/workflows/update-system-tests.yml

jobs:
changes:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/system-tests-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
TELEMETRY_METRIC_GENERATION_DISABLED
needs:
- build
uses: DataDog/system-tests/.github/workflows/system-tests.yml@8ff6c41624103d83d384e0cf3241ec12e4984800 # Automated: This reference is automatically updated.
uses: DataDog/system-tests/.github/workflows/system-tests.yml@ddf8222d2d3acc5318d579d5c4a341c14cab196b # Automated: This reference is automatically updated.
secrets: inherit # zizmor: ignore[secrets-inherit]
permissions:
contents: read
Expand All @@ -116,7 +116,7 @@ jobs:
scenarios: ${{ matrix.scenarios }}
weblogs: ${{ matrix.weblogs }}
skip_empty_scenarios: true
ref: 8ff6c41624103d83d384e0cf3241ec12e4984800 # Automated: This reference is automatically updated.
ref: ddf8222d2d3acc5318d579d5c4a341c14cab196b # Automated: This reference is automatically updated.

complete:
name: System Tests (complete)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ permissions: {}
env:
REGISTRY: ghcr.io
REPO: ghcr.io/datadog/dd-trace-rb
SYSTEM_TESTS_REF: 316900e2a7466555951a341e6f2bedd4bf261097 # Automated: This reference is automatically updated.
SYSTEM_TESTS_REF: ddf8222d2d3acc5318d579d5c4a341c14cab196b # Automated: This reference is automatically updated.

jobs:
changes:
Expand Down
Loading