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

chore: fix stress test #3233

Merged

Conversation

blasrodri
Copy link
Contributor

CI run 1515308234 reported that the command
Run apt install -y valgrind failed due to missing root permissions.
This patch adds sudo before the apt install to overcome this.

Motivation

Solution

CI run 1515308234 reported that the command
Run apt install -y valgrind failed due to missing root permissions.
This patch adds sudo before the apt install to overcome this.
Copy link
Member

@taiki-e taiki-e left a comment

Choose a reason for hiding this comment

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

This workflow is not enabled for PR.
Please add pull_request condition to on key or move stress-test job to ci.yml.

on:
push:
branches:
- master

  on: 
+    pull_request:
     push: 
       branches: 
          - master 

@taiki-e taiki-e added the A-ci Area: The continuous integration setup label Dec 8, 2020
Copy link
Member

@taiki-e taiki-e left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for the fix!

@blasrodri
Copy link
Contributor Author

LGTM, thanks for the fix!

thanks for the great feedback!

@taiki-e taiki-e changed the title chore: added sudo on valgrind installation chore: fix stress test Dec 8, 2020
@taiki-e taiki-e merged commit fc7a4b3 into tokio-rs:master Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ci Area: The continuous integration setup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants