act/pkg
psa 3ac2b726f2
Fix bug in processing jobs on platforms without Docker (#1834)
* Log incoming jobs.

Log the full contents of the job protobuf to make debugging jobs easier

* Ensure that the parallel executor always uses at least one thread.

The caller may mis-calculate the number of CPUs as zero, in which case
ensure that at least one thread is spawned.

* Use runtime.NumCPU for CPU counts.

For hosts without docker, GetHostInfo() returns a blank struct which
has zero CPUs and causes downstream trouble.

---------

Co-authored-by: Paul Armstrong <psa@users.noreply.gitea.com>
Co-authored-by: Jason Song <i@wolfogre.com>
2023-06-06 03:00:54 +00:00
..
artifactcache Support cache (#1770) 2023-04-28 15:57:40 +00:00
artifacts fix: tolerate workflow that needs a missing job (#1595) (#1619) 2023-02-16 16:41:59 +00:00
common Fix bug in processing jobs on platforms without Docker (#1834) 2023-06-06 03:00:54 +00:00
container fix: Update ARCH environment variable used in runners/actions (#1818) 2023-05-23 12:26:47 +00:00
exprparser fix: return err in walk (#1667) 2023-03-08 15:13:11 +00:00
lookpath feat: Host environment (#1293) 2022-11-16 21:29:45 +00:00
model Fix bug in processing jobs on platforms without Docker (#1834) 2023-06-06 03:00:54 +00:00
runner Fix bug in processing jobs on platforms without Docker (#1834) 2023-06-06 03:00:54 +00:00
workflowpattern feat: workflowpattern package (#1618) 2023-02-23 18:21:08 +00:00