lint
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 40s
Deploy Test / Run deploy test suite (pull_request) Successful in 5m5s
Webapp Test / Run webapp test suite (pull_request) Successful in 4m48s
Smoke Test / Run basic test suite (pull_request) Successful in 3m53s
K8s Deployment Control Test / Run deployment control suite on kind/k8s (pull_request) Successful in 10m3s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 12m21s
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 40s
Deploy Test / Run deploy test suite (pull_request) Successful in 5m5s
Webapp Test / Run webapp test suite (pull_request) Successful in 4m48s
Smoke Test / Run basic test suite (pull_request) Successful in 3m53s
K8s Deployment Control Test / Run deployment control suite on kind/k8s (pull_request) Successful in 10m3s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 12m21s
This commit is contained in:
parent
09c9214e4c
commit
023a640252
@ -160,7 +160,7 @@ def dump_known_requests(filename, requests):
|
|||||||
default="",
|
default="",
|
||||||
)
|
)
|
||||||
@click.pass_context
|
@click.pass_context
|
||||||
def command(
|
def command( # noqa: C901
|
||||||
ctx,
|
ctx,
|
||||||
laconic_config,
|
laconic_config,
|
||||||
deployment_parent_dir,
|
deployment_parent_dir,
|
||||||
|
@ -22,8 +22,6 @@ import subprocess
|
|||||||
import sys
|
import sys
|
||||||
import tempfile
|
import tempfile
|
||||||
import uuid
|
import uuid
|
||||||
from typing import final
|
|
||||||
|
|
||||||
import yaml
|
import yaml
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user