Skip to content

Commit

Permalink
Revert "feat(stateful-signed-extension): temporary change to run spec…
Browse files Browse the repository at this point in the history
…ific benchmarks #1095"

This reverts commit ee2f33c.
  • Loading branch information
JoeCap08055 committed Mar 8, 2023
1 parent 8d80673 commit c627d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pipeline {
steps {
deleteDir()
checkout scm
sh 'mkdir -p /data/tmp && export TMPDIR=/data/tmp && export PATH="/data/.cargo/bin:$PATH" && ln -snf /data/.cargo /home/ubuntu/.cargo && make build-benchmarks && scripts/run_all_benchmarks.sh -s stateful-storage overhead'
sh 'mkdir -p /data/tmp && export TMPDIR=/data/tmp && export PATH="/data/.cargo/bin:$PATH" && ln -snf /data/.cargo /home/ubuntu/.cargo && make benchmarks'
sh "git config user.email \"jenkins@frequency.xyz\""
sh "git config user.name \"Jenkins\""
sshagent(credentials: ['jenkins-2022-03-01']) {
Expand Down

0 comments on commit c627d8b

Please sign in to comment.