Skip to content

Conversation

@robertomonteromiguel
Copy link
Collaborator

Motivation

We need an automatic PR to update the pinned version of the k8s components

Changes

New workflow to create an automatic PR updating the k8s components pinned version to the latest releases

Workflow

  1. ⚠️ Create your PR as draft ⚠️
  2. Work on you PR until the CI passes
  3. Mark it as ready for review
    • Test logic is modified? -> Get a review from RFC owner.
    • Framework is modified, or non obvious usage of it -> get a review from R&P team

🚀 Once your PR is reviewed and the CI green, you can merge it!

🛟 #apm-shared-testing 🛟

Reviewer checklist

  • Anything but tests/ or manifests/ is modified ? I have the approval from R&P team
  • A docker base image is modified?
    • the relevant build-XXX-image label is present
  • A scenario is added, removed or renamed?

@github-actions
Copy link
Contributor

CODEOWNERS have been resolved as:

.github/chainguard/self.k8s_components.sts.yaml                         @DataDog/system-tests-core
.github/workflows/update_k8s_components.yml                             @DataDog/system-tests-core
utils/scripts/update_k8s_pinned_versions.py                             @DataDog/system-tests-core
utils/k8s/k8s_components_parser.py                                      @DataDog/system-tests-core

@robertomonteromiguel robertomonteromiguel marked this pull request as ready for review January 30, 2026 09:22
@robertomonteromiguel robertomonteromiguel requested a review from a team as a code owner January 30, 2026 09:22
@datadog-official
Copy link

datadog-official bot commented Jan 30, 2026

⚠️ Tests

Fix all issues with Cursor

⚠️ Warnings

❄️ 1 New flaky test detected

tests.appsec.api_security.test_schemas.Test_Scanners.test_request_method[spring-boot-payara] from system_tests_suite (Datadog) (Fix with Cursor)
assert None

self = <tests.appsec.api_security.test_schemas.Test_Scanners object at 0x7f362017fe60>

    def test_request_method(self):
        """Can provide request header schema"""
        schema_cookies = get_schema(self.request, "req.cookies")
        schema_headers = get_schema(self.request, "req.headers")
        assert self.request.status_code == 200
>       assert schema_cookies
...

ℹ️ Info

🧪 All tests passed

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 707da04 | Docs | Datadog PR Page | Was this helpful? Give us feedback!

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.

2 participants