Skip to content

Commit

Permalink
Separate container integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-datadog committed May 29, 2024
1 parent 1a53114 commit b1e44e0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 148 deletions.
14 changes: 13 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,19 @@ jobs:
needs:
- cache

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

# Options
standard: true
secrets: inherit

test-container-integrations:
needs:
- cache

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

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1417,6 +1417,7 @@ jobs:
test-py3: ${{ inputs.test-py3 }}
minimum-base-package: ${{ inputs.minimum-base-package }}
secrets: inherit
<<<<<<< HEAD
j92491f1:
uses: ./.github/workflows/test-target.yml
with:
Expand Down Expand Up @@ -1588,6 +1589,8 @@ jobs:
test-py3: ${{ inputs.test-py3 }}
minimum-base-package: ${{ inputs.minimum-base-package }}
secrets: inherit
=======
>>>>>>> d262fb582d (Separate container integrations)
j61e565f:
uses: ./.github/workflows/test-target.yml
with:
Expand Down
147 changes: 0 additions & 147 deletions .github/workflows/test-dbm.yml

This file was deleted.

0 comments on commit b1e44e0

Please sign in to comment.