Stephane Moser

Results 19 comments of Stephane Moser

> Can we add a parameter to helm to control whether to continue execution or return an error message when the pending-upgrade state appears? What do you mean by that?...

The delete of secret will remove the release in the status=pending-upgrade, which means the future executions of the Helm command will start the 3 way merge process with the previous...

After some debugging, I saw the root of the problem. One of my PRs has the property `merge_commit_sha` as null. Also, I found this [article](https://developer.github.com/changes/2013-04-25-deprecating-merge-commit-sha/) mention that the property is...

Can we use GHA to automate this? Or it is mandatory to use CircleCI. Also still make sense for the CI to be run in the CircleCI and not in...

@nathanleiby My intention to suggest GHA is to allow the contributors to check if the CI pipelines are passing when they submit some PRs

The intention is to have the capacity to mock the load the of the library. After you commented is start to try to use the mock method that loads the...

>If your shared library used global variables, this would be as simple as explicitlyMockPipelineVariable('Foo')... That is one topic I am thinking. To redraw/refactor my pipeline to put all the methods...

Hey, I was able to build the binary in a Mac M1 and the result is the same ``` ➜ codeowners-validator git:(7f3f5e2) ./bin/codeowners-validator_darwin_arm64/codeowners-validator [1] 87227 killed ./bin/codeowners-validator_darwin_arm64/codeowners-validator ```

I think if you just add the console.log inside of the fetch function in a Durable object will be enough to reproduce ```typescript async fetch(request: Request): Promise { console.log(`DO Request:...

One case I am interested in is comparing the number of active runners with the number of desired replicas of the runners to understand when I reach the max of...