Skip to content

Fix the no-op pipeline#6449

Merged
andrewlock merged 1 commit into
masterfrom
andrew/ci/fix-noop
Dec 17, 2024
Merged

Fix the no-op pipeline#6449
andrewlock merged 1 commit into
masterfrom
andrew/ci/fix-noop

Conversation

@andrewlock

Copy link
Copy Markdown
Member

Summary of changes

Fix broken github status action

Reason for change

The github status upload is broken, because we're not splitting on ; as expected

Implementation details

Add missing export IFS=";", accidentally deleted in #6407

Test coverage

This is the test

Other details

Currently blocking #6445

@andrewlock andrewlock added the area:builds project files, build scripts, pipelines, versioning, releases, packages label Dec 17, 2024
@andrewlock
andrewlock requested a review from a team as a code owner December 17, 2024 12:05
@datadog-ddstaging

datadog-ddstaging Bot commented Dec 17, 2024

Copy link
Copy Markdown

Datadog Report

Branch report: andrew/ci/fix-noop
Commit report: 7404ce3
Test service: dd-trace-dotnet

✅ 0 Failed, 456929 Passed, 2802 Skipped, 18h 59m 6.16s Total Time

@andrewlock

Copy link
Copy Markdown
Member Author

Execution-Time Benchmarks Report ⏱️

Execution-time results for samples comparing the following branches/commits:

Execution-time benchmarks measure the whole time it takes to execute a program. And are intended to measure the one-off costs. Cases where the execution time results for the PR are worse than latest master results are shown in red. The following thresholds were used for comparing the execution times:

  • Welch test with statistical test for significance of 5%
  • Only results indicating a difference greater than 5% and 5 ms are considered.

Note that these results are based on a single point-in-time result for each branch. For full results, see the dashboard.

Graphs show the p99 interval based on the mean and StdDev of the test run, as well as the mean value of the run (shown as a diamond below the graph).

gantt
    title Execution time (ms) FakeDbCommand (.NET Framework 4.6.2) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6449) - mean (69ms)  : 65, 72
     .   : milestone, 69,
    master - mean (68ms)  : 66, 71
     .   : milestone, 68,

    section CallTarget+Inlining+NGEN
    This PR (6449) - mean (978ms)  : 956, 999
     .   : milestone, 978,
    master - mean (977ms)  : 958, 996
     .   : milestone, 977,

Loading
gantt
    title Execution time (ms) FakeDbCommand (.NET Core 3.1) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6449) - mean (108ms)  : 106, 110
     .   : milestone, 108,
    master - mean (107ms)  : 105, 109
     .   : milestone, 107,

    section CallTarget+Inlining+NGEN
    This PR (6449) - mean (677ms)  : 659, 695
     .   : milestone, 677,
    master - mean (677ms)  : 662, 692
     .   : milestone, 677,

Loading
gantt
    title Execution time (ms) FakeDbCommand (.NET 6) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6449) - mean (91ms)  : 89, 93
     .   : milestone, 91,
    master - mean (91ms)  : 89, 92
     .   : milestone, 91,

    section CallTarget+Inlining+NGEN
    This PR (6449) - mean (636ms)  : 618, 654
     .   : milestone, 636,
    master - mean (633ms)  : 611, 655
     .   : milestone, 633,

Loading
gantt
    title Execution time (ms) HttpMessageHandler (.NET Framework 4.6.2) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6449) - mean (194ms)  : 189, 199
     .   : milestone, 194,
    master - mean (194ms)  : 190, 198
     .   : milestone, 194,

    section CallTarget+Inlining+NGEN
    This PR (6449) - mean (1,103ms)  : 1072, 1133
     .   : milestone, 1103,
    master - mean (1,102ms)  : 1072, 1132
     .   : milestone, 1102,

Loading
gantt
    title Execution time (ms) HttpMessageHandler (.NET Core 3.1) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6449) - mean (279ms)  : 274, 283
     .   : milestone, 279,
    master - mean (279ms)  : 275, 282
     .   : milestone, 279,

    section CallTarget+Inlining+NGEN
    This PR (6449) - mean (872ms)  : 844, 899
     .   : milestone, 872,
    master - mean (874ms)  : 844, 904
     .   : milestone, 874,

Loading
gantt
    title Execution time (ms) HttpMessageHandler (.NET 6) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6449) - mean (266ms)  : 263, 270
     .   : milestone, 266,
    master - mean (267ms)  : 263, 272
     .   : milestone, 267,

    section CallTarget+Inlining+NGEN
    This PR (6449) - mean (846ms)  : 811, 881
     .   : milestone, 846,
    master - mean (851ms)  : 816, 885
     .   : milestone, 851,

Loading

@andrewlock
andrewlock merged commit 0b82c1e into master Dec 17, 2024
@andrewlock
andrewlock deleted the andrew/ci/fix-noop branch December 17, 2024 14:48
@github-actions github-actions Bot added this to the vNext-v3 milestone Dec 17, 2024
chojomok pushed a commit that referenced this pull request Jul 15, 2025
## Summary of changes

Fix broken github status action

## Reason for change

The github status upload is broken, because we're not splitting on `;`
as expected

## Implementation details

Add missing `export IFS=";"`, accidentally deleted in #6407

## Test coverage

This is the test

## Other details

Currently blocking #6445
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:builds project files, build scripts, pipelines, versioning, releases, packages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants