Skip to content
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
8 changes: 0 additions & 8 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ component_management:
name: profiling-ffi # this is a display name, and can be changed freely
paths:
- profiling-ffi
- component_id: serverless # this is an identifier that should not be changed
name: serverless # this is a display name, and can be changed freely
paths:
- serverless
- component_id: sidecar # this is an identifier that should not be changed
name: sidecar # this is a display name, and can be changed freely
paths:
Expand All @@ -75,10 +71,6 @@ component_management:
name: tinybytes # this is a display name, and can be changed freely
paths:
- tinybytes
- component_id: trace-mini-agent # this is an identifier that should not be changed
name: trace-mini-agent # this is a display name, and can be changed freely
paths:
- trace-mini-agent
- component_id: trace-normalization # this is an identifier that should not be changed
name: trace-normalization # this is a display name, and can be changed freely
paths:
Expand Down
2 changes: 0 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ README.md @Datadog/libdatadog
trace-normalization @Datadog/serverless @Datadog/libdatadog-apm
trace-obfuscation @Datadog/serverless @Datadog/libdatadog-apm
trace-protobuf @Datadog/serverless @Datadog/libdatadog-apm
trace-mini-agent @Datadog/serverless
trace-utils @Datadog/serverless @Datadog/libdatadog-apm
serverless @Datadog/serverless
dynamic-configuration @Datadog/libdatadog-php @Datadog/libdatadog-apm
remote-config @Datadog/libdatadog-php @Datadog/libdatadog-apm @Datadog/remote-config
sidecar @Datadog/libdatadog-php @Datadog/libdatadog-apm
Expand Down
2 changes: 0 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ ci-build:
mini-agent:
- changed-files:
- any-glob-to-any-file: [
'trace-mini-agent/**/*',
'serverless/**/*',
'trace-normalization/**/*',
'trace-obfuscation/**/*',
'trace-utils/**/*',
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
- name: Install Rust
run: rustup install nightly-2024-12-16 && rustup default nightly-2024-12-16
- name: Install Protoc Binary
shell: bash
run: chmod +x ./scripts/install-protoc.sh && ./scripts/install-protoc.sh $HOME
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@2c41309d51ede152b6f2ee6bf3b71e6dc9a8b7df # 2.49.27
with:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ jobs:
rust_version: ${{ matrix.rust_version }}
- name: Install ${{ matrix.rust_version }} toolchain and clippy
run: rustup install ${{ matrix.rust_version }} && rustup default ${{ matrix.rust_version }} && rustup component add clippy
- name: Install Protoc Binary
shell: bash
run: chmod +x ./scripts/install-protoc.sh && ./scripts/install-protoc.sh $HOME
- name: Run clippy on ${{ matrix.platform }} ${{ matrix.rust_version }}
shell: bash
run: |
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/miri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
rustup set profile minimal
rustup toolchain install nightly-2024-12-16 --component miri
rustup default nightly-2024-12-16
- name: Install Protoc Binary
shell: bash
run: chmod +x ./scripts/install-protoc.sh && ./scripts/install-protoc.sh $HOME
- uses: taiki-e/install-action@2c41309d51ede152b6f2ee6bf3b71e6dc9a8b7df # 2.49.27
with:
tool: nextest@0.9.92
Expand Down
72 changes: 0 additions & 72 deletions .github/workflows/publish-serverless-agent.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ jobs:
- id: rust-version
# On Windows run happens in a PowerShell, so start bash explicitly
run: bash -c 'echo "version=$(rustc --version)" >> $GITHUB_OUTPUT'
- name: Install Protoc Binary
shell: bash
run: chmod +x ./scripts/install-protoc.sh && ./scripts/install-protoc.sh $HOME
- name: Install cargo nextest
uses: taiki-e/install-action@2c41309d51ede152b6f2ee6bf3b71e6dc9a8b7df # 2.49.27
with:
Expand Down
1 change: 0 additions & 1 deletion .gitlab/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ benchmarks:
interruptible: true
timeout: 1h
script:
- chmod +x ./scripts/install-protoc.sh && . ./scripts/install-protoc.sh $HOME/usr/local
- export ARTIFACTS_DIR="$(pwd)/reports" && (mkdir "${ARTIFACTS_DIR}" || :)
- git clone --branch libdatadog/benchmarks https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ddbuild.io/DataDog/benchmarking-platform /platform && cd /platform
- ./steps/capture-hardware-software-info.sh
Expand Down
Loading
Loading