Commit Graph

12 Commits

Author SHA1 Message Date
Craig Tiller a6ee377bc7
[pancakes] Speed up (#29674)
* upgrade cache impl

* better cache

* run against right repo

* syntax

* speed fetch
2022-05-13 09:16:01 -07:00
Craig Tiller 5d10b13f24
Delete happy-pancakes.yml (#27955)
I'm not going to get a chance to finish this for a while, so delete for now.
2021-11-05 15:15:55 -07:00
Craig Tiller da2e8ddc4e
Flush auto fixer cache once per week (#27650)
* cache-invalidation

* ??

* indent

* Update pr-auto-fix.yaml
2021-10-08 12:18:28 -07:00
Craig Tiller 9b43c881d7
Add python formatters to sanitize.sh (#27253)
* Add python sanitizers to sanitize.sh

* virtualenv
2021-09-07 11:10:16 -07:00
Craig Tiller 0116acc2fb
Label automated fixes better (#27140) 2021-08-26 09:35:41 -07:00
Craig Tiller 5b80b4410d
Revert "Publish status from happy pancakes stuff (#27012)" (#27108)
This reverts commit 2526617b27.
2021-08-24 13:17:50 -07:00
Craig Tiller 2526617b27
Publish status from happy pancakes stuff (#27012)
* publish status

* fix?
2021-08-24 12:46:16 -07:00
Craig Tiller 5b7c25155e
Prototype: Automatic PR Labeler (#27015)
* prototype: automatic labeler

* fix?

* fix?
2021-08-24 11:46:32 -07:00
Craig Tiller 8a0b844469
Add a roll-up semi-optional status action (#26939)
It check status on a pr, and when some set are successful it makes itself successful.

If any that it's watching fail, it fails.

If the force-merge label is applied, it succeeds.

With the plan: we make EasyCLA and probably Sanity, and this one required statuses for merging (i.e. anything that should not be bypassed still gets verified by GitHub)

We make every other status that we believe in (so everything but the Google3 presubmits because they're fresh?) something that this script verifies.

That lets us do automerge (all things are passing)

And if all things are not passing we can use human judgement and apply the force-merge label to bypass these checks... But importantly not the CLA check
2021-08-11 11:20:39 -07:00
Craig Tiller 3e122fd050
Faster pancakes: cache bazel steps between builds (#26937)
* cache bazel steps

* test break

* Automated change: Fix sanity tests

Co-authored-by: ctiller <ctiller@users.noreply.github.com>
2021-08-09 10:09:17 -07:00
Craig Tiller 8a0e723159
Fix bug where multiple branches confuse PanCakes (#26922) 2021-08-06 09:07:26 -07:00
Craig Tiller 4966a6bcbd
Add tooling to auto-fix sanity tests (#26852)
* auto-fix experiment

* document optout

* temp fix
2021-08-05 14:37:04 -07:00