mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-30 22:29:13 +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() {
|
def getEolInMonth() {
|
||||||
|
return 120;
|
||||||
|
/*
|
||||||
if (env.BRANCH_NAME && env.BRANCH_NAME ==~ regexDevBranch) {
|
if (env.BRANCH_NAME && env.BRANCH_NAME ==~ regexDevBranch) {
|
||||||
// 6 month for dev builds
|
// 6 month for dev builds
|
||||||
return 6
|
return 6
|
||||||
@@ -442,6 +444,7 @@ def getEolInMonth() {
|
|||||||
// 3 month for everything else
|
// 3 month for everything else
|
||||||
return 3
|
return 3
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
def shouldUploadSymbols() {
|
def shouldUploadSymbols() {
|
||||||
|
|||||||
Reference in New Issue
Block a user