File tree Expand file tree Collapse file tree 2 files changed +5
-17
lines changed Expand file tree Collapse file tree 2 files changed +5
-17
lines changed Original file line number Diff line number Diff line change 1
1
name : Android
2
2
3
3
on :
4
- push :
5
- branches :
6
- - main
7
- - release/*
8
- tags :
9
- - ciflow/android/*
10
- pull_request :
11
- paths :
12
- - .ci/docker/**
13
- - .github/workflows/android.yml
14
- - build/*android*.sh
15
- - install_requirements.sh
16
- - examples/demo-apps/android/**
17
- - extension/android/**
18
- - extension/benchmark/android/**
19
- - extension/module/**
4
+ workflow_call :
20
5
workflow_dispatch :
21
6
22
7
concurrency :
51
36
run-emulator :
52
37
needs : build-llm-demo
53
38
# NB: Use metal install for KVM support to run the emulator faster
54
- runs-on : linux.24xl.spr-metal
39
+ runs-on : linux.12xlarge
55
40
env :
56
41
ANDROID_NDK_VERSION : r27b
57
42
API_LEVEL : 34
Original file line number Diff line number Diff line change @@ -347,6 +347,9 @@ jobs:
347
347
exit 1
348
348
fi
349
349
350
+ android :
351
+ uses : ./.github/workflows/_android.yml
352
+
350
353
unittest :
351
354
uses : ./.github/workflows/_unittest.yml
352
355
with :
You can’t perform that action at this time.
0 commit comments