Skip to content

Commit

Permalink
Log pid of parent process that is running the CI tests (#52554)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth authored Dec 15, 2023
1 parent e207c10 commit 67c7843
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ cd(@__DIR__) do

println("""
Running parallel tests with:
getpid() = $(getpid())
nworkers() = $(nworkers())
nthreads() = $(Threads.threadpoolsize())
Sys.CPU_THREADS = $(Sys.CPU_THREADS)
Expand Down

2 comments on commit 67c7843

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

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

Executing the daily package evaluation, I will reply here when finished:

@nanosoldier runtests(isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

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

The package evaluation job you requested has completed - possible new issues were detected.
The full report is available.

Please sign in to comment.