gitlab-qa 4.10.0 → 4.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.gitlab-ci.yml +0 -273
- data/docs/what_tests_can_be_run.md +1 -0
- data/lib/gitlab/qa/runtime/env.rb +2 -1
- data/lib/gitlab/qa/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: acda0380864e9ee10f97e5542960037472a1e029fafb9b5d2ec7d5e147226a9b
|
|
4
|
+
data.tar.gz: ebae8ebb0f5601efe11940cac2d1928f93635184893d9586214e0ca95e4cdfec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 87584379f79124ef7406446b47e121b2da38a0f67839c830f71d092902cfd3b0ae058137a371e4ddba299a3c399d9d3d963b1f1e699c74705b3831b1464d9d3a
|
|
7
|
+
data.tar.gz: 56f198d47e935445a4498ec4def3a6ef5c9ab5c0c7c6870684d6010c85acd3e7a8062ee3f0c9898517bde47c98c994c677a54614209a5997e98adfb33349f4af
|
data/.gitlab-ci.yml
CHANGED
|
@@ -91,9 +91,6 @@ check:rspec:
|
|
|
91
91
|
FILE_SAFE_JOB_NAME: $(echo $CI_JOB_NAME | sed 's/[ /]/_/g')
|
|
92
92
|
RSPEC_REPORT_OPTS: "--format RspecJunitFormatter --out \"tmp/rspec-${CI_JOB_ID}.xml\" --format html --out \"tmp/rspec-${FILE_SAFE_JOB_NAME}.htm\" --color --format documentation"
|
|
93
93
|
|
|
94
|
-
.quarantine:
|
|
95
|
-
allow_failure: true
|
|
96
|
-
|
|
97
94
|
ce:sanity-framework:
|
|
98
95
|
script:
|
|
99
96
|
- ./bin/expect_exit_code_and_text "exe/gitlab-qa Test::Instance::Image ${RELEASE:=CE} -- --tag framework" 1 "2 examples, 1 failure"
|
|
@@ -121,16 +118,6 @@ ce:instance:
|
|
|
121
118
|
- .rspec-report-opts
|
|
122
119
|
parallel: 5
|
|
123
120
|
|
|
124
|
-
ce:instance-quarantine:
|
|
125
|
-
script:
|
|
126
|
-
- exe/gitlab-qa Test::Instance::Image ${RELEASE:=CE} -- --tag quarantine --tag ~orchestrated $RSPEC_REPORT_OPTS
|
|
127
|
-
extends:
|
|
128
|
-
- .test
|
|
129
|
-
- .high-capacity
|
|
130
|
-
- .ce-qa
|
|
131
|
-
- .quarantine
|
|
132
|
-
- .rspec-report-opts
|
|
133
|
-
|
|
134
121
|
ee:instance:
|
|
135
122
|
script:
|
|
136
123
|
- exe/gitlab-qa Test::Instance::Image ${RELEASE:=EE} -- $RSPEC_REPORT_OPTS
|
|
@@ -142,16 +129,6 @@ ee:instance:
|
|
|
142
129
|
- .rspec-report-opts
|
|
143
130
|
parallel: 5
|
|
144
131
|
|
|
145
|
-
ee:instance-quarantine:
|
|
146
|
-
script:
|
|
147
|
-
- exe/gitlab-qa Test::Instance::Image ${RELEASE:=EE} -- --tag quarantine --tag ~orchestrated $RSPEC_REPORT_OPTS
|
|
148
|
-
extends:
|
|
149
|
-
- .test
|
|
150
|
-
- .high-capacity
|
|
151
|
-
- .ee-qa
|
|
152
|
-
- .quarantine
|
|
153
|
-
- .rspec-report-opts
|
|
154
|
-
|
|
155
132
|
ce:docker:
|
|
156
133
|
script:
|
|
157
134
|
- exe/gitlab-qa Test::Instance::Image ${RELEASE:=CE} -- --tag docker $RSPEC_REPORT_OPTS
|
|
@@ -181,16 +158,6 @@ ce:relative_url:
|
|
|
181
158
|
- .rspec-report-opts
|
|
182
159
|
parallel: 5
|
|
183
160
|
|
|
184
|
-
ce:relative_url-quarantine:
|
|
185
|
-
script:
|
|
186
|
-
- exe/gitlab-qa Test::Instance::RelativeUrl ${RELEASE:=CE} -- --tag quarantine --tag ~orchestrated $RSPEC_REPORT_OPTS
|
|
187
|
-
extends:
|
|
188
|
-
- .test
|
|
189
|
-
- .high-capacity
|
|
190
|
-
- .ce-qa
|
|
191
|
-
- .quarantine
|
|
192
|
-
- .rspec-report-opts
|
|
193
|
-
|
|
194
161
|
ee:relative_url:
|
|
195
162
|
script:
|
|
196
163
|
- exe/gitlab-qa Test::Instance::RelativeUrl ${RELEASE:=EE} -- $RSPEC_REPORT_OPTS
|
|
@@ -202,16 +169,6 @@ ee:relative_url:
|
|
|
202
169
|
- .rspec-report-opts
|
|
203
170
|
parallel: 5
|
|
204
171
|
|
|
205
|
-
ee:relative_url-quarantine:
|
|
206
|
-
script:
|
|
207
|
-
- exe/gitlab-qa Test::Instance::RelativeUrl ${RELEASE:=EE} -- --tag quarantine --tag ~orchestrated $RSPEC_REPORT_OPTS
|
|
208
|
-
extends:
|
|
209
|
-
- .test
|
|
210
|
-
- .high-capacity
|
|
211
|
-
- .ee-qa
|
|
212
|
-
- .quarantine
|
|
213
|
-
- .rspec-report-opts
|
|
214
|
-
|
|
215
172
|
ce:image:
|
|
216
173
|
script:
|
|
217
174
|
- exe/gitlab-qa Test::Omnibus::Image ${RELEASE:=CE}
|
|
@@ -237,16 +194,6 @@ ce:update:
|
|
|
237
194
|
- .knapsack-variables
|
|
238
195
|
parallel: 5
|
|
239
196
|
|
|
240
|
-
ce:update-quarantine:
|
|
241
|
-
script:
|
|
242
|
-
- exe/gitlab-qa Test::Omnibus::Update ${RELEASE:=CE} ${RELEASE:=CE} -- --tag quarantine --tag ~orchestrated $RSPEC_REPORT_OPTS
|
|
243
|
-
extends:
|
|
244
|
-
- .test
|
|
245
|
-
- .high-capacity
|
|
246
|
-
- .ce-qa
|
|
247
|
-
- .quarantine
|
|
248
|
-
- .rspec-report-opts
|
|
249
|
-
|
|
250
197
|
ee:update:
|
|
251
198
|
script:
|
|
252
199
|
- exe/gitlab-qa Test::Omnibus::Update ${RELEASE:=EE} ${RELEASE:=EE} -- $RSPEC_REPORT_OPTS
|
|
@@ -258,16 +205,6 @@ ee:update:
|
|
|
258
205
|
- .knapsack-variables
|
|
259
206
|
parallel: 5
|
|
260
207
|
|
|
261
|
-
ee:update-quarantine:
|
|
262
|
-
script:
|
|
263
|
-
- exe/gitlab-qa Test::Omnibus::Update ${RELEASE:=EE} ${RELEASE:=EE} -- --tag quarantine --tag ~orchestrated $RSPEC_REPORT_OPTS
|
|
264
|
-
extends:
|
|
265
|
-
- .test
|
|
266
|
-
- .high-capacity
|
|
267
|
-
- .ee-qa
|
|
268
|
-
- .quarantine
|
|
269
|
-
- .rspec-report-opts
|
|
270
|
-
|
|
271
208
|
ce:upgrade:
|
|
272
209
|
script:
|
|
273
210
|
- exe/gitlab-qa Test::Omnibus::Upgrade CE -- $RSPEC_REPORT_OPTS
|
|
@@ -279,16 +216,6 @@ ce:upgrade:
|
|
|
279
216
|
- .knapsack-variables
|
|
280
217
|
parallel: 5
|
|
281
218
|
|
|
282
|
-
ce:upgrade-quarantine:
|
|
283
|
-
script:
|
|
284
|
-
- exe/gitlab-qa Test::Omnibus::Upgrade CE -- --tag quarantine --tag ~orchestrated $RSPEC_REPORT_OPTS
|
|
285
|
-
extends:
|
|
286
|
-
- .test
|
|
287
|
-
- .high-capacity
|
|
288
|
-
- .only-qa
|
|
289
|
-
- .quarantine
|
|
290
|
-
- .rspec-report-opts
|
|
291
|
-
|
|
292
219
|
ee-previous-to-ce:update:
|
|
293
220
|
script:
|
|
294
221
|
- exe/gitlab-qa Test::Omnibus::Update EE CE -- $RSPEC_REPORT_OPTS
|
|
@@ -298,16 +225,6 @@ ee-previous-to-ce:update:
|
|
|
298
225
|
- .only-qa
|
|
299
226
|
- .rspec-report-opts
|
|
300
227
|
|
|
301
|
-
ee-previous-to-ce:update-quarantine:
|
|
302
|
-
script:
|
|
303
|
-
- exe/gitlab-qa Test::Omnibus::Update EE CE -- --tag quarantine --tag ~orchestrated $RSPEC_REPORT_OPTS
|
|
304
|
-
extends:
|
|
305
|
-
- .test
|
|
306
|
-
- .high-capacity
|
|
307
|
-
- .only-qa
|
|
308
|
-
- .quarantine
|
|
309
|
-
- .rspec-report-opts
|
|
310
|
-
|
|
311
228
|
ce:mattermost:
|
|
312
229
|
script:
|
|
313
230
|
- exe/gitlab-qa Test::Integration::Mattermost ${RELEASE:=CE} -- $RSPEC_REPORT_OPTS
|
|
@@ -317,16 +234,6 @@ ce:mattermost:
|
|
|
317
234
|
- .ce-qa
|
|
318
235
|
- .rspec-report-opts
|
|
319
236
|
|
|
320
|
-
ce:mattermost-quarantine:
|
|
321
|
-
script:
|
|
322
|
-
- exe/gitlab-qa Test::Integration::Mattermost ${RELEASE:=CE} -- --tag quarantine $RSPEC_REPORT_OPTS
|
|
323
|
-
extends:
|
|
324
|
-
- .test
|
|
325
|
-
- .high-capacity
|
|
326
|
-
- .ce-qa
|
|
327
|
-
- .quarantine
|
|
328
|
-
- .rspec-report-opts
|
|
329
|
-
|
|
330
237
|
ee:mattermost:
|
|
331
238
|
script:
|
|
332
239
|
- exe/gitlab-qa Test::Integration::Mattermost ${RELEASE:=EE} -- $RSPEC_REPORT_OPTS
|
|
@@ -336,16 +243,6 @@ ee:mattermost:
|
|
|
336
243
|
- .ee-qa
|
|
337
244
|
- .rspec-report-opts
|
|
338
245
|
|
|
339
|
-
ee:mattermost-quarantine:
|
|
340
|
-
script:
|
|
341
|
-
- exe/gitlab-qa Test::Integration::Mattermost ${RELEASE:=EE} -- --tag quarantine $RSPEC_REPORT_OPTS
|
|
342
|
-
extends:
|
|
343
|
-
- .test
|
|
344
|
-
- .high-capacity
|
|
345
|
-
- .ee-qa
|
|
346
|
-
- .quarantine
|
|
347
|
-
- .rspec-report-opts
|
|
348
|
-
|
|
349
246
|
ee:geo:
|
|
350
247
|
script:
|
|
351
248
|
- exe/gitlab-qa Test::Integration::Geo ${RELEASE:=EE} -- $RSPEC_REPORT_OPTS
|
|
@@ -355,16 +252,6 @@ ee:geo:
|
|
|
355
252
|
- .ee-qa
|
|
356
253
|
- .rspec-report-opts
|
|
357
254
|
|
|
358
|
-
ee:geo-quarantine:
|
|
359
|
-
script:
|
|
360
|
-
- exe/gitlab-qa Test::Integration::Geo ${RELEASE:=EE} -- --tag quarantine $RSPEC_REPORT_OPTS
|
|
361
|
-
extends:
|
|
362
|
-
- .test
|
|
363
|
-
- .high-capacity
|
|
364
|
-
- .ee-qa
|
|
365
|
-
- .quarantine
|
|
366
|
-
- .rspec-report-opts
|
|
367
|
-
|
|
368
255
|
ce:ldap_no_tls:
|
|
369
256
|
script:
|
|
370
257
|
- exe/gitlab-qa Test::Integration::LDAPNoTLS ${RELEASE:=CE} -- $RSPEC_REPORT_OPTS
|
|
@@ -374,16 +261,6 @@ ce:ldap_no_tls:
|
|
|
374
261
|
- .ce-qa
|
|
375
262
|
- .rspec-report-opts
|
|
376
263
|
|
|
377
|
-
ce:ldap_no_tls-quarantine:
|
|
378
|
-
script:
|
|
379
|
-
- exe/gitlab-qa Test::Integration::LDAPNoTLS ${RELEASE:=CE} -- --tag quarantine $RSPEC_REPORT_OPTS
|
|
380
|
-
extends:
|
|
381
|
-
- .test
|
|
382
|
-
- .high-capacity
|
|
383
|
-
- .ce-qa
|
|
384
|
-
- .quarantine
|
|
385
|
-
- .rspec-report-opts
|
|
386
|
-
|
|
387
264
|
ee:ldap_no_tls:
|
|
388
265
|
script:
|
|
389
266
|
- exe/gitlab-qa Test::Integration::LDAPNoTLS ${RELEASE:=EE} -- $RSPEC_REPORT_OPTS
|
|
@@ -393,16 +270,6 @@ ee:ldap_no_tls:
|
|
|
393
270
|
- .ee-qa
|
|
394
271
|
- .rspec-report-opts
|
|
395
272
|
|
|
396
|
-
ee:ldap_no_tls-quarantine:
|
|
397
|
-
script:
|
|
398
|
-
- exe/gitlab-qa Test::Integration::LDAPNoTLS ${RELEASE:=EE} -- --tag quarantine $RSPEC_REPORT_OPTS
|
|
399
|
-
extends:
|
|
400
|
-
- .test
|
|
401
|
-
- .high-capacity
|
|
402
|
-
- .ee-qa
|
|
403
|
-
- .quarantine
|
|
404
|
-
- .rspec-report-opts
|
|
405
|
-
|
|
406
273
|
ce:ldap_tls:
|
|
407
274
|
script:
|
|
408
275
|
- exe/gitlab-qa Test::Integration::LDAPTLS ${RELEASE:=CE} -- $RSPEC_REPORT_OPTS
|
|
@@ -412,16 +279,6 @@ ce:ldap_tls:
|
|
|
412
279
|
- .ce-qa
|
|
413
280
|
- .rspec-report-opts
|
|
414
281
|
|
|
415
|
-
ce:ldap_tls-quarantine:
|
|
416
|
-
script:
|
|
417
|
-
- exe/gitlab-qa Test::Integration::LDAPTLS ${RELEASE:=CE} -- --tag quarantine $RSPEC_REPORT_OPTS
|
|
418
|
-
extends:
|
|
419
|
-
- .test
|
|
420
|
-
- .high-capacity
|
|
421
|
-
- .ce-qa
|
|
422
|
-
- .quarantine
|
|
423
|
-
- .rspec-report-opts
|
|
424
|
-
|
|
425
282
|
ee:ldap_tls:
|
|
426
283
|
script:
|
|
427
284
|
- exe/gitlab-qa Test::Integration::LDAPTLS ${RELEASE:=EE} -- $RSPEC_REPORT_OPTS
|
|
@@ -431,16 +288,6 @@ ee:ldap_tls:
|
|
|
431
288
|
- .ee-qa
|
|
432
289
|
- .rspec-report-opts
|
|
433
290
|
|
|
434
|
-
ee:ldap_tls-quarantine:
|
|
435
|
-
script:
|
|
436
|
-
- exe/gitlab-qa Test::Integration::LDAPTLS ${RELEASE:=EE} -- --tag quarantine $RSPEC_REPORT_OPTS
|
|
437
|
-
extends:
|
|
438
|
-
- .test
|
|
439
|
-
- .high-capacity
|
|
440
|
-
- .ee-qa
|
|
441
|
-
- .quarantine
|
|
442
|
-
- .rspec-report-opts
|
|
443
|
-
|
|
444
291
|
ee:ldap_no_server:
|
|
445
292
|
script:
|
|
446
293
|
- exe/gitlab-qa Test::Integration::LDAPNoServer ${RELEASE:=EE} -- $RSPEC_REPORT_OPTS
|
|
@@ -450,16 +297,6 @@ ee:ldap_no_server:
|
|
|
450
297
|
- .ee-qa
|
|
451
298
|
- .rspec-report-opts
|
|
452
299
|
|
|
453
|
-
ee:ldap_no_server-quarantine:
|
|
454
|
-
script:
|
|
455
|
-
- exe/gitlab-qa Test::Integration::LDAPNoServer ${RELEASE:=EE} -- --tag quarantine $RSPEC_REPORT_OPTS
|
|
456
|
-
extends:
|
|
457
|
-
- .test
|
|
458
|
-
- .high-capacity
|
|
459
|
-
- .ee-qa
|
|
460
|
-
- .quarantine
|
|
461
|
-
- .rspec-report-opts
|
|
462
|
-
|
|
463
300
|
ce:instance_saml:
|
|
464
301
|
script:
|
|
465
302
|
- exe/gitlab-qa Test::Integration::InstanceSAML ${RELEASE:=CE} -- $RSPEC_REPORT_OPTS
|
|
@@ -469,16 +306,6 @@ ce:instance_saml:
|
|
|
469
306
|
- .ce-qa
|
|
470
307
|
- .rspec-report-opts
|
|
471
308
|
|
|
472
|
-
ce:instance_saml-quarantine:
|
|
473
|
-
script:
|
|
474
|
-
- exe/gitlab-qa Test::Integration::InstanceSAML ${RELEASE:=CE} -- --tag quarantine $RSPEC_REPORT_OPTS
|
|
475
|
-
extends:
|
|
476
|
-
- .test
|
|
477
|
-
- .high-capacity
|
|
478
|
-
- .ce-qa
|
|
479
|
-
- .quarantine
|
|
480
|
-
- .rspec-report-opts
|
|
481
|
-
|
|
482
309
|
ee:instance_saml:
|
|
483
310
|
script:
|
|
484
311
|
- exe/gitlab-qa Test::Integration::InstanceSAML ${RELEASE:=EE} -- $RSPEC_REPORT_OPTS
|
|
@@ -488,16 +315,6 @@ ee:instance_saml:
|
|
|
488
315
|
- .ee-qa
|
|
489
316
|
- .rspec-report-opts
|
|
490
317
|
|
|
491
|
-
ee:instance_saml-quarantine:
|
|
492
|
-
script:
|
|
493
|
-
- exe/gitlab-qa Test::Integration::InstanceSAML ${RELEASE:=EE} -- --tag quarantine $RSPEC_REPORT_OPTS
|
|
494
|
-
extends:
|
|
495
|
-
- .test
|
|
496
|
-
- .high-capacity
|
|
497
|
-
- .ee-qa
|
|
498
|
-
- .quarantine
|
|
499
|
-
- .rspec-report-opts
|
|
500
|
-
|
|
501
318
|
ee:group_saml:
|
|
502
319
|
script:
|
|
503
320
|
- exe/gitlab-qa Test::Integration::GroupSAML ${RELEASE:=EE} -- $RSPEC_REPORT_OPTS
|
|
@@ -507,16 +324,6 @@ ee:group_saml:
|
|
|
507
324
|
- .ee-qa
|
|
508
325
|
- .rspec-report-opts
|
|
509
326
|
|
|
510
|
-
ee:group_saml-quarantine:
|
|
511
|
-
script:
|
|
512
|
-
- exe/gitlab-qa Test::Integration::GroupSAML ${RELEASE:=EE} -- --tag quarantine $RSPEC_REPORT_OPTS
|
|
513
|
-
extends:
|
|
514
|
-
- .test
|
|
515
|
-
- .high-capacity
|
|
516
|
-
- .ee-qa
|
|
517
|
-
- .quarantine
|
|
518
|
-
- .rspec-report-opts
|
|
519
|
-
|
|
520
327
|
ce:kubernetes:
|
|
521
328
|
script:
|
|
522
329
|
- exe/gitlab-qa Test::Integration::Kubernetes ${RELEASE:=CE} -- $RSPEC_REPORT_OPTS
|
|
@@ -526,16 +333,6 @@ ce:kubernetes:
|
|
|
526
333
|
- .ce-qa
|
|
527
334
|
- .rspec-report-opts
|
|
528
335
|
|
|
529
|
-
ce:kubernetes-quarantine:
|
|
530
|
-
script:
|
|
531
|
-
- exe/gitlab-qa Test::Integration::Kubernetes ${RELEASE:=CE} -- --tag quarantine $RSPEC_REPORT_OPTS
|
|
532
|
-
extends:
|
|
533
|
-
- .test
|
|
534
|
-
- .high-capacity
|
|
535
|
-
- .ce-qa
|
|
536
|
-
- .quarantine
|
|
537
|
-
- .rspec-report-opts
|
|
538
|
-
|
|
539
336
|
ee:kubernetes:
|
|
540
337
|
script:
|
|
541
338
|
- exe/gitlab-qa Test::Integration::Kubernetes ${RELEASE:=EE} -- $RSPEC_REPORT_OPTS
|
|
@@ -545,16 +342,6 @@ ee:kubernetes:
|
|
|
545
342
|
- .ee-qa
|
|
546
343
|
- .rspec-report-opts
|
|
547
344
|
|
|
548
|
-
ee:kubernetes-quarantine:
|
|
549
|
-
script:
|
|
550
|
-
- exe/gitlab-qa Test::Integration::Kubernetes ${RELEASE:=EE} -- --tag quarantine $RSPEC_REPORT_OPTS
|
|
551
|
-
extends:
|
|
552
|
-
- .test
|
|
553
|
-
- .high-capacity
|
|
554
|
-
- .ee-qa
|
|
555
|
-
- .quarantine
|
|
556
|
-
- .rspec-report-opts
|
|
557
|
-
|
|
558
345
|
ce:object_storage:
|
|
559
346
|
script:
|
|
560
347
|
- exe/gitlab-qa Test::Integration::ObjectStorage ${RELEASE:=CE} -- $RSPEC_REPORT_OPTS
|
|
@@ -564,16 +351,6 @@ ce:object_storage:
|
|
|
564
351
|
- .ce-qa
|
|
565
352
|
- .rspec-report-opts
|
|
566
353
|
|
|
567
|
-
ce:object_storage-quarantine:
|
|
568
|
-
script:
|
|
569
|
-
- exe/gitlab-qa Test::Integration::ObjectStorage ${RELEASE:=CE} -- --tag quarantine $RSPEC_REPORT_OPTS
|
|
570
|
-
extends:
|
|
571
|
-
- .test
|
|
572
|
-
- .high-capacity
|
|
573
|
-
- .ce-qa
|
|
574
|
-
- .quarantine
|
|
575
|
-
- .rspec-report-opts
|
|
576
|
-
|
|
577
354
|
ee:object_storage:
|
|
578
355
|
script:
|
|
579
356
|
- exe/gitlab-qa Test::Integration::ObjectStorage ${RELEASE:=EE} -- $RSPEC_REPORT_OPTS
|
|
@@ -583,16 +360,6 @@ ee:object_storage:
|
|
|
583
360
|
- .ee-qa
|
|
584
361
|
- .rspec-report-opts
|
|
585
362
|
|
|
586
|
-
ee:object_storage-quarantine:
|
|
587
|
-
script:
|
|
588
|
-
- exe/gitlab-qa Test::Integration::ObjectStorage ${RELEASE:=EE} -- --tag quarantine $RSPEC_REPORT_OPTS
|
|
589
|
-
extends:
|
|
590
|
-
- .test
|
|
591
|
-
- .high-capacity
|
|
592
|
-
- .ee-qa
|
|
593
|
-
- .quarantine
|
|
594
|
-
- .rspec-report-opts
|
|
595
|
-
|
|
596
363
|
ce:oauth:
|
|
597
364
|
script:
|
|
598
365
|
- exe/gitlab-qa Test::Integration::OAuth ${RELEASE:=CE} -- $RSPEC_REPORT_OPTS
|
|
@@ -602,16 +369,6 @@ ce:oauth:
|
|
|
602
369
|
- .ce-qa
|
|
603
370
|
- .rspec-report-opts
|
|
604
371
|
|
|
605
|
-
ce:oauth-quarantine:
|
|
606
|
-
script:
|
|
607
|
-
- exe/gitlab-qa Test::Integration::OAuth ${RELEASE:=CE} -- --tag quarantine $RSPEC_REPORT_OPTS
|
|
608
|
-
extends:
|
|
609
|
-
- .test
|
|
610
|
-
- .high-capacity
|
|
611
|
-
- .ce-qa
|
|
612
|
-
- .quarantine
|
|
613
|
-
- .rspec-report-opts
|
|
614
|
-
|
|
615
372
|
ee:oauth:
|
|
616
373
|
script:
|
|
617
374
|
- exe/gitlab-qa Test::Integration::OAuth ${RELEASE:=EE} -- $RSPEC_REPORT_OPTS
|
|
@@ -621,16 +378,6 @@ ee:oauth:
|
|
|
621
378
|
- .ee-qa
|
|
622
379
|
- .rspec-report-opts
|
|
623
380
|
|
|
624
|
-
ee:oauth-quarantine:
|
|
625
|
-
script:
|
|
626
|
-
- exe/gitlab-qa Test::Integration::OAuth ${RELEASE:=EE} -- --tag quarantine $RSPEC_REPORT_OPTS
|
|
627
|
-
extends:
|
|
628
|
-
- .test
|
|
629
|
-
- .high-capacity
|
|
630
|
-
- .ee-qa
|
|
631
|
-
- .quarantine
|
|
632
|
-
- .rspec-report-opts
|
|
633
|
-
|
|
634
381
|
ee:packages:
|
|
635
382
|
script:
|
|
636
383
|
- exe/gitlab-qa Test::Integration::Packages ${RELEASE:=EE} -- $RSPEC_REPORT_OPTS
|
|
@@ -640,16 +387,6 @@ ee:packages:
|
|
|
640
387
|
- .ee-qa
|
|
641
388
|
- .rspec-report-opts
|
|
642
389
|
|
|
643
|
-
ee:packages-quarantine:
|
|
644
|
-
script:
|
|
645
|
-
- exe/gitlab-qa Test::Integration::Packages ${RELEASE:=EE} -- --tag quarantine $RSPEC_REPORT_OPTS
|
|
646
|
-
extends:
|
|
647
|
-
- .test
|
|
648
|
-
- .high-capacity
|
|
649
|
-
- .ee-qa
|
|
650
|
-
- .quarantine
|
|
651
|
-
- .rspec-report-opts
|
|
652
|
-
|
|
653
390
|
ee:elasticsearch:
|
|
654
391
|
script:
|
|
655
392
|
- exe/gitlab-qa Test::Integration::Elasticsearch ${RELEASE:=EE} -- $RSPEC_REPORT_OPTS
|
|
@@ -659,16 +396,6 @@ ee:elasticsearch:
|
|
|
659
396
|
- .ee-qa
|
|
660
397
|
- .rspec-report-opts
|
|
661
398
|
|
|
662
|
-
ee:elasticsearch-quarantine:
|
|
663
|
-
script:
|
|
664
|
-
- exe/gitlab-qa Test::Integration::Elasticsearch ${RELEASE:=EE} -- --tag quarantine $RSPEC_REPORT_OPTS
|
|
665
|
-
extends:
|
|
666
|
-
- .test
|
|
667
|
-
- .high-capacity
|
|
668
|
-
- .ee-qa
|
|
669
|
-
- .quarantine
|
|
670
|
-
- .rspec-report-opts
|
|
671
|
-
|
|
672
399
|
.report-base:
|
|
673
400
|
image: ruby:2.6-alpine
|
|
674
401
|
variables:
|
|
@@ -75,6 +75,7 @@ For more details on the internals, please read the
|
|
|
75
75
|
* `GITLAB_QA_1P_SECRET` - Secret for authenticating into 1Password.
|
|
76
76
|
* `GITLAB_QA_1P_GITHUB_UUID` - UUID for GitHub item in GitLab-QA 1Password vault.
|
|
77
77
|
* `GITLAB_QA_LOOP_RUNNER_MINUTES` - Minutes to run and repeat a spec while using the '--loop' option; default value is 1 minute.
|
|
78
|
+
* `QA_CAN_TEST_ADMIN_FEATURES` - set to 'false' to skip tests that require admin access
|
|
78
79
|
|
|
79
80
|
## [Supported Remote Grid environment variables](./running_against_remote_grid.md)
|
|
80
81
|
|
|
@@ -61,7 +61,8 @@ module Gitlab
|
|
|
61
61
|
'GITLAB_QA_1P_PASSWORD' => :gitlab_qa_1p_password,
|
|
62
62
|
'GITLAB_QA_1P_SECRET' => :gitlab_qa_1p_secret,
|
|
63
63
|
'GITLAB_QA_1P_GITHUB_UUID' => :gitlab_qa_1p_github_uuid,
|
|
64
|
-
'GITLAB_QA_LOOP_RUNNER_MINUTES' => :gitlab_qa_loop_runner_minutes
|
|
64
|
+
'GITLAB_QA_LOOP_RUNNER_MINUTES' => :gitlab_qa_loop_runner_minutes,
|
|
65
|
+
'QA_CAN_TEST_ADMIN_FEATURES' => :qa_can_test_admin_features
|
|
65
66
|
}.freeze
|
|
66
67
|
|
|
67
68
|
ENV_VARIABLES.each_value do |accessor|
|
data/lib/gitlab/qa/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gitlab-qa
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.
|
|
4
|
+
version: 4.11.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Grzegorz Bizon
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-11-
|
|
11
|
+
date: 2019-11-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: climate_control
|