summaryrefslogtreecommitdiff
path: root/src/main/resources/runner.yml
diff options
context:
space:
mode:
authorfangshunjian <[email protected]>2024-06-26 15:36:41 +0800
committerfangshunjian <[email protected]>2024-06-26 15:36:41 +0800
commit6698150959ccc888631e3161fb998ce2ebb0f115 (patch)
treefa9f8b90a71aac186d8bb11e891e36a96aeade6d /src/main/resources/runner.yml
project initHEADmain
Diffstat (limited to 'src/main/resources/runner.yml')
-rw-r--r--src/main/resources/runner.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/main/resources/runner.yml b/src/main/resources/runner.yml
new file mode 100644
index 0000000..b045ceb
--- /dev/null
+++ b/src/main/resources/runner.yml
@@ -0,0 +1,11 @@
+register:
+ url: http://asw.geedge.net
+ token: T_kahaafa
+executors:
+ - type: local
+ platform: android
+ concurrent: 1
+ - type: docker
+ platform: android
+ image: docker-android/docker-android:v11
+ concurrent: 2 \ No newline at end of file