Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] feat: executor to gcp custom container #6136

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

fix: issue in gcp app

b258808
Select commit
Loading
Failed to load commit list.
Draft

[WIP] feat: executor to gcp custom container #6136

fix: issue in gcp app
b258808
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Feb 1, 2024 in 1s

10.74% of diff hit (target 75.06%)

View this Pull Request on Codecov

10.74% of diff hit (target 75.06%)

Annotations

Check warning on line 213 in jina/serve/runtimes/asyncio.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

jina/serve/runtimes/asyncio.py#L213

Added line #L213 was not covered by tests

Check warning on line 215 in jina/serve/runtimes/asyncio.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

jina/serve/runtimes/asyncio.py#L215

Added line #L215 was not covered by tests

Check warning on line 312 in jina/serve/runtimes/servers/http.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

jina/serve/runtimes/servers/http.py#L312

Added line #L312 was not covered by tests

Check warning on line 318 in jina/serve/runtimes/servers/http.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

jina/serve/runtimes/servers/http.py#L318

Added line #L318 was not covered by tests

Check warning on line 325 in jina/serve/runtimes/servers/http.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

jina/serve/runtimes/servers/http.py#L325

Added line #L325 was not covered by tests

Check warning on line 1 in jina/serve/runtimes/worker/http_gcp_app.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

jina/serve/runtimes/worker/http_gcp_app.py#L1

Added line #L1 was not covered by tests

Check warning on line 5 in jina/serve/runtimes/worker/http_gcp_app.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

jina/serve/runtimes/worker/http_gcp_app.py#L3-L5

Added lines #L3 - L5 were not covered by tests

Check warning on line 8 in jina/serve/runtimes/worker/http_gcp_app.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

jina/serve/runtimes/worker/http_gcp_app.py#L7-L8

Added lines #L7 - L8 were not covered by tests

Check warning on line 11 in jina/serve/runtimes/worker/http_gcp_app.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

jina/serve/runtimes/worker/http_gcp_app.py#L10-L11

Added lines #L10 - L11 were not covered by tests

Check warning on line 14 in jina/serve/runtimes/worker/http_gcp_app.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

jina/serve/runtimes/worker/http_gcp_app.py#L14

Added line #L14 was not covered by tests

Check warning on line 36 in jina/serve/runtimes/worker/http_gcp_app.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

jina/serve/runtimes/worker/http_gcp_app.py#L31-L36

Added lines #L31 - L36 were not covered by tests

Check warning on line 38 in jina/serve/runtimes/worker/http_gcp_app.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

jina/serve/runtimes/worker/http_gcp_app.py#L38

Added line #L38 was not covered by tests

Check warning on line 41 in jina/serve/runtimes/worker/http_gcp_app.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

jina/serve/runtimes/worker/http_gcp_app.py#L40-L41

Added lines #L40 - L41 were not covered by tests

Check warning on line 45 in jina/serve/runtimes/worker/http_gcp_app.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

jina/serve/runtimes/worker/http_gcp_app.py#L43-L45

Added lines #L43 - L45 were not covered by tests

Check warning on line 48 in jina/serve/runtimes/worker/http_gcp_app.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

jina/serve/runtimes/worker/http_gcp_app.py#L47-L48

Added lines #L47 - L48 were not covered by tests

Check warning on line 54 in jina/serve/runtimes/worker/http_gcp_app.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

jina/serve/runtimes/worker/http_gcp_app.py#L52-L54

Added lines #L52 - L54 were not covered by tests

Check warning on line 58 in jina/serve/runtimes/worker/http_gcp_app.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

jina/serve/runtimes/worker/http_gcp_app.py#L56-L58

Added lines #L56 - L58 were not covered by tests

Check warning on line 61 in jina/serve/runtimes/worker/http_gcp_app.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

jina/serve/runtimes/worker/http_gcp_app.py#L60-L61

Added lines #L60 - L61 were not covered by tests

Check warning on line 65 in jina/serve/runtimes/worker/http_gcp_app.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

jina/serve/runtimes/worker/http_gcp_app.py#L65

Added line #L65 was not covered by tests

Check warning on line 68 in jina/serve/runtimes/worker/http_gcp_app.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

jina/serve/runtimes/worker/http_gcp_app.py#L67-L68

Added lines #L67 - L68 were not covered by tests

Check warning on line 75 in jina/serve/runtimes/worker/http_gcp_app.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

jina/serve/runtimes/worker/http_gcp_app.py#L75

Added line #L75 was not covered by tests

Check warning on line 77 in jina/serve/runtimes/worker/http_gcp_app.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

jina/serve/runtimes/worker/http_gcp_app.py#L77

Added line #L77 was not covered by tests

Check warning on line 83 in jina/serve/runtimes/worker/http_gcp_app.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

jina/serve/runtimes/worker/http_gcp_app.py#L83

Added line #L83 was not covered by tests

Check warning on line 85 in jina/serve/runtimes/worker/http_gcp_app.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

jina/serve/runtimes/worker/http_gcp_app.py#L85

Added line #L85 was not covered by tests

Check warning on line 95 in jina/serve/runtimes/worker/http_gcp_app.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

jina/serve/runtimes/worker/http_gcp_app.py#L93-L95

Added lines #L93 - L95 were not covered by tests