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: use namespace.io #31064

Merged
merged 8 commits into from
Jan 19, 2024
Merged

CI: use namespace.io #31064

merged 8 commits into from
Jan 19, 2024

Conversation

jnewb1
Copy link
Contributor

@jnewb1 jnewb1 commented Jan 19, 2024

fixed the multiarch push, working on my fork: https://github.com/jnewb1/openpilot/actions/runs/7580004107

@jnewb1 jnewb1 merged commit 35ed8a0 into master Jan 19, 2024
27 of 28 checks passed
@jnewb1 jnewb1 deleted the namespace branch January 19, 2024 06:13
@@ -181,7 +180,7 @@ jobs:
run: |
${{ env.RUN }} "source selfdrive/test/setup_xvfb.sh && \
export MAPBOX_TOKEN='pk.eyJ1Ijoiam5ld2IiLCJhIjoiY2xxNW8zZXprMGw1ZzJwbzZneHd2NHljbSJ9.gV7VPRfbXFetD-1OVF0XZg' && \
$PYTEST --timeout 40 -m 'not slow' && \
$PYTEST --timeout 40 -m 'not slow' -n $(nproc) && \
Copy link
Contributor

Choose a reason for hiding this comment

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

why was this changed from auto only here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

the pytest auto only returns 4 even though there are 8 cpus (perhaps something with hyperthreading or docker), im going to bring it up with the namespace people.

Copy link
Contributor

@sshane sshane Jan 19, 2024

Choose a reason for hiding this comment

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

-n auto returns physical cores, maybe there's just 4 hyperthreaded cores. (using logical cores still improves performance in our tests, so maybe we should switch to -n logical)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants