grahamsedman commented on PR #13187: URL: https://github.com/apache/trafficserver/pull/13187#issuecomment-4534519037
Hi everyone, I noticed this PR is failing the Jenkins AuTest stages. I investigated the failure, and it is not related to my code changes. The `tests/prepare_proxy_verifier.sh` script has a hardcoded SHA1 hash on line 44: `expected_sha1="e11b5867a56c5ffd496b18c901f1273e9c120a47"` The tarball hosted at `https://ci.trafficserver.apache.org/bintray/proxy-verifier-v3.1.2.tar.gz` has apparently been repackaged. I downloaded the tarball locally, and the new correct SHA1 hash is:** `0a60c646cbc9326abb2fbc397cb9efa8c08a807a` Could a maintainer please update line 44 in `prepare_proxy_verifier.sh` on the master branch with this new hash? Once that is fixed, I believe this PR will pass CI. Thank you! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
