Rishabh Singh

Results 122 comments of Rishabh Singh

Hi @tianon and @yosifkit A gentle reminder. Any action items pending on our part?

Issue seems to be with the github runners https://github.com/actions/runner-images/issues/8104. The fix has been rolled out and should take a week to complete.

The feature to add `bwc.checkout.align=true` parameter to `gradle-check` jobs triggered by pull_requests have been added and running in production.

I believe we will be able to confirm this once 2.16 branch is cut from 2.x release and bumped to 2.17. The 2.16 branch cut sholud happen by the end...

The issue is happening on `echo "pr_or_commit_description=$(jq --raw-output .head_commit.message $GITHUB_EVENT_PATH)" >> $GITHUB_ENV` This is basically adding a new env variable to github workflow runner's env file. Since the variable value...

From `jq` documentation: `--ascii-output / -a: - jq usually outputs non-ASCII Unicode codepoints as UTF-8, even if the input specified them as escape sequences (like "\u03bc"). Using this option, you...

Need to reproduce the issue to debug. @prudhvigodithi

Currently snapshot functionality is not available in helm-charts, you need to start the cluster and then follow the manual steps to create and use snapshots. @prudhvigodithi Please correct me if...