Commit 5bb40aa 1 parent c74f7be commit 5bb40aa Copy full SHA for 5bb40aa
File tree 1 file changed +0
-38
lines changed
1 file changed +0
-38
lines changed Original file line number Diff line number Diff line change @@ -441,44 +441,6 @@ jobs:
441
441
PathtoPublish : t/failed-test-artifacts
442
442
ArtifactName : failed-test-artifacts
443
443
444
- - job : gettext_poison
445
- displayName : GETTEXT_POISON
446
- condition : succeeded()
447
- pool :
448
- vmImage : ubuntu-latest
449
- steps :
450
- - bash : |
451
- test "$GITFILESHAREPWD" = '$(gitfileshare.pwd)' || ci/mount-fileshare.sh //gitfileshare.file.core.windows.net/test-cache gitfileshare "$GITFILESHAREPWD" "$HOME/test-cache" || exit 1
452
-
453
- sudo apt-get update &&
454
- sudo apt-get -y install git gcc make libssl-dev libcurl4-openssl-dev libexpat-dev tcl tk gettext git-email zlib1g-dev &&
455
-
456
- export jobname=GETTEXT_POISON || exit 1
457
-
458
- ci/run-build-and-tests.sh || {
459
- ci/print-test-failures.sh
460
- exit 1
461
- }
462
-
463
- test "$GITFILESHAREPWD" = '$(gitfileshare.pwd)' || sudo umount "$HOME/test-cache" || exit 1
464
- displayName: 'ci/run-build-and-tests.sh'
465
- env:
466
- GITFILESHAREPWD: $(gitfileshare.pwd)
467
- - task : PublishTestResults@2
468
- displayName : ' Publish Test Results **/TEST-*.xml'
469
- inputs :
470
- mergeTestResults : true
471
- testRunTitle : ' gettext-poison'
472
- platform : Linux
473
- publishRunAttachments : false
474
- condition : succeededOrFailed()
475
- - task : PublishBuildArtifacts@1
476
- displayName : ' Publish trash directories of failed tests'
477
- condition : failed()
478
- inputs :
479
- PathtoPublish : t/failed-test-artifacts
480
- ArtifactName : failed-test-artifacts
481
-
482
444
- job : linux32
483
445
displayName : Linux32
484
446
condition : succeeded()
You can’t perform that action at this time.
0 commit comments