@@ -115,15 +115,9 @@ jobs:
115
115
username : ${{ secrets.ELASTIC_DOCKER_USERNAME }}
116
116
password : ${{ secrets.ELASTIC_DOCKER_PASSWORD }}
117
117
118
- <<<<<<< HEAD
119
- - uses : elastic/oblt-actions/google/auth@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
120
-
121
- - uses : elastic/oblt-actions/aws/auth@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
122
- =======
123
118
- uses : elastic/oblt-actions/google/auth@v1
124
119
125
120
- uses : elastic/oblt-actions/aws/auth@v1
126
- >>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
127
121
with :
128
122
role-duration-seconds : 21600 # 6 hours
129
123
@@ -186,11 +180,7 @@ jobs:
186
180
$PNG_REPORT_FILE
187
181
188
182
- name : Upload PNG
189
- <<<<<<< HEAD
190
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
191
- =======
192
183
uses : actions/upload-artifact@v4
193
- >>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
194
184
with :
195
185
name : kibana-png-report
196
186
path : ${{ env.WORKING_DIRECTORY }}/${{ env.PNG_REPORT_FILE }}
@@ -206,11 +196,7 @@ jobs:
206
196
echo "png_report_url=https://elastic-apm-server-benchmark-reports.s3.amazonaws.com/${DEST_NAME}" >> "$GITHUB_OUTPUT"
207
197
208
198
- name : Upload benchmark result
209
- <<<<<<< HEAD
210
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
211
- =======
212
199
uses : actions/upload-artifact@v4
213
- >>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
214
200
with :
215
201
name : benchmark-result
216
202
path : ${{ env.WORKING_DIRECTORY }}/${{ env.BENCHMARK_RESULT }}
@@ -224,11 +210,7 @@ jobs:
224
210
run : make cp-cpuprof
225
211
226
212
- name : Upload CPU profile
227
- <<<<<<< HEAD
228
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
229
- =======
230
213
uses : actions/upload-artifact@v4
231
- >>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
232
214
with :
233
215
name : cpu-profile
234
216
path : ${{ env.WORKING_DIRECTORY }}/${{ env.BENCHMARK_CPU_OUT }}
@@ -250,11 +232,7 @@ jobs:
250
232
# GitHub bot won't trigger any CI builds.
251
233
# See https://github.com/peter-evans/create-pull-request/issues/48#issuecomment-537478081
252
234
- name : Configure git user
253
- <<<<<<< HEAD
254
- uses : elastic/oblt-actions/git/setup@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
255
- =======
256
235
uses : elastic/oblt-actions/git/setup@v1
257
- >>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
258
236
with :
259
237
github-token : ${{ steps.get_token.outputs.token }}
260
238
@@ -292,11 +270,7 @@ jobs:
292
270
293
271
# Notify failure to Slack only on schedule (nightly run)
294
272
- if : failure() && github.event_name == 'schedule'
295
- <<<<<<< HEAD
296
- uses : elastic/oblt-actions/slack/notify-result@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
297
- =======
298
273
uses : elastic/oblt-actions/slack/notify-result@v1
299
- >>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
300
274
with :
301
275
bot-token : ${{ secrets.SLACK_BOT_TOKEN }}
302
276
channel-id : " #apm-server"
0 commit comments