Skip to content

Commit

Permalink
Fix failing unit tests and cookstyle linter
Browse files Browse the repository at this point in the history
Add ExternalSlurmdbd subsection in unit tests for the
generation of the Slurm configuration.

Signed-off-by: Jacopo De Amicis <[email protected]>
  • Loading branch information
jdeamicis committed Feb 5, 2024
1 parent cdce680 commit 2b4af49
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions and
# limitations under the License.


template '/etc/systemd/system/slurmdbd.service' do
source 'slurm/head_node/slurmdbd.service.erb'
owner 'root'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Scheduling:
ScaledownIdletime: 10
EnableMemoryBasedScheduling: false
Database: null
ExternalSlurmdbd: null
SlurmQueues:
- Name: queue1
ComputeResources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,4 @@ Scheduling:
ScaledownIdletime: 10
EnableMemoryBasedScheduling: false
Database: null
ExternalSlurmdbd: null
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ Scheduling:
ScaledownIdletime: 10
EnableMemoryBasedScheduling: false
Database: null
ExternalSlurmdbd: null

0 comments on commit 2b4af49

Please sign in to comment.