File tree 1 file changed +15
-9
lines changed
1 file changed +15
-9
lines changed Original file line number Diff line number Diff line change 345
345
346
346
- job :
347
347
name : swift-probetests-centos-7
348
- parent : unittests
348
+ parent : swift-probetests-centos-8-stream
349
349
nodeset : centos-7
350
350
description : |
351
351
Setup a SAIO dev environment and run Swift's probe tests
352
352
under Python 2.
353
- timeout : 7200
354
353
vars :
355
354
bindep_profile : test py27
356
- pre-run :
357
- - tools/playbooks/common/install_dependencies.yaml
358
- - tools/playbooks/saio_single_node_setup/setup_saio.yaml
359
- - tools/playbooks/saio_single_node_setup/make_rings.yaml
360
- run : tools/playbooks/probetests/run.yaml
361
- post-run : tools/playbooks/probetests/post.yaml
355
+ ensure_pip_from_packages : False
356
+ ensure_pip_from_packages_with_python2 : False
357
+ ensure_pip_from_upstream : True
358
+ ensure_pip_from_upstream_interpreters :
359
+ - python2
360
+ ensure_pip_from_upstream_url : " https://bootstrap.pypa.io/pip/2.7/get-pip.py "
362
361
363
362
- job :
364
363
name : swift-probetests-centos-8-stream
365
- parent : swift-probetests-centos-7
364
+ parent : unittests
366
365
nodeset : centos-8-stream
367
366
description : |
368
367
Setup a SAIO dev environment and run Swift's probe tests
369
368
under Python 3.
369
+ timeout : 7200
370
370
vars :
371
371
bindep_profile : test py36
372
+ pre-run :
373
+ - tools/playbooks/common/install_dependencies.yaml
374
+ - tools/playbooks/saio_single_node_setup/setup_saio.yaml
375
+ - tools/playbooks/saio_single_node_setup/make_rings.yaml
376
+ run : tools/playbooks/probetests/run.yaml
377
+ post-run : tools/playbooks/probetests/post.yaml
372
378
373
379
- job :
374
380
name : swift-probetests-centos-8-stream-arm64
You can’t perform that action at this time.
0 commit comments