92
92
username : ${{ secrets.ELASTIC_DOCKER_USERNAME }}
93
93
password : ${{ secrets.ELASTIC_DOCKER_PASSWORD }}
94
94
95
- <<<<<<< HEAD
96
- - uses : elastic/oblt-actions/google/auth@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
97
-
98
- - uses : elastic/oblt-actions/aws/auth@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
99
- =======
100
95
- uses : elastic/oblt-actions/google/auth@v1
101
96
102
97
- uses : elastic/oblt-actions/aws/auth@v1
103
- >>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
104
98
with :
105
99
role-duration-seconds : 18000 # 5 hours
106
100
@@ -163,11 +157,7 @@ jobs:
163
157
$PNG_REPORT_FILE
164
158
165
159
- name : Upload PNG
166
- <<<<<<< HEAD
167
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
168
- =======
169
160
uses : actions/upload-artifact@v4
170
- >>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
171
161
with :
172
162
name : kibana-png-report
173
163
path : ${{ env.WORKING_DIRECTORY }}/${{ env.PNG_REPORT_FILE }}
@@ -183,11 +173,7 @@ jobs:
183
173
echo "png_report_url=https://elastic-apm-server-benchmark-reports.s3.amazonaws.com/${DEST_NAME}" >> "$GITHUB_OUTPUT"
184
174
185
175
- name : Upload benchmark result
186
- <<<<<<< HEAD
187
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
188
- =======
189
176
uses : actions/upload-artifact@v4
190
- >>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
191
177
with :
192
178
name : benchmark-result
193
179
path : ${{ env.WORKING_DIRECTORY }}/${{ env.BENCHMARK_RESULT }}
@@ -201,11 +187,7 @@ jobs:
201
187
run : make cp-cpuprof
202
188
203
189
- name : Upload CPU profile
204
- <<<<<<< HEAD
205
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
206
- =======
207
190
uses : actions/upload-artifact@v4
208
- >>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
209
191
with :
210
192
name : cpu-profile
211
193
path : ${{ env.WORKING_DIRECTORY }}/${{ env.BENCHMARK_CPU_OUT }}
@@ -227,11 +209,7 @@ jobs:
227
209
# GitHub bot won't trigger any CI builds.
228
210
# See https://github.com/peter-evans/create-pull-request/issues/48#issuecomment-537478081
229
211
- name : Configure git user
230
- <<<<<<< HEAD
231
- uses : elastic/oblt-actions/git/setup@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
232
- =======
233
212
uses : elastic/oblt-actions/git/setup@v1
234
- >>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
235
213
with :
236
214
github-token : ${{ steps.get_token.outputs.token }}
237
215
@@ -269,11 +247,7 @@ jobs:
269
247
270
248
# Notify failure to Slack only on schedule (nightly run)
271
249
- if : failure() && github.event_name == 'schedule'
272
- <<<<<<< HEAD
273
- uses : elastic/oblt-actions/slack/notify-result@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
274
- =======
275
250
uses : elastic/oblt-actions/slack/notify-result@v1
276
- >>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
277
251
with :
278
252
bot-token : ${{ secrets.SLACK_BOT_TOKEN }}
279
253
channel-id : " #apm-server"
0 commit comments