[MMTk/CI] Skip Ractor btests with MMTk
currently these are flaky, so until we can make them more robust, we'll skip them for MMTk CI
This commit is contained in:
parent
7caf2ffe00
commit
58b4e249ed
Notes:
git
2024-12-06 09:48:49 +00:00
1
.github/workflows/modgc.yml
vendored
1
.github/workflows/modgc.yml
vendored
@ -124,6 +124,7 @@ jobs:
|
||||
echo 'MMTK_PLAN=${{ matrix.gc.mmtk_plan }}' >> $GITHUB_ENV
|
||||
echo 'EXCLUDES=../src/test/.excludes-mmtk' >> $GITHUB_ENV
|
||||
echo 'MSPECOPT=-B../src/spec/mmtk.mspec' >> $GITHUB_ENV
|
||||
echo 'GITHUB_WORKFLOW=ModGC' >> $GITHUB_ENV
|
||||
if: ${{ matrix.gc.name == 'mmtk' }}
|
||||
|
||||
- run: $SETARCH make
|
||||
|
@ -215,7 +215,8 @@ assert_equal '[:a, :b, :c, :d, :e, :f, :g]', %q{
|
||||
###
|
||||
# Ractor still has several memory corruption so skip huge number of tests
|
||||
if ENV['GITHUB_WORKFLOW'] &&
|
||||
ENV['GITHUB_WORKFLOW'] == 'Compilations'
|
||||
(ENV['GITHUB_WORKFLOW'] == 'Compilations' ||
|
||||
ENV['GITHUB_WORKFLOW'] == 'ModGC')
|
||||
# ignore the follow
|
||||
else
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user