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

all: ignored builders for test flakes reporting #55166

Open
rsc opened this issue Sep 20, 2022 · 5 comments
Open

all: ignored builders for test flakes reporting #55166

rsc opened this issue Sep 20, 2022 · 5 comments
Labels
NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made.
Milestone

Comments

@rsc
Copy link
Contributor

rsc commented Sep 20, 2022

#!watchflakes
skip <-
	builder ~ `android-.*-emu` && date != "" && date < "2022-12-05" ||
	builder ~ `^darwin-.*-aws` && date != "" && date < "2022-12-05" ||
	builder == "dragonfly-amd64-622" && date != "" && date < "2022-09-01" ||
	builder == "freebsd-arm-paulzhol" && date != "" && date < "2022-12-01"||
	builder == "linux-amd64-alpine" && date != "" && date < "2022-09-01" ||
	builder == "linux-amd64-unified" && date != "" && date < "2022-12-01" ||
	builder == "linux-loong64-3a5000" && date != "" && date < "2022-12-01" ||
	builder ~ `^netbsd.*-9_0` ||
	builder ~ `^netbsd.*` && date != "" && date < "2022-10-12" ||
	builder ~ `^plan9-(386|amd64)` ||
	builder == "plan9-arm" && date != "" && date < "2022-12-01" ||
	builder == "solaris-amd64-oraclerel" && date != "" && date < "2022-11-29" ||
	builder ~ `.*-newcc.*` && date != "" && date < "2022-12-01" ||
	builder == "windows-arm64-11" && date != "" && date < "2022-12-01" ||
	builder == "linux-amd64-wsl" && date != "" && date < "2023-05-01" ||
	builder == "wasip1-wasm-wasmedge" ||
	builder == "wasip1-wasm-wasmer" ||
	builder == "wasip1-wasm-wasmtime" ||
	builder == "openbsd-ppc64-n2vi"

This issue defines policy (above) for which builders are entirely ignored for flake finding.

@rsc rsc added the NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made. label Sep 20, 2022
@rsc rsc changed the title all: ignored builders for flaky test finding all: ignored builders for test flakes reporting Sep 20, 2022
@seankhliao seankhliao added this to the Unplanned milestone Nov 19, 2022
@gopherbot

This comment was marked as resolved.

@cherrymui
Copy link
Member

(Edited the script to fix parse errors.)

@gopherbot

This comment was marked as resolved.

@macrombilux

This comment was marked as duplicate.

@Oguidan
Copy link

Oguidan commented Feb 24, 2024

Hi, please can someone explain what you guys are trying to do here? @rsc @seankhliao @macrombilux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made.
Projects
Status: Active
Development

No branches or pull requests

6 participants