File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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
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
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
7993 plugins : *common_plugins
8094 artifact_paths :
8195 - " build/results/"
96+ notify :
97+ - github_commit_status :
98+ context : " UI Tests (iPad)"
You can’t perform that action at this time.
0 commit comments