mirror of
https://github.com/status-im/status-go.git
synced 2025-01-17 18:22:13 +00:00
ci_: upgrade nix to 2.24.10
This commit is contained in:
parent
ca92f67014
commit
dfe65c6f06
@ -2,7 +2,7 @@
|
||||
library 'status-jenkins-lib@v1.9.6'
|
||||
|
||||
pipeline {
|
||||
agent { label 'linux && x86_64 && nix-2.19' }
|
||||
agent { label 'linux && x86_64 && nix-2.24' }
|
||||
|
||||
parameters {
|
||||
string(
|
||||
|
@ -2,7 +2,7 @@
|
||||
library 'status-jenkins-lib@v1.9.6'
|
||||
|
||||
pipeline {
|
||||
agent { label 'macos && aarch64 && xcode-15.1 && nix-2.19' }
|
||||
agent { label 'macos && aarch64 && xcode-15.1 && nix-2.24' }
|
||||
|
||||
parameters {
|
||||
string(
|
||||
|
@ -2,7 +2,7 @@
|
||||
library 'status-jenkins-lib@v1.9.6'
|
||||
|
||||
pipeline {
|
||||
agent { label 'linux && x86_64 && nix-2.19' }
|
||||
agent { label 'linux && x86_64 && nix-2.24' }
|
||||
|
||||
parameters {
|
||||
string(
|
||||
@ -225,4 +225,4 @@ def getDefaultUnitTestCount() { isNightlyJob() ? '20' : '1' }
|
||||
|
||||
def getDefaultTimeout() { isNightlyJob() ? 5*60 : 50 }
|
||||
|
||||
def getAmountToKeep() { isNightlyJob() ? '14' : isDevelopJob() ? '30' : '5' }
|
||||
def getAmountToKeep() { isNightlyJob() ? '14' : isDevelopJob() ? '30' : '5' }
|
||||
|
@ -2,7 +2,7 @@
|
||||
library 'status-jenkins-lib@v1.9.6'
|
||||
|
||||
pipeline {
|
||||
agent { label 'linux && x86_64 && nix-2.19' }
|
||||
agent { label 'linux && x86_64 && nix-2.24' }
|
||||
|
||||
parameters {
|
||||
string(
|
||||
@ -82,4 +82,4 @@ pipeline {
|
||||
|
||||
def isDevelopJob() { env.JOB_BASE_NAME == 'tests-rpc-develop' }
|
||||
|
||||
def getAmountToKeep() { isDevelopJob() ? '30' : '5' }
|
||||
def getAmountToKeep() { isDevelopJob() ? '30' : '5' }
|
||||
|
Loading…
x
Reference in New Issue
Block a user