-
Notifications
You must be signed in to change notification settings - Fork 116
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
base: main
Are you sure you want to change the base?
Conversation
name: "BH_functionality", | ||
arch: blackhole, | ||
runs-on: ["cloud-virtual-machine", "BH", "in-service"], | ||
cmd: |
There was a problem hiding this comment.
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"], |
There was a problem hiding this comment.
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)
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
Remove references to llama model which isn't being run on BH
Ticket
#18737
Problem description
Provide context for the problem.
What's changed
Add blackhole nightly and demo test workflows
Checklist