Skip to content

Commit

Permalink
Disable aot_test due to docker env issue (adoptium#4925)
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>
  • Loading branch information
annaibm committed Dec 19, 2023
1 parent 0dbc4a9 commit 7cd2ff4
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 7cd2ff4

Please sign in to comment.