parameterize s3
parent
6fda45ab7d
commit
aae20d20fa
|
|
@ -3295,6 +3295,7 @@ class Kubernetes {
|
|||
else {
|
||||
cloud_runner_logger_1.default.log('Pod still running, recovering stream...');
|
||||
}
|
||||
yield this.cleanupTaskResources();
|
||||
}
|
||||
catch (error) {
|
||||
let errorParsed;
|
||||
|
|
@ -3318,7 +3319,6 @@ class Kubernetes {
|
|||
}
|
||||
}
|
||||
}
|
||||
yield this.cleanupTaskResources();
|
||||
return output;
|
||||
}
|
||||
catch (error) {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -154,6 +154,7 @@ class Kubernetes implements ProviderInterface {
|
|||
} else {
|
||||
CloudRunnerLogger.log('Pod still running, recovering stream...');
|
||||
}
|
||||
await this.cleanupTaskResources();
|
||||
} catch (error: any) {
|
||||
let errorParsed;
|
||||
try {
|
||||
|
|
@ -175,7 +176,6 @@ class Kubernetes implements ProviderInterface {
|
|||
}
|
||||
}
|
||||
}
|
||||
await this.cleanupTaskResources();
|
||||
|
||||
return output;
|
||||
} catch (error) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue