Skip to content

Create wait-for-engine composite action #188663

Description

@jtmcdole

Tree-analyze test is successful for Framework and Engine changes; but we need to extract the specific "wait for engine" if we want to reuse this.

  1. Create the composite action: .github/actions/wait-for-engine-build/action.yml
  2. Move Check Engine Change + Wait for test check-in + Redirect engine.version to this file.
  3. Update tree-analyze:
# ...
          - name: Wait for Engine Build
            uses: ./.github/actions/wait-for-engine-build
            with:
              github-token: ${{ secrets.GITHUB_TOKEN }}

          - uses: ./.github/actions/composite-flutter-setup
# ...

Now the GITHUB_ENV is updated correctly.

Metadata

Metadata

Assignees

Labels

P2Important issues not at the top of the work listteam-infraOwned by Infrastructure teamtriaged-infraTriaged by Infrastructure team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions