Skip to content

Commit

Permalink
Remove windows github infra (#3960)
Browse files Browse the repository at this point in the history
b/358459975

Removes xb1, win32 builders from github
  • Loading branch information
niranjanyardi authored Aug 15, 2024
1 parent abc3419 commit 9968f8c
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 400 deletions.
76 changes: 0 additions & 76 deletions .github/actions/docker_win/action.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/config/win32.json

This file was deleted.

19 changes: 0 additions & 19 deletions .github/config/xb1.json

This file was deleted.

220 changes: 0 additions & 220 deletions .github/workflows/main_win.yaml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/nightly_trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
gh workflow run evergreen_23.lts.1+ --ref 23.lts.1+ -f nightly=true
gh workflow run linux_23.lts.1+ --ref 23.lts.1+ -f nightly=true
gh workflow run raspi-2_23.lts.1+ --ref 23.lts.1+ -f nightly=true
gh workflow run win32_23.lts.1+ --ref 23.lts.1+ -f nightly=true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
trigger_22:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_badges.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
const botComment = comments.find(comment => {
return comment.user.type === 'Bot' && comment.body.includes('Build Status')
})
const workflows = ["lint", "android", "evergreen", "linux", "raspi-2", "stub", "win32"]
const workflows = ["lint", "android", "evergreen", "linux", "raspi-2", "stub"]
var commentBody = `
## Build Status
| Workflow | Status |
Expand Down
32 changes: 0 additions & 32 deletions .github/workflows/win32.yaml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/workflow_trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ on:
- 'evergreen'
- 'linux'
- 'raspi'
- 'win32'
nightly:
description: 'Nightly workflow.'
required: true
Expand Down
Loading

0 comments on commit 9968f8c

Please sign in to comment.