Skip to content

Commit 658d609

Browse files
authored
Update benchmarks.yml
1 parent 508092f commit 658d609

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/benchmarks.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,9 @@ jobs:
115115
username: ${{ secrets.ELASTIC_DOCKER_USERNAME }}
116116
password: ${{ secrets.ELASTIC_DOCKER_PASSWORD }}
117117

118-
<<<<<<< HEAD
119-
- uses: elastic/oblt-actions/google/auth@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
120-
121-
- uses: elastic/oblt-actions/aws/auth@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
122-
=======
123118
- uses: elastic/oblt-actions/google/auth@v1
124119

125120
- uses: elastic/oblt-actions/aws/auth@v1
126-
>>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
127121
with:
128122
role-duration-seconds: 21600 # 6 hours
129123

@@ -186,11 +180,7 @@ jobs:
186180
$PNG_REPORT_FILE
187181
188182
- name: Upload PNG
189-
<<<<<<< HEAD
190-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
191-
=======
192183
uses: actions/upload-artifact@v4
193-
>>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
194184
with:
195185
name: kibana-png-report
196186
path: ${{ env.WORKING_DIRECTORY }}/${{ env.PNG_REPORT_FILE }}
@@ -206,11 +196,7 @@ jobs:
206196
echo "png_report_url=https://elastic-apm-server-benchmark-reports.s3.amazonaws.com/${DEST_NAME}" >> "$GITHUB_OUTPUT"
207197
208198
- name: Upload benchmark result
209-
<<<<<<< HEAD
210-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
211-
=======
212199
uses: actions/upload-artifact@v4
213-
>>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
214200
with:
215201
name: benchmark-result
216202
path: ${{ env.WORKING_DIRECTORY }}/${{ env.BENCHMARK_RESULT }}
@@ -224,11 +210,7 @@ jobs:
224210
run: make cp-cpuprof
225211

226212
- name: Upload CPU profile
227-
<<<<<<< HEAD
228-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
229-
=======
230213
uses: actions/upload-artifact@v4
231-
>>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
232214
with:
233215
name: cpu-profile
234216
path: ${{ env.WORKING_DIRECTORY }}/${{ env.BENCHMARK_CPU_OUT }}
@@ -250,11 +232,7 @@ jobs:
250232
# GitHub bot won't trigger any CI builds.
251233
# See https://github.com/peter-evans/create-pull-request/issues/48#issuecomment-537478081
252234
- name: Configure git user
253-
<<<<<<< HEAD
254-
uses: elastic/oblt-actions/git/setup@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
255-
=======
256235
uses: elastic/oblt-actions/git/setup@v1
257-
>>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
258236
with:
259237
github-token: ${{ steps.get_token.outputs.token }}
260238

@@ -292,11 +270,7 @@ jobs:
292270

293271
# Notify failure to Slack only on schedule (nightly run)
294272
- if: failure() && github.event_name == 'schedule'
295-
<<<<<<< HEAD
296-
uses: elastic/oblt-actions/slack/notify-result@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
297-
=======
298273
uses: elastic/oblt-actions/slack/notify-result@v1
299-
>>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
300274
with:
301275
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
302276
channel-id: "#apm-server"

0 commit comments

Comments
 (0)