Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DataDog/datadog-ci
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.21.0
Choose a base ref
...
head repository: DataDog/datadog-ci
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.21.1
Choose a head ref
  • 6 commits
  • 19 files changed
  • 7 contributors

Commits on Jul 6, 2026

  1. Configuration menu
    Copy the full SHA
    dc5fb2c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2026

  1. test(ci): verify RUNNER_TEMP-derived <root>/_diag job-name discovery

    Adds a regression test for the self-hosted layout where the runner is
    installed directly under /home/runner, so diagnostic logs live at
    /home/runner/_diag (reachable only via the RUNNER_TEMP-derived
    <runnerRoot>/_diag candidate). Existing tests never set RUNNER_TEMP, so
    this path was previously unexercised.
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
    Signed-off-by: Rodrigo Roca <[email protected]>
    rodrigo-roca and claude committed Jul 10, 2026
    Configuration menu
    Copy the full SHA
    f522d7d View commit details
    Browse the repository at this point in the history
  2. fix(ci): find GitHub diagnostic logs at the runner home _diag

    Adds /home/runner/_diag to the static well-known dirs and derives
    <HOME>/_diag and <HOME>/actions-runner/_diag from the environment, so
    runners that keep _diag directly under the runner home are covered even
    when RUNNER_TEMP is absent or has a shape that collapses the derived
    root (e.g. /__w/_temp -> /). HOME-derived paths use upath.join so they
    dedupe against existing candidates and each directory is read at most once.
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
    Signed-off-by: Rodrigo Roca <[email protected]>
    rodrigo-roca and claude committed Jul 10, 2026
    Configuration menu
    Copy the full SHA
    2f97162 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2026

  1. Merge pull request #2402 from DataDog/rodrigo.roca/diag-runner-root-v…

    …erify-test
    
    fix(ci): find GitHub diagnostic logs at the runner home _diag
    rodrigo-roca authored Jul 13, 2026
    Configuration menu
    Copy the full SHA
    e3b34dd View commit details
    Browse the repository at this point in the history
  2. fix(deps): vuln @grpc/grpc-js (patch → 1.13.5) (#2400)

    * ADMS: vuln @grpc/grpc-js (patch → 1.13.5)
    
    Co-authored-by: gh-worker-campaigns-3e9aa4[bot] <244854796+gh-worker-campaigns-3e9aa4[bot]@users.noreply.github.com>
    
    * trigger ci
    
    ---------
    
    Co-authored-by: dd-octo-sts[bot] <200755185+dd-octo-sts[bot]@users.noreply.github.com>
    Co-authored-by: gh-worker-campaigns-3e9aa4[bot] <244854796+gh-worker-campaigns-3e9aa4[bot]@users.noreply.github.com>
    Co-authored-by: Ava Silver <[email protected]>
    3 people authored Jul 13, 2026
    Configuration menu
    Copy the full SHA
    2779c87 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2026

  1. v5.21.1

    rodrigo-roca committed Jul 14, 2026
    Configuration menu
    Copy the full SHA
    88cf01b View commit details
    Browse the repository at this point in the history
Loading