Commit f880e40
authored
PR Pipeline - Build/Pack and Local Tests (dotnet#4326)
* Move install-dotnet to common/steps, first bits of pipeline
# Conflicts:
# eng/pipelines/common/steps/restore-dotnet-tools.yml
* Adding build and pack steps and writing up the build/pack stage.
Leaving the unused build step for now just in case we need it later
* Move common variables to common folder. Move OneBranch specific variables to OneBranch variables file
* Rename prci-pipeline to pr-pipeline
* First round of tests
* Run build/pack regardless of previous package.
* Run tree and publish artifact regardless of previous success
* Completely untested, let's see what it does.
* Rename build-and-pack-stage.yml
* tree on linux
* Fix test framework
* Switch images to ones that have sql server on it
Move a couple things around
WIP for manual test configuration generation
* 🤖 Implement config file generation for manual test
* Fix build name
* WIP
* WIP
* Add secret generation stage
* Run pack-stage and generate-secrets-stage in parallel
* More WIP to wire up manual test config
* 🤖 Finish wiring up what exists today. Time to try it out and see what's broken.
* Fine, 🤖, you were right. Adding back the operating system parameters
* Fix link to linux config step
* 🤖 remove dependency on extutilities
* 🤖 Get connection string for setting up northwind from config
* 🤖 Only swap out the initial catalog field.
* 🤖 vs 🤖 :fight:
* Sync config.cs and config.json
* Cleanup powershells
* Config steps
* 🔨
* Diagnostic
* Stupid powershell.
* Making demands.
* Fixing the first round of manual tests.
* Increase timeout on sql notification test... not ideal but if it helps it helps.
* Add retries to dotnet install steps
* Cleanup and add explicit disposal logic to AlwaysEncrypted.ApiShould.TestExecuteReaderAsyncWithLargeQuery
* Temporarily mark SqlNotificationTest.Test_SingleDependency_AllDefaults_SqlAuth as flay
* Comments for pipeline, stages, jobs, variables.
Moving the SA password retrieval deeper into the manual test job
* Fix SA password issue.
* 🔨
* Exclude AE ApiShould tests on debug builds.
* Address copilot feedback round 1 of `n`
* Config.json changes applied to pipelines.
* Restore tools in all instances before running jobs.
* Getting really tired of these changes
* wouldn't it be nice if we had something to verify this before pushing a bunch of tiny little changes?
* Hope it can handle extra spaces.
* Fix path to dotnet arm64 installation script
* Remove reference to ADO Test Configuration Properties variable group.
* Parameterize the pool
* It's not a pipeline parameter you stupid 🤖
* 😡
* INVERSION
* Fix kerberos pipeline install-dotnet.yml path1 parent 0521cde commit f880e40
45 files changed
Lines changed: 1360 additions & 108 deletions
File tree
- eng/pipelines
- common
- steps
- templates
- jobs
- steps
- variables
- jobs
- kerberos
- onebranch
- jobs
- steps
- variables
- pr
- jobs
- stages
- steps
- variables
- stress
- src/Microsoft.Data.SqlClient/tests
- Common
- ManualTests
- AlwaysEncrypted
- DataCommon
- SQL
- InstanceNameTest
- SqlCommand
- SqlNotificationTest
- tools/Microsoft.Data.SqlClient.TestUtilities
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
File renamed without changes.
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
99 | | - | |
| 100 | + | |
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
| |||
File renamed without changes.
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
37 | | - | |
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
| |||
211 | 209 | | |
212 | 210 | | |
213 | 211 | | |
214 | | - | |
| 212 | + | |
215 | 213 | | |
216 | 214 | | |
217 | 215 | | |
| |||
223 | 221 | | |
224 | 222 | | |
225 | 223 | | |
226 | | - | |
| 224 | + | |
227 | 225 | | |
228 | 226 | | |
229 | 227 | | |
| |||
279 | 277 | | |
280 | 278 | | |
281 | 279 | | |
282 | | - | |
283 | | - | |
284 | 280 | | |
285 | 281 | | |
286 | 282 | | |
| |||
293 | 289 | | |
294 | 290 | | |
295 | 291 | | |
296 | | - | |
297 | | - | |
298 | 292 | | |
299 | 293 | | |
300 | 294 | | |
| |||
352 | 346 | | |
353 | 347 | | |
354 | 348 | | |
355 | | - | |
| 349 | + | |
356 | 350 | | |
357 | 351 | | |
358 | 352 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Lines changed: 0 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | 96 | | |
101 | 97 | | |
102 | 98 | | |
| |||
121 | 117 | | |
122 | 118 | | |
123 | 119 | | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | 120 | | |
129 | 121 | | |
130 | 122 | | |
| |||
188 | 180 | | |
189 | 181 | | |
190 | 182 | | |
191 | | - | |
192 | | - | |
193 | 183 | | |
194 | 184 | | |
195 | 185 | | |
| |||
201 | 191 | | |
202 | 192 | | |
203 | 193 | | |
204 | | - | |
205 | 194 | | |
206 | 195 | | |
207 | 196 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
Lines changed: 1 addition & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
| |||
21 | 19 | | |
22 | 20 | | |
23 | 21 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
0 commit comments