Skip to content

Document nightly test assumptions - #1929

Merged
leftwo merged 1 commit into
mainfrom
alan/test-polish
Jul 28, 2026
Merged

Document nightly test assumptions#1929
leftwo merged 1 commit into
mainfrom
alan/test-polish

Conversation

@leftwo

@leftwo leftwo commented Apr 23, 2026

Copy link
Copy Markdown
Contributor

Added some documentation around what the nightly class tests expect for incoming environmental variables and how the tests should use them. These are things we already did, just writing them down somewhere.

Other work coming later in this area.

Added a bit more info about the system we are running on for the nightly test.

@leftwo
leftwo requested a review from jmpesp April 23, 2026 19:15
Comment thread tools/test_nightly.sh
echo "System info:" | tee -a "$output_file"
psrinfo -v | grep "operates at" | head -1 | tee -a "$output_file"
cpu_count=$(psrinfo | wc -l | tr -d ' ')
echo "CPU count: $cpu_count" | tee -a "$output_file"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

what about nproc?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

BRM42220009 # nproc
-bash: nproc: command not found

@leftwo
leftwo merged commit 8d2bedf into main Jul 28, 2026
17 checks passed
@leftwo
leftwo deleted the alan/test-polish branch July 28, 2026 18:35
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