Skip to content

Commit 3d75096

Browse files
committed
Cleanup dbm from all and separate windows integrations
1 parent 85a20d8 commit 3d75096

File tree

10 files changed

+369
-286
lines changed

10 files changed

+369
-286
lines changed

.github/workflows/master.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,18 @@ jobs:
3232
# Options
3333
standard: true
3434
secrets: inherit
35+
36+
test-windows-integrations:
37+
needs:
38+
- cache
39+
40+
uses: ./.github/workflows/test-windows-integrations.yml
41+
with:
42+
repo: core
43+
44+
# Options
45+
standard: true
46+
secrets: inherit
3547

3648
test-integrations:
3749
needs:

.github/workflows/nightly-base-package.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,17 @@ jobs:
2828
test-py2: true
2929
secrets: inherit
3030

31+
test-windows-integrations:
32+
uses: ./.github/workflows/test-windows-integrations.yml
33+
with:
34+
repo: core
35+
36+
# Options
37+
standard: true
38+
minimum-base-package: true
39+
test-py2: true
40+
secrets: inherit
41+
3142
test-integrations:
3243
uses: ./.github/workflows/test-all.yml
3344
with:

.github/workflows/nightly-py2.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,17 @@ jobs:
2828
test-py3: false
2929
secrets: inherit
3030

31+
test-windows-integrations:
32+
uses: ./.github/workflows/test-windows-integrations.yml
33+
with:
34+
repo: core
35+
36+
# Options
37+
standard: true
38+
test-py2: true
39+
test-py3: false
40+
secrets: inherit
41+
3142
test-integrations:
3243
uses: ./.github/workflows/test-all.yml
3344
with:

.github/workflows/pr-all.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@ jobs:
3535
test-py2: true
3636
secrets: inherit
3737

38+
test-windows-integrations:
39+
uses: ./.github/workflows/test-windows-integrations.yml
40+
with:
41+
repo: core
42+
43+
# Options
44+
standard: true
45+
test-py2: true
46+
secrets: inherit
47+
3848
test-integrations:
3949
uses: ./.github/workflows/test-all.yml
4050
with:

.github/workflows/test-agent.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,21 @@ jobs:
6565
agent-image-windows-py2: "${{ inputs.agent-image-windows-py2 }}"
6666
secrets: inherit
6767

68+
test-windows-integrations:
69+
uses: ./.github/workflows/test-windows-integrations.yml
70+
with:
71+
repo: core
72+
73+
# Options
74+
standard: true
75+
test-py2: ${{ inputs.test-py2 }}
76+
test-py3: ${{ inputs.test-py3 }}
77+
agent-image: "${{ inputs.agent-image }}"
78+
agent-image-py2: "${{ inputs.agent-image-py2 }}"
79+
agent-image-windows: "${{ inputs.agent-image-windows }}"
80+
agent-image-windows-py2: "${{ inputs.agent-image-windows-py2 }}"
81+
secrets: inherit
82+
6883
test-integrations:
6984
uses: ./.github/workflows/test-all.yml
7085
with:

0 commit comments

Comments
 (0)