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

ARROW-14746: [CI] Allow (temporary) disabling of constantly failing nightlies #11731

Closed
wants to merge 7 commits into from

Conversation

jonkeane
Copy link
Member

No description provided.

@github-actions
Copy link

@github-actions
Copy link

⚠️ Ticket has not been started in JIRA, please click 'Start Progress'.

@pitrou
Copy link
Member

pitrou commented Nov 18, 2021

Instead of a separate "blocklist", IMHO it would be nicer to have an exclusion syntax, e.g.:

  nightly:
    - test-*
    - nightly-*
    - !nightly-not-fine-*
    - !test-a-test-two

@jonkeane
Copy link
Member Author

OH, yes that's much much better. Thank you! It turns out that ! is reserved in yaml (I could do something like - "!task-name", so I've used ~ instead which shouldn't show up in tasknames or anything

@jonkeane
Copy link
Member Author

@github-actions autotune

@jonkeane jonkeane closed this in 987d47a Nov 19, 2021
@ursabot
Copy link

ursabot commented Nov 19, 2021

Benchmark runs are scheduled for baseline = a2b7ba3 and contender = 987d47a. 987d47a is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
Conbench compare runs links:
[Finished ⬇️0.0% ⬆️0.0%] ec2-t3-xlarge-us-east-2
[Failed ⬇️0.0% ⬆️0.0%] ursa-i9-9960x
[Finished ⬇️0.09% ⬆️0.0%] ursa-thinkcentre-m75q
Supported benchmarks:
ursa-i9-9960x: langs = Python, R, JavaScript
ursa-thinkcentre-m75q: langs = C++, Java
ec2-t3-xlarge-us-east-2: cloud = True

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.

None yet

3 participants