Skip to content

Commit

Permalink
ICU-22847 Migrate ADO pipelines to GHA
Browse files Browse the repository at this point in the history
  See #3112
    - Update Docs
    - Make exhaustive tests run manually, based on cron for main and post merge for maint
  • Loading branch information
rp9-next committed Sep 6, 2024
1 parent 46712bf commit 91ed39f
Show file tree
Hide file tree
Showing 18 changed files with 518 additions and 197 deletions.
81 changes: 0 additions & 81 deletions .ci-builds/.azure-exhaustive-tests.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .ci-builds/.azure-pipelines-icu4c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# 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 && \
ICU_DATA_FILTER_FILE=../../.github/data-filter.json ./runConfigureICU Linux && \
make -j2 tests && \
\[ ! -d data/out/build/icudt66l/translit \] && \
(cd test/intltest && LD_LIBRARY_PATH=../../lib:../../tools/ctestfw ./intltest translit/TransliteratorTest/TestBasicTransliteratorEvenWithoutData) && \
Expand Down Expand Up @@ -272,7 +272,7 @@ jobs:
- Cmd
steps:
- powershell: |
$filterPath = $Env:BUILD_SOURCESDIRECTORY + "\.ci-builds\data-filter.json"
$filterPath = $Env:BUILD_SOURCESDIRECTORY + "\.github\data-filter.json"
$vstsCommandString = "vso[task.setvariable variable=ICU_DATA_FILTER_FILE]" + $filterPath
Write-Host "##$vstsCommandString"
- task: VSBuild@1
Expand Down Expand Up @@ -667,4 +667,4 @@ jobs:
displayName: 'Run Tests (icucheck.bat)'
inputs:
filename: icu4c/source/allinone/icucheck.bat
arguments: 'x64 Release'
arguments: 'x64 Release'
File renamed without changes.
Loading

0 comments on commit 91ed39f

Please sign in to comment.