argoproj-labs / gitops-promoter

A GitOps Environment Promotion Tool
https://argo-gitops-promoter.readthedocs.io
Apache License 2.0
50 stars 5 forks source link

fix: flakey tests and linting #127

Closed zachaller closed 3 days ago

zachaller commented 3 days ago

after moving merge logic to CTP we had flakey tests show up due to races in merging PR's this fixes the race by turning off automerge then turning them on at the end of tests.