Skip to content

Commit 37cd75a

Browse files
authored
Fix remove saucelab config name attribute, as it does not exist anymore (#2677)
1 parent 46e0307 commit 37cd75a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.sauce/sentry-uitest-android-benchmark-lite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sauce:
44
region: us-west-1
55
concurrency: 2
66
metadata:
7-
name: Android benchmarks with Espresso
7+
build: sentry-uitest-android-benchmark-lite-$CI_COMMIT_SHORT_SHA
88
tags:
99
- benchmarks
1010
- android

.sauce/sentry-uitest-android-benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sauce:
44
region: us-west-1
55
concurrency: 2
66
metadata:
7-
name: Android benchmarks with Espresso
7+
build: sentry-uitest-android-benchmark-$CI_COMMIT_SHORT_SHA
88
tags:
99
- benchmarks
1010
- android

.sauce/sentry-uitest-android-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sauce:
55
# Controls how many suites are executed at the same time (sauce test env only).
66
concurrency: 1
77
metadata:
8-
name: Android end2end tests with Espresso
8+
build: sentry-uitest-android-ui@$CI_COMMIT_SHORT_SHA
99
tags:
1010
- e2e
1111
- android

0 commit comments

Comments
 (0)