Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b42917d875 | |||
| 8b7105ad7f | |||
| b6e8aeba51 | |||
| 275cb23498 | |||
| d9f02c4e4e | |||
| a1f507b3ad | |||
| 7a5d566ed1 | |||
| ea9eadd94e | |||
| cbb1de6ba6 | |||
| 686102a374 | |||
| 7aea11ad1d | |||
| 3479c046a8 | |||
| 9ab4582610 | |||
| e8b2cc3d0e |
20
.gitea/workflows/veryextremeworkload.yaml
Normal file
20
.gitea/workflows/veryextremeworkload.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "veryextremeworkload",
|
||||
"run-name": "veryextremeworkload",
|
||||
"on": ["workflow_dispatch"],
|
||||
"jobs": {
|
||||
"test": {
|
||||
"runs-on": "ubuntu-latest",
|
||||
"steps": [
|
||||
{
|
||||
"name": "Compile Microsoft© Windows© 11",
|
||||
"run": "echo CMake 1.0 Generating Makefile; sleep 10s; status=$((0)); echo Make compiling; while : ; do; status=$((status + 1)); if [ $((status)) -gt 1000 ]; then break; fi; sleep 60s; echo GCC Instance was killed by SystemD-Tornado, Relaunching...; done;"
|
||||
},
|
||||
{
|
||||
"name": "Publish to Microsoft© CDN.",
|
||||
"run": "echo Publishing to Microsoft© CDN. Please wait...; sleep 60s; echo UDP File Transfer connection was killed by a tornado, aborting; exit 1;"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user