Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ci: fix cache-hit check#2186

Merged
larseggert merged 1 commit into
mozilla:mainfrom
mxinden:cache-hit
Oct 17, 2024
Merged

ci: fix cache-hit check#2186
larseggert merged 1 commit into
mozilla:mainfrom
mxinden:cache-hit

Conversation

@mxinden
Copy link
Copy Markdown
Member

@mxinden mxinden commented Oct 17, 2024

According to the actions/cache docs an empty string represents a cache miss:

cache-hit - A string value to indicate an exact match was found for the key.

  • If there's a cache hit, this will be 'true' or 'false' to indicate if there's an exact match for key.
  • If there's a cache miss, this will be an empty string.

https://github.com/actions/cache?tab=readme-ov-file#outputs

Previously Neqo's CI would check for "false", now it checks for "".

Fixes #2185.

According to the actions/cache docs an empty string represents a cache miss:

> cache-hit - A string value to indicate an exact match was found for the key.
>  - If there's a cache hit, this will be 'true' or 'false' to indicate if there's an exact match for key.
>  - If there's a cache miss, this will be an empty string.

https://github.com/actions/cache?tab=readme-ov-file#outputs

Previously Neqo's CI would check for `"false"`, now it checks for `""`.
@mxinden
Copy link
Copy Markdown
Member Author

mxinden commented Oct 17, 2024

See actions/cache#1467 for more details on the regression.

@mxinden mxinden marked this pull request as ready for review October 17, 2024 13:40
@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.39%. Comparing base (944c817) to head (0f8ecff).
Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2186   +/-   ##
=======================================
  Coverage   95.39%   95.39%           
=======================================
  Files         112      112           
  Lines       36373    36373           
=======================================
  Hits        34697    34697           
  Misses       1676     1676           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@larseggert larseggert added this pull request to the merge queue Oct 17, 2024
@github-actions
Copy link
Copy Markdown
Contributor

Failed Interop Tests

QUIC Interop Runner, client vs. server

neqo-latest as client

neqo-latest as server

All results

Succeeded Interop Tests

QUIC Interop Runner, client vs. server

neqo-latest as client

neqo-latest as server

Unsupported Interop Tests

QUIC Interop Runner, client vs. server

neqo-latest as client

neqo-latest as server

Merged via the queue into mozilla:main with commit 62415bf Oct 17, 2024
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.

ci: failed to run custom build command for `neqo-crypto v0.9.2

2 participants