Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .azldev-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0256227f5434d9e00d7c8501b16848efa400a72b
830e6fed79750f8e24ae17cd630248f50c90c8a9
10 changes: 4 additions & 6 deletions base/comps/component-check-disablement.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ components = [
"containerd",
"dnf",
"erlang-lager",
"fakeroot",
"fontconfig",
"ghc",
"glib2",
Expand Down Expand Up @@ -37,7 +36,6 @@ components = [
"golang-github-json-iterator",
"golang-github-logr",
"golang-github-mailru-easyjson",
"golang-github-moby-spdystream",
"golang-github-mwitkow-conntrack",
"golang-github-nxadm-tail",
"golang-github-olekukonko-tablewriter",
Expand Down Expand Up @@ -97,7 +95,6 @@ components = [
"perl",
"perl-POE",
"poetry",
"python-aioquic",
"python-awscrt",
"python-azure-data-tables",
"python-azure-mgmt-applicationinsights",
Expand Down Expand Up @@ -136,11 +133,9 @@ components = [
"python-oslo-config",
"python-pandas",
"python-passlib",
"python-pexpect",
"python-psutil",
"python-pydantic",
"python-pyftpdlib",
"python-pytest-xdist",
"python-rapidfuzz",
"python-scikit-image",
"python-sphinxcontrib-htmlhelp",
Expand Down Expand Up @@ -174,7 +169,6 @@ components = [
"satyr",
"scancode-toolkit",
"scipy",
"socat",
"srt",
"sssd",
"superlu_dist",
Expand All @@ -189,3 +183,7 @@ components = [

[component-groups.check-skip-initial-failures.default-component-config.build]
check = { skip = true, skip_reason = "Disabling checks for initial set of failures." }

[component-groups.check-skip-initial-failures.metadata]
category = "azl-disable-unsupported-tests"
upstream-status = "unknown"
21 changes: 21 additions & 0 deletions base/comps/component-flaky-test-disablement.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Components with flaky / race-condition %check failures.
# These tests fail intermittently (timing-sensitive, environment-dependent)
# rather than deterministically, and should be re-enabled once the upstream
# flakiness is addressed.
[component-groups.check-skip-flaky-tests]
description = "Components with flaky or race-condition check failures"
components = [
"fakeroot",
"golang-github-moby-spdystream",
"python-aioquic",
"python-pexpect",
"python-pytest-xdist",
"socat",
]

[component-groups.check-skip-flaky-tests.default-component-config.build]
check = { skip = true, skip_reason = "Disabling checks for flaky tests." }
Comment thread
liunan-ms marked this conversation as resolved.

[component-groups.check-skip-flaky-tests.metadata]
category = "azl-disable-flaky-tests"
upstream-status = "upstreamable"
Comment thread
liunan-ms marked this conversation as resolved.
4 changes: 4 additions & 0 deletions base/comps/component-mingw-disablement.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,7 @@ components = [

[component-groups.mingw-disabled.default-component-config.build]
without = ["mingw"]

[component-groups.mingw-disabled.metadata]
category = "azl-pruning"
upstream-status = "inapplicable"
Comment thread
liunan-ms marked this conversation as resolved.
2 changes: 1 addition & 1 deletion base/comps/components.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
includes = ["**/*.comp.toml", "component-check-disablement.toml", "component-mingw-disablement.toml", "components-publish-channels.toml"]
includes = ["**/*.comp.toml", "component-check-disablement.toml", "component-flaky-test-disablement.toml", "component-mingw-disablement.toml", "components-publish-channels.toml"]

#
# Components imported from Fedora with no per-component modifications.
Expand Down
Loading
Loading