Skip to content

Specify architecture when pulling images#6584

Open
nccatoni wants to merge 2 commits intomainfrom
nccatoni/fix-docker-platform
Open

Specify architecture when pulling images#6584
nccatoni wants to merge 2 commits intomainfrom
nccatoni/fix-docker-platform

Conversation

@nccatoni
Copy link
Collaborator

Motivation

Changes

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?

@nccatoni nccatoni marked this pull request as ready for review March 25, 2026 10:14
@nccatoni nccatoni requested a review from a team as a code owner March 25, 2026 10:14
@github-actions
Copy link
Contributor

CODEOWNERS have been resolved as:

utils/_context/containers.py                                            @DataDog/system-tests-core

@datadog-datadog-prod-us1-2
Copy link

datadog-datadog-prod-us1-2 bot commented Mar 25, 2026

⚠️ Tests

Fix all issues with BitsAI or with Cursor

⚠️ Warnings

🧪 40 Tests failed

tests.debugger.test_debugger_probe_snapshot.Test_Debugger_Line_Probe_Snaphots_With_SCM.test_log_line_snapshot[uds] from system_tests_suite   View in Datadog   (Fix with Cursor)
AssertionError: assert 'Snapshot was not received' is None
 +  where 'Snapshot was not received' = <built-in method join of str object at 0x7f011702b720>(['Snapshot was not received'])
 +    where <built-in method join of str object at 0x7f011702b720> = '\n'.join
 +    and   ['Snapshot was not received'] = <tests.debugger.test_debugger_probe_snapshot.Test_Debugger_Line_Probe_Snaphots_With_SCM object at 0x7f010cfa63c0>.setup_failures

self = <tests.debugger.test_debugger_probe_snapshot.Test_Debugger_Line_Probe_Snaphots_With_SCM object at 0x7f010cfa63c0>

    def test_log_line_snapshot(self):
>       self._assert()

...
tests.debugger.test_debugger_probe_snapshot.Test_Debugger_Method_Probe_Snaphots_With_SCM.test_log_method_snapshot[uds] from system_tests_suite   View in Datadog   (Fix with Cursor)
AssertionError: assert 'Snapshot was not received' is None
 +  where 'Snapshot was not received' = <built-in method join of str object at 0x7f011702b720>(['Snapshot was not received'])
 +    where <built-in method join of str object at 0x7f011702b720> = '\n'.join
 +    and   ['Snapshot was not received'] = <tests.debugger.test_debugger_probe_snapshot.Test_Debugger_Method_Probe_Snaphots_With_SCM object at 0x7f010cfa5820>.setup_failures

self = <tests.debugger.test_debugger_probe_snapshot.Test_Debugger_Method_Probe_Snaphots_With_SCM object at 0x7f010cfa5820>

    def test_log_method_snapshot(self):
>       self._assert()

...
tests.debugger.test_debugger_probe_snapshot.Test_Debugger_Method_Probe_Snaphots_With_SCM.test_mix_snapshot[uds] from system_tests_suite   View in Datadog   (Fix with Cursor)
AssertionError: assert 'Snapshot was not received' is None
 +  where 'Snapshot was not received' = <built-in method join of str object at 0x7f011702b720>(['Snapshot was not received'])
 +    where <built-in method join of str object at 0x7f011702b720> = '\n'.join
 +    and   ['Snapshot was not received'] = <tests.debugger.test_debugger_probe_snapshot.Test_Debugger_Method_Probe_Snaphots_With_SCM object at 0x7f010cfa5b20>.setup_failures

self = <tests.debugger.test_debugger_probe_snapshot.Test_Debugger_Method_Probe_Snaphots_With_SCM object at 0x7f010cfa5b20>

    def test_mix_snapshot(self):
>       self._assert()

...
View all

ℹ️ Info

No other issues found (see more)

❄️ No new flaky tests detected

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 0bad3e8 | Docs | Datadog PR Page | Was this helpful? React with 👍/👎 or give us feedback!

@nccatoni nccatoni requested a review from cbeauchesne March 25, 2026 12:57
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