mirror of
https://github.com/corda/corda.git
synced 2025-02-25 19:11:45 +00:00
lowercase
This commit is contained in:
parent
3857f092cd
commit
69560d2848
@ -88,7 +88,7 @@ class KubesTest extends DefaultTask {
|
||||
}
|
||||
|
||||
List<Future<KubePodResult>> futures = IntStream.range(0, numberOfPods).mapToObj({ i ->
|
||||
String podName = "$taskToExecuteName-$stableRunId-$random-$i"
|
||||
String podName = "${taskToExecuteName.toLowerCase()}-$stableRunId-$random-$i"
|
||||
submitBuild(client, namespace, numberOfPods, i, podName, printOutput, 3)
|
||||
}).collect(Collectors.toList())
|
||||
this.testOutput = Collections.synchronizedList(futures.collect { it -> it.get().binaryResults }.flatten())
|
||||
|
Loading…
x
Reference in New Issue
Block a user