Lint
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 37s
Smoke Test / Run basic test suite (pull_request) Successful in 4m27s
Webapp Test / Run webapp test suite (pull_request) Successful in 4m46s
Deploy Test / Run deploy test suite (pull_request) Successful in 5m9s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 7m55s
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 37s
Smoke Test / Run basic test suite (pull_request) Successful in 4m27s
Webapp Test / Run webapp test suite (pull_request) Successful in 4m46s
Deploy Test / Run deploy test suite (pull_request) Successful in 5m9s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 7m55s
This commit is contained in:
parent
1a78227783
commit
a6deef26ca
@ -306,12 +306,12 @@ def dump_known_requests(filename, requests, status="SEEN"):
|
|||||||
"--log-dir", help="Output build/deployment logs to directory.", default=None
|
"--log-dir", help="Output build/deployment logs to directory.", default=None
|
||||||
)
|
)
|
||||||
@click.pass_context
|
@click.pass_context
|
||||||
def command(
|
def command( # noqa: C901
|
||||||
ctx,
|
ctx,
|
||||||
kube_config,
|
kube_config,
|
||||||
laconic_config,
|
laconic_config,
|
||||||
image_registry,
|
image_registry,
|
||||||
deployment_parent_dir, # noqa: C901
|
deployment_parent_dir,
|
||||||
request_id,
|
request_id,
|
||||||
discover,
|
discover,
|
||||||
state_file,
|
state_file,
|
||||||
|
Loading…
Reference in New Issue
Block a user