Skip to content

Commit

Permalink
Cleanup dbm from all and separate windows integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-datadog committed May 23, 2024
1 parent 562d113 commit dc8e242
Show file tree
Hide file tree
Showing 10 changed files with 331 additions and 286 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@ jobs:
# Options
standard: true
secrets: inherit

test-windows-integrations:
needs:
- cache

uses: ./.github/workflows/test-windows-integrations.yml
with:
repo: core

# Options
standard: true
secrets: inherit

test-integrations:
needs:
Expand Down
11 changes: 11 additions & 0 deletions .github/workflows/nightly-base-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@ jobs:
test-py2: true
secrets: inherit

test-windows-integrations:
uses: ./.github/workflows/test-windows-integrations.yml
with:
repo: core

# Options
standard: true
minimum-base-package: true
test-py2: true
secrets: inherit

test-integrations:
uses: ./.github/workflows/test-all.yml
with:
Expand Down
11 changes: 11 additions & 0 deletions .github/workflows/nightly-py2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@ jobs:
test-py3: false
secrets: inherit

test-windows-integrations:
uses: ./.github/workflows/test-windows-integrations.yml
with:
repo: core

# Options
standard: true
test-py2: true
test-py3: false
secrets: inherit

test-integrations:
uses: ./.github/workflows/test-all.yml
with:
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/pr-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@ jobs:
test-py2: true
secrets: inherit

test-windows-integrations:
uses: ./.github/workflows/test-windows-integrations.yml
with:
repo: core

# Options
standard: true
test-py2: true
secrets: inherit

test-integrations:
uses: ./.github/workflows/test-all.yml
with:
Expand Down
15 changes: 15 additions & 0 deletions .github/workflows/test-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,21 @@ jobs:
agent-image-windows-py2: "${{ inputs.agent-image-windows-py2 }}"
secrets: inherit

test-windows-integrations:
uses: ./.github/workflows/test-windows-integrations.yml
with:
repo: core

# Options
standard: true
test-py2: ${{ inputs.test-py2 }}
test-py3: ${{ inputs.test-py3 }}
agent-image: "${{ inputs.agent-image }}"
agent-image-py2: "${{ inputs.agent-image-py2 }}"
agent-image-windows: "${{ inputs.agent-image-windows }}"
agent-image-windows-py2: "${{ inputs.agent-image-windows-py2 }}"
secrets: inherit

test-integrations:
uses: ./.github/workflows/test-all.yml
with:
Expand Down
Loading

0 comments on commit dc8e242

Please sign in to comment.