Skip to content

Commit

Permalink
Change jenkins agent (#1176)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsodsong authored Oct 17, 2024
1 parent c4f770a commit c535bd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pipeline {
agent { label 'quick' }
agent { label 'x86-4-32-s' }

options {
timestamps ()
Expand All @@ -13,7 +13,7 @@ pipeline {
ARCHIVE = '--archive --archive-variant s5'
PRIME = '--update-buffer-size 4000'
VM = '--vm-impl lfvm'
AIDADB = '--aida-db /mnt/aida-db-central/aida-db'
AIDADB = '--aida-db /mnt/aida-db-mainnet/aida-db'
TMPDB = '--db-tmp /mnt/tmp-disk'
DBSRC = '/mnt/tmp-disk/state_db_carmen_go-file_${TOBLOCK}'
PROFILE = '--cpu-profile cpu-profile.dat --memory-profile mem-profile.dat --memory-breakdown'
Expand Down

0 comments on commit c535bd7

Please sign in to comment.