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

For pytest, replace NUMBER_OF_CORES with auto #3846

Merged
merged 1 commit into from
Jul 27, 2024

Conversation

jtraglia
Copy link
Member

A small quality of life PR. Instead of hardcoding core count to 4 or 16, we can use auto to automatically use all cores.

@jtraglia jtraglia added the general:enhancement New feature or request label Jul 16, 2024
@jtraglia jtraglia requested a review from hwwhww July 16, 2024 19:18
Copy link
Member

@ralexstokes ralexstokes left a comment

Choose a reason for hiding this comment

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

makes sense

@hwwhww hwwhww merged commit e8fcebc into ethereum:dev Jul 27, 2024
26 checks passed
@hwwhww hwwhww added scope:CI/tests/pyspec and removed general:enhancement New feature or request labels Jul 27, 2024
@jtraglia jtraglia deleted the replace-ncores-with-auto branch July 29, 2024 06:10
Copy link

@Aga92-92 Aga92-92 left a comment

Choose a reason for hiding this comment

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

.

@@ -13,25 +13,22 @@
ALL_EXECUTABLE_SPECS=("phase0" "altair" "bellatrix" "capella" "deneb" "electra" "whisk")
TEST_PRESET_TYPE=minimal
FORK_TO_TEST=phase0
NUMBER_OF_CORES=4
WORKDIR="//consensus-specs//tests//core//pyspec"
ETH2SPEC_FOLDER_NAME="eth2spec"
CONTAINER_NAME="consensus-specs-tests"
DATE=$(date +"%Y%m%d-%H-%M")
# Default flag values
version=$(git log --pretty=format:'%h' -n 1)
IMAGE_NAME="consensus-specs:$version"
Copy link

Choose a reason for hiding this comment

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

.

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.

4 participants