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

#18737: Add blackhole nightly and demo test workflows #18741

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

williamlyTT
Copy link
Contributor

@williamlyTT williamlyTT commented Mar 6, 2025

Ticket

#18737

Problem description

Provide context for the problem.

What's changed

Add blackhole nightly and demo test workflows

Checklist

name: "BH_functionality",
arch: blackhole,
runs-on: ["cloud-virtual-machine", "BH", "in-service"],
cmd:
Copy link
Contributor Author

Choose a reason for hiding this comment

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

TBD

arch: blackhole,
# current blackhole baremetals are not tagged with bare-metal
# will need to be tagged if running perf tests on BH
runs-on: ["BH", "bare-metal", "in-service"],
Copy link
Contributor Author

@williamlyTT williamlyTT Mar 6, 2025

Choose a reason for hiding this comment

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

Also TBD (with cmd on L24 if required)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've tagged the BH bm runners with bare-metal

- name: Enable Performance mode
if: ${{ matrix.test-group.name == 'BH_performance' }}
run: |
sudo cpupower frequency-set -g performance
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Michael: not sure if possible

@williamlyTT williamlyTT marked this pull request as ready for review March 6, 2025 21:20
@williamlyTT williamlyTT requested a review from a team as a code owner March 6, 2025 21:20
Remove references to llama model which isn't being run on BH
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