Skip to content

tag fix #781

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

Merged
merged 1 commit into from
Jun 10, 2021
Merged

tag fix #781

merged 1 commit into from
Jun 10, 2021

Conversation

chayim
Copy link
Contributor

@chayim chayim commented Jun 8, 2021

Adding the docker tags on HEAD (i.e git tags), then fixing a force publish to dockerhub. This change is required in order to enable READIES to handle its tag + push flow.

@chayim chayim requested a review from DvirDukhan June 8, 2021 12:38
@codecov
Copy link

codecov bot commented Jun 8, 2021

Codecov Report

Merging #781 (3aa4f15) into master (dfc0963) will decrease coverage by 0.29%.
The diff coverage is 37.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #781      +/-   ##
==========================================
- Coverage   79.22%   78.92%   -0.30%     
==========================================
  Files          50       50              
  Lines        7662     7721      +59     
==========================================
+ Hits         6070     6094      +24     
- Misses       1592     1627      +35     
Impacted Files Coverage Δ
src/backends/libtflite_c/tflite_c.cpp 57.60% <0.00%> (-2.50%) ⬇️
src/backends/libtorch_c/torch_c.cpp 62.26% <0.00%> (-1.18%) ⬇️
src/backends/tensorflow.c 69.04% <0.00%> (-1.55%) ⬇️
src/backends/tflite.c 66.01% <0.00%> (ø)
src/backends/torch.c 81.71% <0.00%> (ø)
src/backends/onnxruntime.c 74.08% <11.11%> (-1.59%) ⬇️
src/redis_ai_objects/tensor.c 86.64% <89.28%> (+0.44%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a5e1f5f...3aa4f15. Read the comment docs.

@@ -575,7 +575,7 @@ workflows:
- xenial
- bionic
lite:
- "REDISAI_LITE=0 publish"
- "REDISAI_LITE=0 publish PUSH_GENERAL=1 OFFICIAL=1"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why only in lite?
where is the branch/tag name instead of HEAD?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When you operate on a branch, you have a legitimate name. Tags are detached HEADs, hence this change. This change lands here specifically, because we only push to dockerhub when LITE=0, as before. This can change....

@chayim chayim merged commit ccc54d7 into master Jun 10, 2021
@chayim chayim deleted the ck-fixpublish branch June 10, 2021 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants