Skip to content

Commit d59b875

Browse files
committed
Use short github job names
1 parent 138b43f commit d59b875

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

.buildkite/pipeline.yml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ steps:
3030
env: *common_env
3131
plugins: *common_plugins
3232
if: build.pull_request.id != null
33+
notify:
34+
- github_commit_status:
35+
context: "Jetpack Installable Build"
3336

3437
#################
3538
# Build the app
@@ -39,6 +42,9 @@ steps:
3942
command: ".buildkite/commands/build-for-testing.sh"
4043
env: *common_env
4144
plugins: *common_plugins
45+
notify:
46+
- github_commit_status:
47+
context: "Build for Testing"
4248

4349
#################
4450
# Run Unit Tests
@@ -48,6 +54,9 @@ steps:
4854
depends_on: "build"
4955
env: *common_env
5056
plugins: *common_plugins
57+
notify:
58+
- github_commit_status:
59+
context: "Unit Tests"
5160

5261
#################
5362
# Lint Translations
@@ -59,6 +68,9 @@ steps:
5968
image: "public.ecr.aws/automattic/glotpress-validator:1.0.0"
6069
agents:
6170
queue: "default"
71+
notify:
72+
- github_commit_status:
73+
context: "Lint Translations"
6274

6375
#################
6476
# UI Tests
@@ -70,7 +82,9 @@ steps:
7082
plugins: *common_plugins
7183
artifact_paths:
7284
- "build/results/"
73-
85+
notify:
86+
- github_commit_status:
87+
context: "UI Tests (iPhone)"
7488

7589
- label: "🧪 UI Tests (iPad)"
7690
command: .buildkite/commands/run-ui-tests.sh WordPressUITests "iPad Air (4th generation)" 15.0
@@ -79,3 +93,6 @@ steps:
7993
plugins: *common_plugins
8094
artifact_paths:
8195
- "build/results/"
96+
notify:
97+
- github_commit_status:
98+
context: "UI Tests (iPad)"

0 commit comments

Comments
 (0)