File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 79
79
- test-saucelabs
80
80
steps :
81
81
- id : check
82
- uses : elastic/apm-pipeline-library/.github/ actions/check-dependent-jobs@current
82
+ uses : elastic/oblt- actions/check-dependent-jobs@v1
83
83
with :
84
- needs : ${{ toJSON(needs) }}
85
- - run : ${{ steps.check.outputs.isSuccess }}
84
+ jobs : ${{ toJSON(needs) }}
85
+ - run : ${{ steps.check.outputs.is-success }}
Original file line number Diff line number Diff line change 66
66
matrix :
67
67
stack-version :
68
68
- ' 8.0.0-SNAPSHOT'
69
- - ' 8.14.1 '
69
+ - ' 8.15.5 '
70
70
scope :
71
71
- ' @elastic/apm-rum'
72
72
- ' @elastic/apm-rum-core'
@@ -90,10 +90,10 @@ jobs:
90
90
- test-puppeteer
91
91
steps :
92
92
- id : check
93
- uses : elastic/apm-pipeline-library/.github/ actions/check-dependent-jobs@current
93
+ uses : elastic/oblt- actions/check-dependent-jobs@v1
94
94
with :
95
- needs : ${{ toJSON(needs) }}
96
- - run : ${{ steps.check.outputs.isSuccess }}
95
+ jobs : ${{ toJSON(needs) }}
96
+ - run : ${{ steps.check.outputs.is-success }}
97
97
98
98
coverage :
99
99
name : Coverage
@@ -104,4 +104,4 @@ jobs:
104
104
uses : ./.github/workflows/run-test
105
105
with :
106
106
goal : ' coverage'
107
- stack-version : ' 8.14.1 '
107
+ stack-version : ' 8.15.5 '
Original file line number Diff line number Diff line change 5
5
inputs :
6
6
stack_version :
7
7
description : ' Stack Version'
8
- default : ' 8.14.1 '
8
+ default : ' 8.15.5 '
9
9
required : false
10
10
push :
11
11
branches :
26
26
- name : Run buildkite pipeline
27
27
uses : elastic/oblt-actions/buildkite/run@v1
28
28
env :
29
- STACK_VERSION : ${{ inputs.stack_version || '8.14.1 ' }}
29
+ STACK_VERSION : ${{ inputs.stack_version || '8.15.5 ' }}
30
30
with :
31
31
token : ${{ secrets.BUILDKITE_TOKEN }}
32
32
pipeline : apm-agent-microbenchmark
You can’t perform that action at this time.
0 commit comments