Skip to content
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

Remove MagicOnion.Server.OpenTelemetry #692

Merged
merged 2 commits into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 1 addition & 18 deletions .github/workflows/build-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,25 +30,8 @@ jobs:
name: nuget
path: ./publish/

canary-build-experimental:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-dotnet
- run: echo "MAGICONION_VERSION=ci-$(date '+%Y%m%d-%H%M%S')+${GITHUB_SHA:0:6}" >> $GITHUB_ENV
- run: echo "MAGICONION_VERSION=${MAGICONION_VERSION}"
# build
- run: dotnet build ./src/MagicOnion.Server.OpenTelemetry/ -c ${{ env.BUILD_CONFIG }} -p:VersionSuffix=${MAGICONION_VERSION}
# test
- run: dotnet pack ./src/MagicOnion.Server.OpenTelemetry/MagicOnion.Server.OpenTelemetry.csproj -c ${{ env.BUILD_CONFIG }} --include-symbols --include-source --no-build -p:VersionSuffix=${MAGICONION_VERSION} -o ./publish
- uses: actions/upload-artifact@v1
with:
name: nuget-experimental
path: ./publish/

canary-push:
needs: [canary-build, canary-build-experimental]
needs: [canary-build]
runs-on: ubuntu-latest
timeout-minutes: 5
env:
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/build-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,6 @@ jobs:
- run: dotnet test -c Debug MagicOnion.sln
- run: dotnet test -c Release MagicOnion.sln

build-dotnet-experimental:
name: "Build .NET Experimental libraries"
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-dotnet
- run: dotnet build ./src/MagicOnion.Server.OpenTelemetry/ -c ${{ env.BUILD_CONFIG }}

build-unity:
name: "Build Unity package"
if: "((github.event_name == 'push' && github.repository_owner == 'Cysharp') || startsWith(github.event.pull_request.head.label, 'Cysharp:'))"
Expand Down
19 changes: 1 addition & 18 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,23 +145,6 @@ jobs:
name: nuget
path: ./publish/

build-dotnet-experimental:
needs: [update-packagejson]
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
with:
ref: ${{ needs.update-packagejson.outputs.sha }}
- uses: ./.github/actions/setup-dotnet
- run: echo ${{ needs.update-packagejson.outputs.sha }}
- run: dotnet build ./src/MagicOnion.Server.OpenTelemetry/ -c Release
- run: dotnet pack ./src/MagicOnion.Server.OpenTelemetry/MagicOnion.Server.OpenTelemetry.csproj -c Release --no-build -o ./publish
- uses: actions/upload-artifact@v1
with:
name: nuget-experimental
path: ./publish/

build-unity:
needs: [update-packagejson]
strategy:
Expand Down Expand Up @@ -201,7 +184,7 @@ jobs:
create-release:
if: github.event.inputs.dry_run == 'false'
needs:
[update-packagejson, update-sourcegenerator-unity, build-dotnet, build-dotnet-experimental, build-unity]
[update-packagejson, update-sourcegenerator-unity, build-dotnet, build-unity]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
102 changes: 0 additions & 102 deletions MagicOnion.Experimental.sln

This file was deleted.

62 changes: 0 additions & 62 deletions MagicOnion.Experimental.sln.startup.json

This file was deleted.

32 changes: 0 additions & 32 deletions samples/ChatApp.Telemetry/.dockerignore

This file was deleted.

5 changes: 0 additions & 5 deletions samples/ChatApp.Telemetry/.gitattributes

This file was deleted.

31 changes: 0 additions & 31 deletions samples/ChatApp.Telemetry/ChatApp.Server.sln

This file was deleted.

13 changes: 0 additions & 13 deletions samples/ChatApp.Telemetry/ChatApp.Server/BackendActivitySources.cs

This file was deleted.

39 changes: 0 additions & 39 deletions samples/ChatApp.Telemetry/ChatApp.Server/ChatApp.Server.csproj

This file was deleted.

Loading
Loading