Skip to content

Commit 7d62cea

Browse files
committed
Debug benchmark test crash
1 parent 5bab957 commit 7d62cea

File tree

3 files changed

+20
-18
lines changed

3 files changed

+20
-18
lines changed

.github/workflows/apple.yml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,20 @@ on:
55
branches:
66
- main
77
- release/*
8-
pull_request:
9-
paths:
10-
- .ci/docker/**
11-
- .ci/scripts/setup-ios.sh
12-
- .github/workflows/apple.yml
13-
- install_requirements.sh
14-
- backends/apple/**
15-
- build/build_apple_frameworks.sh
16-
- build/create_frameworks.sh
17-
- build/test_ios_ci.sh
18-
- examples/demo-apps/apple_ios/**
19-
- extension/apple/**
20-
- extension/module/**
8+
# DEBUG: TO BE UNCOMMENTED
9+
# pull_request:
10+
# paths:
11+
# - .ci/docker/**
12+
# - .ci/scripts/setup-ios.sh
13+
# - .github/workflows/apple.yml
14+
# - install_requirements.sh
15+
# - backends/apple/**
16+
# - build/build_apple_frameworks.sh
17+
# - build/create_frameworks.sh
18+
# - build/test_ios_ci.sh
19+
# - examples/demo-apps/apple_ios/**
20+
# - extension/apple/**
21+
# - extension/module/**
2122
workflow_dispatch:
2223
# TODO (huydhn): This is used to validate the test spec. Eventually, we need a proper
2324
# perf benchmark workflow like android-perf. This can be cleaned up once that workflow

.github/workflows/upload-apple-test-specs.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: Upload AWS Device Farm Apple iOS test specs
22

33
on:
4-
pull_request:
5-
paths:
6-
- .github/workflows/upload-apple-test-specs.yml
7-
- examples/demo-apps/apple_ios/default-ios-device-farm-appium-test-spec.yml
4+
# DEBUG: TO BE UNCOMMENTED
5+
# pull_request:
6+
# paths:
7+
# - .github/workflows/upload-apple-test-specs.yml
8+
# - examples/demo-apps/apple_ios/default-ios-device-farm-appium-test-spec.yml
89
push:
910
branches:
1011
- main

extension/apple/Benchmark/Tests/Tests.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ + (void)initialize {
3030
[NSBundle bundleForClass:[self class]],
3131
]) {
3232
for (NSString *directory in @[
33-
@"Models",
33+
// @"Models",
3434
@"aatp/data",
3535
]) {
3636
NSString *directoryPath =

0 commit comments

Comments
 (0)