Skip to content

refactor: Add nightly test stability workflow (aka The Gauntlet) #343

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

Merged
merged 20 commits into from
Mar 19, 2022
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
19cf57b
refactor: Add nightly test stability workflow
bryphe-coder Feb 21, 2022
18dae0e
Fix branch name
bryphe-coder Feb 21, 2022
41fca23
Temporarily switch branch
bryphe-coder Feb 21, 2022
a6d3592
Add TODO comment
bryphe-coder Feb 21, 2022
75b8df4
Merge branch 'main' into bryphe/refactor/add-stability-workflow
bryphe-coder Feb 23, 2022
4afef61
Add os name to stability job
bryphe-coder Feb 23, 2022
5b867a1
Add input parameter for iterationCount
bryphe-coder Feb 23, 2022
33be0c8
Fix copy-paste error
bryphe-coder Feb 23, 2022
a0c1800
Add default, since inputs only get populated on workflow dispatches
bryphe-coder Feb 23, 2022
e5c4e18
Add multiple parallel instances
bryphe-coder Feb 23, 2022
34a1049
Bump up test timeout
bryphe-coder Feb 23, 2022
cf05b46
Try default of 10 to avoid limit on simultaneously alive goroutines
bryphe-coder Feb 23, 2022
636c911
Increase timeout for postgres tests
bryphe-coder Feb 23, 2022
93b1ea4
Merge branch 'main' into bryphe/refactor/add-stability-workflow
bryphe-coder Feb 23, 2022
14345df
Remove unnecessary stability prefix, because we send up the workflow …
bryphe-coder Feb 23, 2022
5890ff1
Merge branch 'main' into bryphe/refactor/add-stability-workflow
kylecarbs Mar 15, 2022
ae56344
Merge branch 'main' into bryphe/refactor/add-stability-workflow
bryphe-coder Mar 17, 2022
68f6ad1
Update .github/workflows/coder-test-stability.yaml
Mar 19, 2022
0329a19
Merge branch 'main' into bryphe/refactor/add-stability-workflow
Mar 19, 2022
3dd10a4
Change branch back to main
Mar 19, 2022
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
Prev Previous commit
Next Next commit
Temporarily switch branch
  • Loading branch information
bryphe-coder committed Feb 21, 2022
commit 41fca23fbdc65bcd102d111e36cac113221f06c1
3 changes: 2 additions & 1 deletion .github/workflows/coder-test-stability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:

pull_request:
branches:
- main
# - main
- "*"
paths:
- .github/workflows/coder-test-stability.yaml
workflow_dispatch:
Expand Down