Skip to content

Commit

Permalink
Restrict F05 and N04 to single rpc recording temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
Lubomir-Jahn committed Nov 7, 2024
1 parent 0ba2b1d commit 54e483c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions release_testing/master.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,8 @@ pipeline {
string(name: 'AidaVersion', value: "${AIDA_VERSION}"),
string(name: 'CarmenVersion', value: "${CARMEN_VERSION}"),
string(name: 'ToscaVersion', value: "${TOSCA_VERSION}"),
string(name: 'SonicVersion', value: "${SONIC_VERSION}")
string(name: 'SonicVersion', value: "${SONIC_VERSION}"),
string(name: 'RpcRecording', value: "api-recording-2023-05-19_11-36.gz")
]
}
}
Expand Down Expand Up @@ -662,7 +663,8 @@ pipeline {
string(name: 'AidaVersion', value: "${AIDA_VERSION}"),
string(name: 'CarmenVersion', value: "${CARMEN_VERSION}"),
string(name: 'ToscaVersion', value: "${TOSCA_VERSION}"),
string(name: 'SonicVersion', value: "${SONIC_VERSION}")
string(name: 'SonicVersion', value: "${SONIC_VERSION}"),
string(name: 'RpcRecording', value: "api-recording-2023-05-19_11-36.gz")
]
}
}
Expand Down

0 comments on commit 54e483c

Please sign in to comment.