crosvm/infra/recipes
Dennis Kempin 9a50dfbdcf infra: Fix push to github builder
Kokoro would maintain a local main branch in the local checkout,
so pushing --all will push the latest HEAD of main.

Luci will instead put us on a detached HEAD, with the local
main branch unmaintained. So we have been pushing the same old
version of crosvm.

Update the force push to submit HEAD to the remote main.

BUG=b:233913820
TEST=./recipes.py run push_to_github (requires authentication with
github to run)

Change-Id: I8282498382968768d66d9c807b9e86d191977beb
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3681989
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
2022-06-01 22:05:04 +00:00
..
build_chromeos.expected infra: Set git name/email on all builders 2022-05-28 01:04:01 +00:00
build_linux.expected infra: Small process improvements 2022-05-27 20:59:12 +00:00
health_check.expected infra: Small process improvements 2022-05-27 20:59:12 +00:00
push_to_github.expected infra: Add push-to-github builder 2022-05-31 21:26:19 +00:00
push_to_github.resources infra: Fix push to github builder 2022-06-01 22:05:04 +00:00
build_chromeos.proto
build_chromeos.py infra: Really fix cros_run_unit_tests invocation 2022-06-01 18:53:56 +00:00
build_linux.proto
build_linux.py infra: Small process improvements 2022-05-27 20:59:12 +00:00
health_check.py dev_container: Fix reuse logic and add testing 2022-05-31 21:54:23 +00:00
push_to_github.py infra: Add push-to-github builder 2022-05-31 21:26:19 +00:00