-
Notifications
You must be signed in to change notification settings - Fork 293
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
[draft] fix geneva integration test #2408
Closed
xiang17
wants to merge
21
commits into
open-telemetry:main
from
xiang17:xiang17/dotnet9CIExperiment-fix-geneva-integration-test
Closed
[draft] fix geneva integration test #2408
xiang17
wants to merge
21
commits into
open-telemetry:main
from
xiang17:xiang17/dotnet9CIExperiment-fix-geneva-integration-test
+8
−5
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ore.App.Ref with version (= 8.0.11)`. However 8.0.11 was released less than 20 min ago. Maybe the restore step had a delay and didn't get the new version yet? D:\a\opentelemetry-dotnet-contrib\opentelemetry-dotnet-contrib\src\OpenTelemetry.Exporter.Geneva\OpenTelemetry.Exporter.Geneva.csproj : error NU1102: Unable to find package Microsoft.AspNetCore.App.Ref with version (= 8.0.11) D:\a\opentelemetry-dotnet-contrib\opentelemetry-dotnet-contrib\src\OpenTelemetry.Exporter.Geneva\OpenTelemetry.Exporter.Geneva.csproj : error NU1102: - Found 128 version(s) in NuGet [ Nearest version: 9.0.0-preview.1.24081.5 ] D:\a\opentelemetry-dotnet-contrib\opentelemetry-dotnet-contrib\src\OpenTelemetry.Exporter.Geneva\OpenTelemetry.Exporter.Geneva.csproj : error NU1102: - Found 0 version(s) in C:\Program Files\dotnet\library-packs Failed to restore D:\a\opentelemetry-dotnet-contrib\opentelemetry-dotnet-contrib\src\OpenTelemetry.Exporter.Geneva\OpenTelemetry.Exporter.Geneva.csproj (in 20.62 sec).
…uild-test-exporter-geneva-integration / build-test (ubuntu-24.04, net8.0) runs on Ubuntu 22.04.1 LTS. If not set, the version is newer. For example, build-test-exporter-influxdb / build-test (ubuntu-latest, net8.0) runs on Ubuntu 22.04.5 LTS.
…T SDK in a docker.
…fail in GitHub CI for now, both for confluentkafka-integration and stackexchangeredis-integration. The current latest SDK in mcr.microsoft.com/dotnet/sdk:9.0 is 9.0.100-rc.2.24474.11, as shown in CI. I'll revert global.json to use rc.2 for now.
…ow to be inspected later.
… doesn't have net9.0 targets yet. I'll leave to the component owners to upgrade them.
… stable version now. docker run --rm mcr.microsoft.com/dotnet/sdk:9.0 dotnet --info .NET SDK: Version: 9.0.100 Commit: 59db016f11 Workload version: 9.0.100-manifests.3068a692 MSBuild version: 17.12.7+5b8665660 The image info is: `Digest: sha256:7d24e90a392e88eb56093e4eb325ff883ad609382a55d42f17fd557b997022ca`. Earlier today, the version was rc.2: docker run --rm mcr.microsoft.com/dotnet/sdk:9.0@sha256:c6a6d7995042bc8905825c2f1e2f8717733e90738a09fb0d30f917596f4bcb10 dotnet --info .NET SDK: Version: 9.0.100-rc.2.24474.11 Commit: 315e1305db Workload version: 9.0.100-manifests.cea95dba MSBuild version: 17.12.0-preview-24473-03+fea15fbd1
github-actions
bot
requested review from
cijothomas,
CodeBlanch,
g7ed6e,
matt-hensley,
rajkumar-rangaraj and
utpilla
December 10, 2024 23:57
xiang17
changed the title
Xiang17/dotnet9 ci experiment fix geneva integration test
[draft] fix geneva integration test
Dec 10, 2024
github-actions
bot
added
infra
Infra work - CI/CD, code coverage, linters
comp:exporter.geneva
Things related to OpenTelemetry.Exporter.Geneva
comp:instrumentation.confluentkafka
Things related to OpenTelemetry.Instrumentation.ConfluentKafka
comp:instrumentation.stackexchangeredis
Things related to OpenTelemetry.Instrumentation.StackExchangeRedis
labels
Dec 10, 2024
github-actions
bot
removed
comp:instrumentation.stackexchangeredis
Things related to OpenTelemetry.Instrumentation.StackExchangeRedis
comp:instrumentation.confluentkafka
Things related to OpenTelemetry.Instrumentation.ConfluentKafka
labels
Dec 11, 2024
xiang17
deleted the
xiang17/dotnet9CIExperiment-fix-geneva-integration-test
branch
December 11, 2024 00:38
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
comp:exporter.geneva
Things related to OpenTelemetry.Exporter.Geneva
infra
Infra work - CI/CD, code coverage, linters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #
Design discussion issue #
Changes
Please provide a brief description of the changes here.
Merge requirement checklist
CHANGELOG.md
files updated for non-trivial changes