[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

[ci] Fix macOS LUCI merge base #6798

Merged
merged 1 commit into from
Dec 6, 2022

Conversation

stuartmorgan
Copy link
Contributor
@stuartmorgan stuartmorgan commented Dec 6, 2022

Currently the repo tooling relies on FETCH_HEAD being set to origin/main in CI, which is supposed to be done in prepare_tool.sh for LUCI bots. Longer term we should restructure the CI scripts to be explicit about the base SHA instead of relying on FETCH_HEAD, but for now this adds the missing prepare_tool.sh step to the new iOS LUCI tests so that they compute diffs correctly.

Fixes flutter/flutter#116448

Currently the repo tooling relies on `FETCH_HEAD` being set to
`origin/main` in CI, which is done in `prepare_tool.sh` for LUCI bots.
Longer term we should restructure the CI scripts to be explicit about
the base SHA instead of relying on `FETCH_HEAD`, but for now this adds
the missing `prepare_tool.sh` step to the new iOS LUCI tests so that
they compute diffs correctly.

Fixes flutter/flutter#116448
Copy link
Contributor
@bparrishMines bparrishMines left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@stuartmorgan stuartmorgan added the autosubmit Merge PR when tree becomes green via auto submit App label Dec 6, 2022
@auto-submit auto-submit bot merged commit 36526ee into flutter:main Dec 6, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 7, 2022
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Dec 7, 2022
* 610370eb6 Revert "[camera] Add ability to concurrently record and stream video (#6290)" (flutter/plugins#6796)

* 36526ee23 [ci] Fix macOS LUCI merge base (flutter/plugins#6798)

* 7b5d8323e Roll Flutter from 30fc993 to e2fb672 (25 revisions) (flutter/plugins#6802)
gspencergoog pushed a commit to gspencergoog/flutter that referenced this pull request Jan 19, 2023
…#116660)

* 610370eb6 Revert "[camera] Add ability to concurrently record and stream video (flutter#6290)" (flutter/plugins#6796)

* 36526ee23 [ci] Fix macOS LUCI merge base (flutter/plugins#6798)

* 7b5d8323e Roll Flutter from 30fc993 to e2fb672 (25 revisions) (flutter/plugins#6802)
mauricioluz pushed a commit to mauricioluz/plugins that referenced this pull request Jan 26, 2023
Currently the repo tooling relies on `FETCH_HEAD` being set to
`origin/main` in CI, which is done in `prepare_tool.sh` for LUCI bots.
Longer term we should restructure the CI scripts to be explicit about
the base SHA instead of relying on `FETCH_HEAD`, but for now this adds
the missing `prepare_tool.sh` step to the new iOS LUCI tests so that
they compute diffs correctly.

Fixes flutter/flutter#116448
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
autosubmit Merge PR when tree becomes green via auto submit App
Projects
None yet
2 participants