ci_: upgrade nix to 2.24.10

This commit is contained in:
Siddarth Kumar 2025-01-06 17:01:57 +05:30
parent ca92f67014
commit dfe65c6f06
4 changed files with 6 additions and 6 deletions

View File

@ -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(

View File

@ -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(

View File

@ -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' }

View File

@ -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' }