Skip to content

Commit a76e1d5

Browse files
committed
Remove all code from test-infra-definitions, keeping only E2E test apps for easier versioning
1 parent 9b0704a commit a76e1d5

400 files changed

Lines changed: 17 additions & 32087 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.awsconfig

Lines changed: 0 additions & 3 deletions
This file was deleted.

.dda/extend/commands/validate/__init__.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

.dda/extend/commands/validate/python/__init__.py

Lines changed: 0 additions & 47 deletions
This file was deleted.

.github/CODEOWNERS

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@
99
# Rules are matched bottom-to-top, so one team can own subdirectories
1010
# and another the rest of the directory.
1111

12-
* @DataDog/agent-e2e-testing
13-
/scenarios/aws/microVMs/ @DataDog/ebpf-platform
14-
/scenarios/aws/installer/ @DataDog/fleet
15-
/components/datadog/apps/jmxfetch @DataDog/agent-metrics-logs
16-
/components/datadog/apps/logger @DataDog/agent-metrics-logs
17-
/components/datadog/apps/tracegen @DataDog/agent-apm
18-
/components/datadog/apps/cws @DataDog/agent-security
19-
/components/datadog/apps/fips @DataDog/agent-runtimes
20-
/components/datadog/apps/otel @DataDog/opentelemetry
21-
/components/datadog/apps/gpu @DataDog/ebpf-platform
12+
* @DataDog/agent-devx
13+
apps/jmxfetch @DataDog/agent-metrics-logs
14+
apps/logger @DataDog/agent-metrics-logs
15+
apps/tracegen @DataDog/agent-apm
16+
apps/cws @DataDog/agent-security
17+
apps/fips @DataDog/agent-runtimes
18+
apps/otel @DataDog/opentelemetry
19+
apps/gpu @DataDog/ebpf-platform

.github/jwt.sh

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
orchestrion pin
3737
3838
- name: Test
39-
run: orchestrion go test -v $(go list ./... | grep -v /integration-tests) # We do not run integration-tests here because they require more tooling (Pulumi, invoke, ..). They will be run in a dedicated job
39+
run: orchestrion go test -v
4040
env:
4141
DD_CIVISIBILITY_ENABLED: true
4242
DD_CIVISIBILITY_AGENTLESS_ENABLED: true

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ on:
1414
- v*.*.*
1515
paths:
1616
- .github/workflows/docker-publish.yml
17-
- components/datadog/apps/*/images/**
17+
- apps/*/images/**
1818
pull_request:
1919
branches:
2020
- main
2121
paths:
2222
- .github/workflows/docker-publish.yml
23-
- components/datadog/apps/*/images/**
23+
- apps/*/images/**
2424

2525
permissions: {}
2626

@@ -125,7 +125,7 @@ jobs:
125125
id: build-and-push
126126
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
127127
with:
128-
context: components/datadog/apps/${{ matrix.app }}/images/${{ matrix.image }}
128+
context: apps/${{ matrix.app }}/images/${{ matrix.image }}
129129
platforms: linux/amd64,linux/arm64
130130
push: ${{ github.event_name != 'pull_request' }}
131131
tags: ${{ steps.meta.outputs.tags }}

.gitignore

Lines changed: 0 additions & 45 deletions
This file was deleted.

.gitlab-ci.yml

Lines changed: 0 additions & 157 deletions
This file was deleted.

.golangci.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)