-
Notifications
You must be signed in to change notification settings - Fork 524
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
github-actions: replace apm-pipeline-library actions for oblt-actions (…
…#13975) (cherry picked from commit 3b4a9c2) # Conflicts: # .github/workflows/check-docker-compose.yml # .github/workflows/smoke-tests-schedule.yml
- Loading branch information
1 parent
b4997cf
commit eadc7b8
Showing
5 changed files
with
40 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- id: generate | ||
name: Generate matrix | ||
uses: elastic/apm-pipeline-library/.github/actions/elastic-stack-snapshot-branches@current | ||
uses: elastic/oblt-actions/elastic/active-branches@v1 | ||
with: | ||
exclude-branches: '7.17' | ||
|
||
|
@@ -57,10 +57,15 @@ jobs: | |
- smoke-tests-ess | ||
steps: | ||
- id: check | ||
uses: elastic/apm-pipeline-library/.github/actions/check-dependent-jobs@current | ||
uses: elastic/oblt-actions/check-dependent-jobs@v1 | ||
with: | ||
<<<<<<< HEAD | ||
needs: ${{ toJSON(needs) }} | ||
- uses: elastic/oblt-actions/slack/[email protected] | ||
======= | ||
jobs: ${{ toJSON(needs) }} | ||
- uses: elastic/oblt-actions/slack/[email protected] | ||
>>>>>>> 3b4a9c2e5 (github-actions: replace apm-pipeline-library actions for oblt-actions (#13975)) | ||
with: | ||
bot-token: ${{ secrets.SLACK_BOT_TOKEN }} | ||
channel-id: "#apm-server" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters