Skip to content

Cherry pick PR #3027: [Android] Fix CPU spinning of StarboardMain. (#… #2051

Cherry pick PR #3027: [Android] Fix CPU spinning of StarboardMain. (#…

Cherry pick PR #3027: [Android] Fix CPU spinning of StarboardMain. (#… #2051

name: evergreen_24.lts.1+
on:
pull_request:
types: [ready_for_review, opened, reopened, synchronize, labeled]
branches:
- '24.lts.1\+'
push:
branches:
- '24.lts.1\+'
schedule:
# GMT timezone.
- cron: '0 5 * * *'
workflow_dispatch:
inputs:
nightly:
description: 'Nightly workflow.'
required: true
type: boolean
default: false
jobs:
evergreen-x64:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: evergreen-x64
nightly: ${{ github.event.inputs.nightly }}
run_api_leak_detector: true
evergreen-arm-hardfp:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: evergreen-arm-hardfp
nightly: ${{ github.event.inputs.nightly }}
run_api_leak_detector: true
evergreen-arm-softfp:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: evergreen-arm-softfp
nightly: ${{ github.event.inputs.nightly }}
run_api_leak_detector: true
evergreen-arm64:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: evergreen-arm64
nightly: ${{ github.event.inputs.nightly }}
run_api_leak_detector: true
evergreen-x86:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: evergreen-x86
nightly: ${{ github.event.inputs.nightly }}
run_api_leak_detector: true