Skip to content

Commit 968032c

Browse files
committed
Merge remote-tracking branch 'origin/release/student-8.8.0-292' into release/student-8.8.0-292
2 parents e5511a3 + 968d38d commit 968032c

5 files changed

Lines changed: 10 additions & 10 deletions

apps/student/release_tests/flank_e2e_offline_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ gcloud:
33
# Use the next two lines to run locally
44
# app: ../build/outputs/apk/qa/debug/student-qa-debug.apk
55
# test: ../build/outputs/apk/androidTest/qa/debug/student-qa-debug-androidTest.apk
6-
app: ../apps/student/build/outputs/apk/qa/debug/student-qa-debug.apk
7-
test: ../apps/student/build/outputs/apk/androidTest/qa/debug/student-qa-debug-androidTest.apk
6+
app: ./apps/student/build/outputs/apk/qa/debug/student-qa-debug.apk
7+
test: ./apps/student/build/outputs/apk/androidTest/qa/debug/student-qa-debug-androidTest.apk
88
results-bucket: android-student
99
auto-google-login: true
1010
use-orchestrator: true

apps/student/release_tests/flank_e2e_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ gcloud:
33
# Use the next two lines to run locally
44
# app: ../build/outputs/apk/qa/debug/student-qa-debug.apk
55
# test: ../build/outputs/apk/androidTest/qa/debug/student-qa-debug-androidTest.apk
6-
app: ../apps/student/build/outputs/apk/qa/debug/student-qa-debug.apk
7-
test: ../apps/student/build/outputs/apk/androidTest/qa/debug/student-qa-debug-androidTest.apk
6+
app: ./apps/student/build/outputs/apk/qa/debug/student-qa-debug.apk
7+
test: ./apps/student/build/outputs/apk/androidTest/qa/debug/student-qa-debug-androidTest.apk
88
results-bucket: android-student
99
auto-google-login: true
1010
use-orchestrator: true

apps/student/release_tests/flank_landscape_interaction_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ gcloud:
33
# Use the next two lines to run locally
44
# app: ../build/outputs/apk/qa/debug/student-qa-debug.apk
55
# test: ../build/outputs/apk/androidTest/qa/debug/student-qa-debug-androidTest.apk
6-
app: ../apps/student/build/outputs/apk/qa/debug/student-qa-debug.apk
7-
test: ../apps/student/build/outputs/apk/androidTest/qa/debug/student-qa-debug-androidTest.apk
6+
app: ./apps/student/build/outputs/apk/qa/debug/student-qa-debug.apk
7+
test: ./apps/student/build/outputs/apk/androidTest/qa/debug/student-qa-debug-androidTest.apk
88
results-bucket: android-student
99
auto-google-login: true
1010
use-orchestrator: true

apps/student/release_tests/flank_portrait_interaction_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ gcloud:
33
# Use the next two lines to run locally
44
# app: ../build/intermediates/apk/qa/debug/student-qa-debug.apk
55
# test: ../build/intermediates/apk/androidTest/qa/debug/student-qa-debug-androidTest.apk
6-
app: ../apps/student/build/outputs/apk/qa/debug/student-qa-debug.apk
7-
test: ../apps/student/build/outputs/apk/androidTest/qa/debug/student-qa-debug-androidTest.apk
6+
app: ./apps/student/build/outputs/apk/qa/debug/student-qa-debug.apk
7+
test: ./apps/student/build/outputs/apk/androidTest/qa/debug/student-qa-debug-androidTest.apk
88
results-bucket: android-student
99
auto-google-login: true
1010
use-orchestrator: true

apps/student/release_tests/flank_tablet_interaction_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ gcloud:
33
# Use the next two lines to run locally
44
# app: ../build/outputs/apk/qa/debug/student-qa-debug.apk
55
# test: ../build/outputs/apk/androidTest/qa/debug/student-qa-debug-androidTest.apk
6-
app: ../apps/student/build/outputs/apk/qa/debug/student-qa-debug.apk
7-
test: ../apps/student/build/outputs/apk/androidTest/qa/debug/student-qa-debug-androidTest.apk
6+
app: ./apps/student/build/outputs/apk/qa/debug/student-qa-debug.apk
7+
test: ./apps/student/build/outputs/apk/androidTest/qa/debug/student-qa-debug-androidTest.apk
88
results-bucket: android-student
99
auto-google-login: true
1010
use-orchestrator: true

0 commit comments

Comments
 (0)