fixes
parent
fb0a4cde42
commit
75e57ee600
|
@ -3150,7 +3150,6 @@ class Kubernetes {
|
|||
if (!running) {
|
||||
if (!follow_log_stream_service_1.FollowLogStreamService.DidReceiveEndOfTransmission && podStatus === `Succeeded`) {
|
||||
output += await kubernetes_task_runner_1.default.runTask(this.kubeConfig, this.kubeClient, this.jobName, this.podName, 'main', this.namespace, true);
|
||||
output += await kubernetes_task_runner_1.default.runTask(this.kubeConfig, this.kubeClient, this.jobName, this.podName, ``, this.namespace, true);
|
||||
cloud_runner_logger_1.default.log(JSON.stringify((await this.kubeClient.listNamespacedEvent(this.namespace)).body.items
|
||||
.map((x) => {
|
||||
return {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -171,15 +171,6 @@ class Kubernetes implements ProviderInterface {
|
|||
this.namespace,
|
||||
true,
|
||||
);
|
||||
output += await KubernetesTaskRunner.runTask(
|
||||
this.kubeConfig,
|
||||
this.kubeClient,
|
||||
this.jobName,
|
||||
this.podName,
|
||||
``,
|
||||
this.namespace,
|
||||
true,
|
||||
);
|
||||
CloudRunnerLogger.log(
|
||||
JSON.stringify(
|
||||
(await this.kubeClient.listNamespacedEvent(this.namespace)).body.items
|
||||
|
|
Loading…
Reference in New Issue