Skip to content

Commit

Permalink
Merge branch 'branch-24.08' into case-when-perf
Browse files Browse the repository at this point in the history
  • Loading branch information
Chong Gao committed Jun 18, 2024
2 parents 40f32bb + 6eb854d commit 72f76e5
Show file tree
Hide file tree
Showing 115 changed files with 4,239 additions and 1,476 deletions.
82 changes: 43 additions & 39 deletions .github/workflows/blossom-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,45 +33,49 @@ jobs:
args: ${{ env.args }}

# This job only runs for pull request comments
if: contains( '\
abellina,\
anfeng,\
firestarman,\
GaryShen2008,\
jlowe,\
kuhushukla,\
mythrocks,\
nartal1,\
nvdbaranec,\
NvTimLiu,\
razajafri,\
revans2,\
rwlee,\
sameerz,\
tgravescs,\
wbo4958,\
wjxiz1992,\
sperlingxx,\
hyperbolic2346,\
gerashegalov,\
ttnghia,\
nvliyuan,\
res-life,\
HaoYang670,\
NVnavkumar,\
amahussein,\
mattahrens,\
YanxuanLiu,\
cindyyuanjiang,\
thirtiseven,\
winningsix,\
viadea,\
yinqingh,\
parthosa,\
liurenjie1024,\
binmahone,\
zpuller,\
', format('{0},', github.actor)) && github.event.comment.body == 'build'
if: |
github.event.comment.body == 'build' &&
(
github.actor == 'abellina' ||
github.actor == 'anfeng' ||
github.actor == 'firestarman' ||
github.actor == 'GaryShen2008' ||
github.actor == 'jlowe' ||
github.actor == 'kuhushukla' ||
github.actor == 'mythrocks' ||
github.actor == 'nartal1' ||
github.actor == 'nvdbaranec' ||
github.actor == 'NvTimLiu' ||
github.actor == 'razajafri' ||
github.actor == 'revans2' ||
github.actor == 'rwlee' ||
github.actor == 'sameerz' ||
github.actor == 'tgravescs' ||
github.actor == 'wbo4958' ||
github.actor == 'wjxiz1992' ||
github.actor == 'sperlingxx' ||
github.actor == 'hyperbolic2346' ||
github.actor == 'gerashegalov' ||
github.actor == 'ttnghia' ||
github.actor == 'nvliyuan' ||
github.actor == 'res-life' ||
github.actor == 'HaoYang670' ||
github.actor == 'NVnavkumar' ||
github.actor == 'amahussein' ||
github.actor == 'mattahrens' ||
github.actor == 'YanxuanLiu' ||
github.actor == 'cindyyuanjiang' ||
github.actor == 'thirtiseven' ||
github.actor == 'winningsix' ||
github.actor == 'viadea' ||
github.actor == 'yinqingh' ||
github.actor == 'parthosa' ||
github.actor == 'liurenjie1024' ||
github.actor == 'binmahone' ||
github.actor == 'zpuller' ||
github.actor == 'pxLi' ||
github.actor == 'Feng-Jiang28'
)
steps:
- name: Check if comment is issued by authorized person
run: blossom-ci
Expand Down
422 changes: 121 additions & 301 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/buildall
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ function build_single_shim() {
-Dmaven.scaladoc.skip \
-Dmaven.scalastyle.skip="$SKIP_CHECKS" \
-pl tools -am > "$LOG_FILE" 2>&1 || {
[[ "$LOG_FILE" != "/dev/tty" ]] && echo "$LOG_FILE:" && tail -20 "$LOG_FILE" || true
[[ "$LOG_FILE" != "/dev/tty" ]] && echo "$LOG_FILE:" && tail -500 "$LOG_FILE" || true
exit 255
}
}
Expand Down
Loading

0 comments on commit 72f76e5

Please sign in to comment.