mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 02:55:44 +08:00
Disable EOL (timebomb)
This commit is contained in:
committed by
Mat Sutcliffe
parent
cc59d70694
commit
2ace391325
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -429,6 +429,8 @@ def notifyDiscord(nodeName, buildStatus = 'UNSTABLE') {
|
||||
}
|
||||
|
||||
def getEolInMonth() {
|
||||
return 120;
|
||||
/*
|
||||
if (env.BRANCH_NAME && env.BRANCH_NAME ==~ regexDevBranch) {
|
||||
// 6 month for dev builds
|
||||
return 6
|
||||
@@ -442,6 +444,7 @@ def getEolInMonth() {
|
||||
// 3 month for everything else
|
||||
return 3
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
def shouldUploadSymbols() {
|
||||
|
||||
Reference in New Issue
Block a user