diff --git a/.github/workflows/bump-elastic-stack-snapshot.yml b/.github/workflows/bump-elastic-stack-snapshot.yml index 804ef8226edb..c4acfcfc3362 100644 --- a/.github/workflows/bump-elastic-stack-snapshot.yml +++ b/.github/workflows/bump-elastic-stack-snapshot.yml @@ -31,11 +31,22 @@ jobs: steps: - uses: actions/checkout@v4 +<<<<<<< HEAD - name: Install Updatecli in the runner uses: updatecli/updatecli-action@704a64517239e0993c5e3bf6749a063b8f950d9f # v0.76.1 - name: Run Updatecli in Apply mode run: updatecli --experimental apply --config .github/workflows/updatecli.d/bump-elastic-stack-snapshot.yml --values .github/workflows/updatecli.d/values.d/scm.yml +======= + - uses: elastic/oblt-actions/updatecli/run-and-notify@v1 + with: + command: --experimental apply --config .github/workflows/updatecli.d/bump-elastic-stack-snapshot.yml --values .github/workflows/updatecli.d/values.d/scm.yml + slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }} + slack-channel-id: "#ingest-notifications" + slack-message: ":traffic_cone: updatecli failed for `${{ github.repository }}@${{ github.ref_name }}`, @robots-ci please look what's going on " + slack-send-when: "failure" + version-file: .updatecli-version +>>>>>>> 68600b701 (fix: asdf issues with updatecli in the tool-versions (#45286)) env: BRANCH: ${{ matrix.branch }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/bump-golang.yml b/.github/workflows/bump-golang.yml index 29ed18ade6f6..13323dd5b82b 100644 --- a/.github/workflows/bump-golang.yml +++ b/.github/workflows/bump-golang.yml @@ -22,11 +22,22 @@ jobs: steps: - uses: actions/checkout@v4 +<<<<<<< HEAD - name: Install Updatecli in the runner uses: updatecli/updatecli-action@704a64517239e0993c5e3bf6749a063b8f950d9f # v0.76.1 - name: Run Updatecli in Apply mode run: updatecli --experimental apply --config .github/workflows/updatecli.d/${{ matrix.file }} --values .github/workflows/updatecli.d/values.d/scm.yml +======= + - uses: elastic/oblt-actions/updatecli/run-and-notify@v1 + with: + command: --experimental apply --config .github/workflows/updatecli.d/${{ matrix.file }} --values .github/workflows/updatecli.d/values.d/scm.yml + slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }} + slack-channel-id: "#ingest-notifications" + slack-message: ":traffic_cone: updatecli failed for `${{ github.repository }}@${{ github.ref_name }}`, @robots-ci please look what's going on " + slack-send-when: "failure" + version-file: .updatecli-version +>>>>>>> 68600b701 (fix: asdf issues with updatecli in the tool-versions (#45286)) env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/updatecli-compose.yml b/.github/workflows/updatecli-compose.yml index d92bf5b5865c..74ba56b5b7d1 100644 --- a/.github/workflows/updatecli-compose.yml +++ b/.github/workflows/updatecli-compose.yml @@ -28,12 +28,28 @@ jobs: - uses: elastic/oblt-actions/updatecli/run@v1 with: command: --experimental compose diff +<<<<<<< HEAD +======= + slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }} + slack-channel-id: "#ingest-notifications" + slack-message: ":traffic_cone: updatecli failed for `${{ github.repository }}@${{ github.ref_name }}`, @robots-ci please look what's going on " + slack-send-when: "failure" + version-file: .updatecli-version +>>>>>>> 68600b701 (fix: asdf issues with updatecli in the tool-versions (#45286)) env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: elastic/oblt-actions/updatecli/run@v1 with: command: --experimental compose apply +<<<<<<< HEAD +======= + slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }} + slack-channel-id: "#ingest-notifications" + slack-message: ":traffic_cone: updatecli failed for `${{ github.repository }}@${{ github.ref_name }}`, @robots-ci please look what's going on " + slack-send-when: "failure" + version-file: .updatecli-version +>>>>>>> 68600b701 (fix: asdf issues with updatecli in the tool-versions (#45286)) env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.updatecli-version b/.updatecli-version new file mode 100644 index 000000000000..7d99e82c35d6 --- /dev/null +++ b/.updatecli-version @@ -0,0 +1 @@ +updatecli v0.97.0 \ No newline at end of file