Skip to content

Commit ea5faa6

Browse files
committed
ci: Fix DDS version for nightly
1 parent 6df3ce2 commit ea5faa6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Jenkinsfile.nightly

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def jobMatrix(String type, List specs) {
2020
selector = 'fedora-39-x86_64'
2121
os = 'fedora'
2222
ver = '39'
23-
dds = '3.11'
23+
dds = '3.12'
2424
}
2525

2626
def label = "${job}"
@@ -69,7 +69,7 @@ pipeline{
6969
script {
7070
def builds = jobMatrix('build', [
7171
// [os: 'fedora', ver: '36', arch: 'x86_64', compiler: 'gcc-11', dds: '3.7.22'],
72-
[os: 'fedora', ver: '39', arch: 'x86_64', compiler: 'gcc-14', dds: '3.11'],
72+
[os: 'fedora', ver: '39', arch: 'x86_64', compiler: 'gcc-14', dds: '3.12'],
7373
])
7474

7575
def checks = jobMatrix('check', [

odc/Topology.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ class BasicTopology : public AsioBase<Executor, Allocator>
840840
{
841841
try {
842842
using namespace dds::tools_api;
843-
OLOG(info, mPartitionID, mSession.mLastRunNr.load()) << "Sending shutdown signal to agent " << agentID;;
843+
OLOG(info, mPartitionID, mSession.mLastRunNr.load()) << "Sending shutdown signal to agent " << agentID;
844844
SAgentCommandRequest::request_t agentCmd;
845845
agentCmd.m_commandType = SAgentCommandRequestData::EAgentCommandType::shutDownByID;
846846
agentCmd.m_arg1 = agentID;

0 commit comments

Comments
 (0)