Closed rajatvig closed 2 years ago
Hi @rajatvig. Thanks for your PR.
I'm waiting for a bazelbuild member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test
on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test
label.
I understand the commands that are listed here.
/ok-to-test
/retest
I suspect we'll need to wait for various caches to become consistent again.
I suspect we'll need to wait for various caches to become consistent again.
Very likely but unsure. To test, just downloaded the archive and it has the new SHA. Ran a clean bazel build with a local patch for it and that too used the new SHA.
I suspect we'll need to wait for various caches to become consistent again.
Very likely but unsure. To test, just downloaded the archive and it has the new SHA. Ran a clean bazel build with a local patch for it and that too used the new SHA.
while true; do curl --silent -L https://github.com/yaml/pyyaml/archive/5.1.2.zip | shasum -a 256; sleep 2; done
Try that and see if you get consistent results. It seems to vary based on location and ISP... hopefully it trickles through all the various CDNs
/retest
/retest
@fejta From what it looks like, most caches have now got it fixed.
/retest
Can you drop the last two commits from this PR? (alternatively click rebuild on buildkite to rerun the build)
@fejta Dropped the two commits but I do not have rights to rebuild
/retest
@fejta Could you retrigger the tests?
/retest
/retest-required
@rajatvig: The following test failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
pull-rules-k8s-e2e | 485b4d3dfaa88a1e2ccc714d983bb996a7551569 | link | true | /test pull-rules-k8s-e2e |
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.
Mostly superseded by https://github.com/bazelbuild/rules_k8s/pull/697
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: rajatvig To complete the pull request process, please assign fejta after the PR has been reviewed. You can assign the PR to them by writing
/assign @fejta
in a comment when ready.The full list of commands accepted by this bot can be found here.