Skip to content

Commit 43c4fe5

Browse files
authored
Update benchmarks.yml
1 parent a5ad2e8 commit 43c4fe5

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
@@ -92,15 +92,9 @@ jobs:
9292
username: ${{ secrets.ELASTIC_DOCKER_USERNAME }}
9393
password: ${{ secrets.ELASTIC_DOCKER_PASSWORD }}
9494

95-
<<<<<<< HEAD
96-
- uses: elastic/oblt-actions/google/auth@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
97-
98-
- uses: elastic/oblt-actions/aws/auth@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
99-
=======
10095
- uses: elastic/oblt-actions/google/auth@v1
10196

10297
- uses: elastic/oblt-actions/aws/auth@v1
103-
>>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
10498
with:
10599
role-duration-seconds: 18000 # 5 hours
106100

@@ -163,11 +157,7 @@ jobs:
163157
$PNG_REPORT_FILE
164158
165159
- name: Upload PNG
166-
<<<<<<< HEAD
167-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
168-
=======
169160
uses: actions/upload-artifact@v4
170-
>>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
171161
with:
172162
name: kibana-png-report
173163
path: ${{ env.WORKING_DIRECTORY }}/${{ env.PNG_REPORT_FILE }}
@@ -183,11 +173,7 @@ jobs:
183173
echo "png_report_url=https://elastic-apm-server-benchmark-reports.s3.amazonaws.com/${DEST_NAME}" >> "$GITHUB_OUTPUT"
184174
185175
- name: Upload benchmark result
186-
<<<<<<< HEAD
187-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
188-
=======
189176
uses: actions/upload-artifact@v4
190-
>>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
191177
with:
192178
name: benchmark-result
193179
path: ${{ env.WORKING_DIRECTORY }}/${{ env.BENCHMARK_RESULT }}
@@ -201,11 +187,7 @@ jobs:
201187
run: make cp-cpuprof
202188

203189
- name: Upload CPU profile
204-
<<<<<<< HEAD
205-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
206-
=======
207190
uses: actions/upload-artifact@v4
208-
>>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
209191
with:
210192
name: cpu-profile
211193
path: ${{ env.WORKING_DIRECTORY }}/${{ env.BENCHMARK_CPU_OUT }}
@@ -227,11 +209,7 @@ jobs:
227209
# GitHub bot won't trigger any CI builds.
228210
# See https://github.com/peter-evans/create-pull-request/issues/48#issuecomment-537478081
229211
- name: Configure git user
230-
<<<<<<< HEAD
231-
uses: elastic/oblt-actions/git/setup@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
232-
=======
233212
uses: elastic/oblt-actions/git/setup@v1
234-
>>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
235213
with:
236214
github-token: ${{ steps.get_token.outputs.token }}
237215

@@ -269,11 +247,7 @@ jobs:
269247

270248
# Notify failure to Slack only on schedule (nightly run)
271249
- if: failure() && github.event_name == 'schedule'
272-
<<<<<<< HEAD
273-
uses: elastic/oblt-actions/slack/notify-result@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
274-
=======
275250
uses: elastic/oblt-actions/slack/notify-result@v1
276-
>>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
277251
with:
278252
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
279253
channel-id: "#apm-server"

0 commit comments

Comments
 (0)