Skip to content

Commit 9d3ed4e

Browse files
committed
azure-pipeline: drop the GETTEXT_POISON job
This is a follow-up to 6c280b4 (ci: remove GETTEXT_POISON jobs, 2021-01-20) after reinstating the Azure Pipeline. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent be133cb commit 9d3ed4e

File tree

1 file changed

+0
-38
lines changed

1 file changed

+0
-38
lines changed

azure-pipelines.yml

-38
Original file line numberDiff line numberDiff line change
@@ -441,44 +441,6 @@ jobs:
441441
PathtoPublish: t/failed-test-artifacts
442442
ArtifactName: failed-test-artifacts
443443

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-
482444
- job: linux32
483445
displayName: Linux32
484446
condition: succeeded()

0 commit comments

Comments
 (0)