Skip to content

Commit

Permalink
chore: trigger error message
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBredehoft committed Jun 13, 2024
1 parent a3d5509 commit 1f33d46
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,7 @@ jobs:
)
&& steps.conformance.outcome == 'success'
&& !cancelled()
&& false
shell: bash +e {0}
run: |
if [[ "${{ env.IS_WEEKLY }}" == "true" ]]; then
Expand Down Expand Up @@ -1001,6 +1002,9 @@ jobs:
label: ${{ needs.start-runner-linux.outputs.label-310 }}
ec2-instance-id: ${{ needs.start-runner-linux.outputs.ec2-instance-id-310 }}
mode: stop

- name: trigger error
run: exit 1

build-macos-intel:
name: Python ${{ matrix.python_version }} (macOS, intel)
Expand Down Expand Up @@ -1233,6 +1237,6 @@ jobs:
SLACK_ICON: https://pbs.twimg.com/profile_images/1274014582265298945/OjBKP9kn_400x400.png
SLACK_COLOR: 'failure'
SLACK_TITLE: 'Stopping EC2 instances (linux) failed ❌'
SLACK_MESSAGE: '@machinelearning EC2 instances must be terminated manually as soon as possible'
SLACK_MESSAGE: '<!channel> EC2 instances must be terminated manually as soon as possible'
SLACK_USERNAME: ${{ secrets.BOT_USERNAME }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}

0 comments on commit 1f33d46

Please sign in to comment.