Skip to content

Commit cf283b5

Browse files
committed
[Do-Not-Merge] force ci tests
1 parent 4e5f64e commit cf283b5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/apple-perf.yml

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
run: |
7676
set -eux
7777
MODELS="${{ inputs.models }}"
78+
MODELS="mv3" # Test hack
7879
if [ -z "$MODELS" ]; then
7980
MODELS="$CRON_DEFAULT_MODELS"
8081
fi

extension/benchmark/apple/Benchmark/default-ios-device-farm-appium-test-spec.yml.j2

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ phases:
1212
commands:
1313
# Print this so that the upload script can read and process the benchmark config
1414
- echo "The benchmark config is {{ benchmark_config_id }}"
15+
- echo "Come on run everything!"
1516

1617
# Download the model from S3
1718
- curl -s --fail '{{ model_path }}' -o model.zip

0 commit comments

Comments
 (0)