Skip to content
This repository has been archived by the owner on Feb 13, 2025. It is now read-only.

Commit

Permalink
reduce F04 range (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsodsong authored Nov 18, 2024
1 parent 87ac876 commit 4f5794d
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions release_testing/functional_tests/F04.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,45 +54,14 @@ pipeline {
stages {
stage('Start parallel stage execution') {
parallel {
stage('F02 block processing (mainnet) 0-15m') {
stage('F04 block processing (mainnet) 0-15m') {
steps {
runAidaVmSdb("first", "15000000", "x86-8-64-m")
}
}

stage('F02 block processing (mainnet) 15m-30m') {
steps {
runAidaVmSdb("15000001", "30000000", "x86-8-64-m")
}
}

stage('F02 block processing (mainnet) 30m-50m') {
steps {
runAidaVmSdb("30000001", "50000000", "x86-8-64-m")
}
}

stage('F02 block processing (mainnet) 50m-65m') {
steps {
runAidaVmSdb("50000001", "65000000", "x86-8-64-l")
}
}

stage('F02 block processing (mainnet) 65m-70m') {
steps {
runAidaVmSdb("65000001", "70000000", "x86-8-64-l")
}
}

stage('F02 block processing (mainnet) 70m-last') {
steps {
runAidaVmSdb("70000001", "last", "x86-8-64-l")
}
}
}
}
}

post {
always {
build job: '/Notifications/slack-notification', parameters: [
Expand Down

0 comments on commit 4f5794d

Please sign in to comment.