Skip to content

Commit

Permalink
ci: change to use Ubuntu-18 (#21569)
Browse files Browse the repository at this point in the history
* ci: add Heartbeat Packaging for Elastic Synthetics job

* ci: change to use Ubuntu-18
  • Loading branch information
kuisathaverat authored Oct 6, 2020
1 parent 904ba82 commit 0b05d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/heartbeat-synthetics.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@Library('apm@current') _

pipeline {
agent { label 'ubuntu-20 && immutable' }
agent { label 'ubuntu-18 && immutable' }
environment {
BASE_DIR = 'src/github.com/elastic/beats'
JOB_GCS_BUCKET = 'beats-ci-artifacts'
Expand Down

0 comments on commit 0b05d28

Please sign in to comment.