Skip to content

Commit

Permalink
[ci] use ubuntu-20
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed May 24, 2021
1 parent 5f7e40d commit 7524589
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@Library('apm@current') _

pipeline {
agent { label 'linux && immutable' }
agent { label 'ubuntu-20' }
environment {
REPO = 'apm-agent-dotnet'
// keep it short to avoid the 248 characters PATH limit in Windows
Expand Down Expand Up @@ -365,6 +365,7 @@ pipeline {
}
stage('Benchmarks') {
agent { label 'metal' }
options { skipDefaultCheckout() }
environment {
REPORT_FILE = 'apm-agent-benchmark-results.json'
HOME = "${env.WORKSPACE}"
Expand Down

0 comments on commit 7524589

Please sign in to comment.