Skip to content

Commit

Permalink
ICU-22322 Revert extra parallelism for data-filter test in .azure-pip…
Browse files Browse the repository at this point in the history
…elines.yml

See #2471
  • Loading branch information
sffc committed May 26, 2023
1 parent 8bbb8f5 commit de26ea8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .ci-builds/.azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,13 @@ jobs:
- checkout: self
lfs: true
fetchDepth: 10
# Note: This job uses `make -j2` instead of `make -j -l2.5` because with more parallelism (PR #2456)
# this check became flaky. The build apparently was not done copying one or another .ucm file before
# calling makeconv for it, although the Makefile has appropriate dependencies.
- script: |
cd icu4c/source && \
ICU_DATA_FILTER_FILE=../../.ci-builds/data-filter.json ./runConfigureICU Linux && \
make -j -l2.5 tests && \
make -j2 tests && \
\[ ! -d data/out/build/icudt66l/translit \] && \
(cd test/intltest && LD_LIBRARY_PATH=../../lib:../../tools/ctestfw ./intltest translit/TransliteratorTest/TestBasicTransliteratorEvenWithoutData)
displayName: 'Build with Data Filter'
Expand Down

0 comments on commit de26ea8

Please sign in to comment.