Skip to content

Commit

Permalink
Disable aot_test due to docker env issue (#4925) (#5009)
Browse files Browse the repository at this point in the history
-disable aot_test for ppc64le

related: https://github.ibm.com/runtimes/backlog/issues/917

Signed-off-by: Anna Babu Palathingal <anna.bp@ibm.com>
Co-authored-by: Anna Babu Palathingal <148897727+annaibm@users.noreply.github.com>
  • Loading branch information
LongyuZhang and annaibm authored Jan 29, 2024
1 parent ad971ae commit bbed8ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions external/aot/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
$(TEST_STATUS); \
$(TEST_ROOT)$(D)external$(D)external.sh --clean --tag "${DOCKERIMAGE_TAG}" --dir aot --platform "${PLATFORM}" --node_labels "${NODE_LABELS}"
</command>
<disables>
<disable>
<comment>semeru docker image has no support for P8 machines https://github.ibm.com/runtimes/backlog/issues/917</comment>
<platform>ppc64le_linux</platform>
</disable>
</disables>
<features>
<feature>AOT:applicable</feature>
</features>
Expand Down

0 comments on commit bbed8ac

Please sign in to comment.