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

ci: Fix veristat pull request workflow #513

Merged
merged 1 commit into from
Aug 19, 2024
Merged

Conversation

hodgesds
Copy link
Contributor

@hodgesds hodgesds commented Aug 19, 2024

See the failure which needs to have an action defined.

See the [failure](https://github.com/sched-ext/scx/actions/runs/10389671253), which needs to have an action defined.

Signed-off-by: Daniel Hodges <hodges.daniel.scott@gmail.com>
@@ -59,6 +59,9 @@ jobs:
# Generate kernel headers
- run: cd linux && make headers

- run: wget https://github.com/libbpf/veristat/releases/download/v0.3.2/veristat-v0.3.2-amd64.tar.gz
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@arighi I'm not sure if veristat is packaged for ubuntu so I'm just downloading it here directly.

@@ -21,7 +21,7 @@ if [ -n "${SCHED}" ]; then
if [ -n "${KERNEL}" ]; then
timeout --preserve-status ${GUEST_TIMEOUT} \
vng --force-9p -v -r ${KERNEL} -- \
veristat ${BPF_PATH}
./veristat ${BPF_PATH}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is to use the downloaded veristat inside vng. I think this will work?

@htejun htejun merged commit ab6cf29 into sched-ext:main Aug 19, 2024
1 of 2 checks passed
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