mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
plugins: fix nomadTopologyToProto panic on systems that don't support NUMA (#23399)
After changes introduced in #23284 we no longer need to make a if !st.SupportsNUMA() check in the GetNodes() topology method. In fact this check will now cause panic in nomadTopologyToProto method on systems that don't support NUMA.
This commit is contained in:
committed by
GitHub
parent
6560a0ce02
commit
7772711c89
3
.github/workflows/test-windows.yml
vendored
3
.github/workflows/test-windows.yml
vendored
@@ -89,7 +89,8 @@ jobs:
|
||||
github.com/hashicorp/nomad/drivers/docker \
|
||||
github.com/hashicorp/nomad/client/lib/fifo \
|
||||
github.com/hashicorp/nomad/client/logmon \
|
||||
github.com/hashicorp/nomad/client/allocrunner/taskrunner/template
|
||||
github.com/hashicorp/nomad/client/allocrunner/taskrunner/template \
|
||||
github.com/hashicorp/nomad/plugins/base
|
||||
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
|
||||
with:
|
||||
name: results.xml
|
||||
|
||||
Reference in New Issue
Block a user