|
1 |
| -name: Test all |
| 1 | +name: Test all integrations |
2 | 2 |
|
3 | 3 | on:
|
4 | 4 | workflow_call:
|
|
49 | 49 | type: string
|
50 | 50 |
|
51 | 51 | jobs:
|
52 |
| - jd316aba: |
53 |
| - uses: ./.github/workflows/test-target.yml |
54 |
| - with: |
55 |
| - job-name: ddev on Linux |
56 |
| - target: ddev |
57 |
| - platform: linux |
58 |
| - runner: '["ubuntu-22.04"]' |
59 |
| - repo: "${{ inputs.repo }}" |
60 |
| - python-version: "${{ inputs.python-version }}" |
61 |
| - standard: ${{ inputs.standard }} |
62 |
| - latest: ${{ inputs.latest }} |
63 |
| - agent-image: "${{ inputs.agent-image }}" |
64 |
| - agent-image-py2: "${{ inputs.agent-image-py2 }}" |
65 |
| - agent-image-windows: "${{ inputs.agent-image-windows }}" |
66 |
| - agent-image-windows-py2: "${{ inputs.agent-image-windows-py2 }}" |
67 |
| - test-py2: ${{ inputs.test-py2 }} |
68 |
| - test-py3: ${{ inputs.test-py3 }} |
69 |
| - minimum-base-package: ${{ inputs.minimum-base-package }} |
70 |
| - secrets: inherit |
71 |
| - j6712d43: |
72 |
| - uses: ./.github/workflows/test-target.yml |
73 |
| - with: |
74 |
| - job-name: ddev on Windows |
75 |
| - target: ddev |
76 |
| - platform: windows |
77 |
| - runner: '["windows-2022"]' |
78 |
| - repo: "${{ inputs.repo }}" |
79 |
| - python-version: "${{ inputs.python-version }}" |
80 |
| - standard: ${{ inputs.standard }} |
81 |
| - latest: ${{ inputs.latest }} |
82 |
| - agent-image: "${{ inputs.agent-image }}" |
83 |
| - agent-image-py2: "${{ inputs.agent-image-py2 }}" |
84 |
| - agent-image-windows: "${{ inputs.agent-image-windows }}" |
85 |
| - agent-image-windows-py2: "${{ inputs.agent-image-windows-py2 }}" |
86 |
| - test-py2: ${{ inputs.test-py2 }} |
87 |
| - test-py3: ${{ inputs.test-py3 }} |
88 |
| - minimum-base-package: ${{ inputs.minimum-base-package }} |
89 |
| - secrets: inherit |
90 |
| - jb232c8c: |
91 |
| - uses: ./.github/workflows/test-target.yml |
92 |
| - with: |
93 |
| - job-name: Datadog Checks Base on Linux |
94 |
| - target: datadog_checks_base |
95 |
| - platform: linux |
96 |
| - runner: '["ubuntu-22.04"]' |
97 |
| - repo: "${{ inputs.repo }}" |
98 |
| - python-version: "${{ inputs.python-version }}" |
99 |
| - standard: ${{ inputs.standard }} |
100 |
| - latest: ${{ inputs.latest }} |
101 |
| - agent-image: "${{ inputs.agent-image }}" |
102 |
| - agent-image-py2: "${{ inputs.agent-image-py2 }}" |
103 |
| - agent-image-windows: "${{ inputs.agent-image-windows }}" |
104 |
| - agent-image-windows-py2: "${{ inputs.agent-image-windows-py2 }}" |
105 |
| - test-py2: ${{ inputs.test-py2 }} |
106 |
| - test-py3: ${{ inputs.test-py3 }} |
107 |
| - minimum-base-package: ${{ inputs.minimum-base-package }} |
108 |
| - secrets: inherit |
109 |
| - jda96080: |
110 |
| - uses: ./.github/workflows/test-target.yml |
111 |
| - with: |
112 |
| - job-name: Datadog Checks Base on Windows |
113 |
| - target: datadog_checks_base |
114 |
| - platform: windows |
115 |
| - runner: '["windows-2022"]' |
116 |
| - repo: "${{ inputs.repo }}" |
117 |
| - python-version: "${{ inputs.python-version }}" |
118 |
| - standard: ${{ inputs.standard }} |
119 |
| - latest: ${{ inputs.latest }} |
120 |
| - agent-image: "${{ inputs.agent-image }}" |
121 |
| - agent-image-py2: "${{ inputs.agent-image-py2 }}" |
122 |
| - agent-image-windows: "${{ inputs.agent-image-windows }}" |
123 |
| - agent-image-windows-py2: "${{ inputs.agent-image-windows-py2 }}" |
124 |
| - test-py2: ${{ inputs.test-py2 }} |
125 |
| - test-py3: ${{ inputs.test-py3 }} |
126 |
| - minimum-base-package: ${{ inputs.minimum-base-package }} |
127 |
| - secrets: inherit |
128 |
| - j77217e9: |
129 |
| - uses: ./.github/workflows/test-target.yml |
130 |
| - with: |
131 |
| - job-name: Datadog Checks Dev on Linux |
132 |
| - target: datadog_checks_dev |
133 |
| - platform: linux |
134 |
| - runner: '["ubuntu-22.04"]' |
135 |
| - repo: "${{ inputs.repo }}" |
136 |
| - python-version: "${{ inputs.python-version }}" |
137 |
| - standard: ${{ inputs.standard }} |
138 |
| - latest: ${{ inputs.latest }} |
139 |
| - agent-image: "${{ inputs.agent-image }}" |
140 |
| - agent-image-py2: "${{ inputs.agent-image-py2 }}" |
141 |
| - agent-image-windows: "${{ inputs.agent-image-windows }}" |
142 |
| - agent-image-windows-py2: "${{ inputs.agent-image-windows-py2 }}" |
143 |
| - test-py2: ${{ inputs.test-py2 }} |
144 |
| - test-py3: ${{ inputs.test-py3 }} |
145 |
| - minimum-base-package: ${{ inputs.minimum-base-package }} |
146 |
| - secrets: inherit |
147 |
| - j1176210: |
148 |
| - uses: ./.github/workflows/test-target.yml |
149 |
| - with: |
150 |
| - job-name: Datadog Checks Dev on Windows |
151 |
| - target: datadog_checks_dev |
152 |
| - platform: windows |
153 |
| - runner: '["windows-2022"]' |
154 |
| - repo: "${{ inputs.repo }}" |
155 |
| - python-version: "${{ inputs.python-version }}" |
156 |
| - standard: ${{ inputs.standard }} |
157 |
| - latest: ${{ inputs.latest }} |
158 |
| - agent-image: "${{ inputs.agent-image }}" |
159 |
| - agent-image-py2: "${{ inputs.agent-image-py2 }}" |
160 |
| - agent-image-windows: "${{ inputs.agent-image-windows }}" |
161 |
| - agent-image-windows-py2: "${{ inputs.agent-image-windows-py2 }}" |
162 |
| - test-py2: ${{ inputs.test-py2 }} |
163 |
| - test-py3: ${{ inputs.test-py3 }} |
164 |
| - minimum-base-package: ${{ inputs.minimum-base-package }} |
165 |
| - secrets: inherit |
166 |
| - j8cdb65b: |
167 |
| - uses: ./.github/workflows/test-target.yml |
168 |
| - with: |
169 |
| - job-name: Datadog Checks Downloader on Linux |
170 |
| - target: datadog_checks_downloader |
171 |
| - platform: linux |
172 |
| - runner: '["ubuntu-22.04"]' |
173 |
| - repo: "${{ inputs.repo }}" |
174 |
| - python-version: "${{ inputs.python-version }}" |
175 |
| - standard: ${{ inputs.standard }} |
176 |
| - latest: ${{ inputs.latest }} |
177 |
| - agent-image: "${{ inputs.agent-image }}" |
178 |
| - agent-image-py2: "${{ inputs.agent-image-py2 }}" |
179 |
| - agent-image-windows: "${{ inputs.agent-image-windows }}" |
180 |
| - agent-image-windows-py2: "${{ inputs.agent-image-windows-py2 }}" |
181 |
| - test-py2: ${{ inputs.test-py2 }} |
182 |
| - test-py3: ${{ inputs.test-py3 }} |
183 |
| - minimum-base-package: ${{ inputs.minimum-base-package }} |
184 |
| - secrets: inherit |
185 |
| - j8c73c41: |
186 |
| - uses: ./.github/workflows/test-target.yml |
187 |
| - with: |
188 |
| - job-name: Datadog Checks Downloader on Windows |
189 |
| - target: datadog_checks_downloader |
190 |
| - platform: windows |
191 |
| - runner: '["windows-2022"]' |
192 |
| - repo: "${{ inputs.repo }}" |
193 |
| - python-version: "${{ inputs.python-version }}" |
194 |
| - standard: ${{ inputs.standard }} |
195 |
| - latest: ${{ inputs.latest }} |
196 |
| - agent-image: "${{ inputs.agent-image }}" |
197 |
| - agent-image-py2: "${{ inputs.agent-image-py2 }}" |
198 |
| - agent-image-windows: "${{ inputs.agent-image-windows }}" |
199 |
| - agent-image-windows-py2: "${{ inputs.agent-image-windows-py2 }}" |
200 |
| - test-py2: ${{ inputs.test-py2 }} |
201 |
| - test-py3: ${{ inputs.test-py3 }} |
202 |
| - minimum-base-package: ${{ inputs.minimum-base-package }} |
203 |
| - secrets: inherit |
204 | 52 | jd66e148:
|
205 | 53 | uses: ./.github/workflows/test-target.yml
|
206 | 54 | with:
|
|
0 commit comments