Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i#6417 AMD 32-bit: Create a denylist for CI x86-32 tests. #6719

Closed
wants to merge 1 commit into from

Conversation

ivankyluk
Copy link
Contributor

@ivankyluk ivankyluk commented Mar 25, 2024

Create a denylist for CI x86-32 tests, and move failing tests to it.

The change re-enable passing tests removed by #6590.

Issue: #6417

@ivankyluk ivankyluk changed the title Create a blacklist for CI x86-32 tests. i#6417 AMD 32-bit: Create a blacklist for CI x86-32 tests. Mar 25, 2024
@@ -95,7 +95,7 @@ if (UNIX AND NOT APPLE AND NOT ANDROID AND NOT cross_riscv64_linux_only)
# TODO i#6417: The switch to AMD VM's for GA CI has broken many of our tests.
# This includes timeouts which increases suite length.
# Until we get ths x86-32 job back green, we drop back to a small set of tests.
set(extra_ctest_args INCLUDE_LABEL UBUNTU_22)
set(extra_ctest_args EXCLUDE_LABEL X32_BLACKLIST)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/blacklist/denylist/

@ivankyluk ivankyluk changed the title i#6417 AMD 32-bit: Create a blacklist for CI x86-32 tests. i#6417 AMD 32-bit: Create a denylist for CI x86-32 tests. Mar 25, 2024
@ivankyluk ivankyluk closed this Mar 25, 2024
@ivankyluk ivankyluk deleted the i6417-add-ci-x86-32-blacklist branch March 25, 2024 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants