Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI (Buildbot, GHA): in the "Statuses" workflow, we only need to create pending (yellow) statuses for the tester_ jobs #41822

Merged
merged 1 commit into from
Aug 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
CI (Buildbot, GHA): in the "Statuses" workflow, we only need to creat…
…e pending (yellow) statuses for the `tester_` jobs
  • Loading branch information
DilumAluthge committed Aug 8, 2021
commit 363f54b15bd4b1d8c4b28e7d21ec9655c2c22223
10 changes: 0 additions & 10 deletions .github/workflows/statuses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,6 @@ jobs:
# remove them from the `context_list`.
- run: |
declare -a CONTEXT_LIST=(
"buildbot/package_freebsd64"
"buildbot/package_linux32"
"buildbot/package_linuxaarch64"
"buildbot/package_linuxarmv7l"
"buildbot/package_linuxppc64le"
"buildbot/package_macos64"
"buildbot/package_macosaarch64"
"buildbot/package_musl64"
"buildbot/package_win32"
"buildbot/package_win64"
"buildbot/tester_freebsd64"
"buildbot/tester_linux32"
"buildbot/tester_linux64"
Expand Down