-
Notifications
You must be signed in to change notification settings - Fork 288
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref #4287
- Loading branch information
Showing
1 changed file
with
4 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,6 +53,9 @@ jobs: | |
mv tidb-enterprise-tools-nightly-linux-amd64/bin/sync_diff_inspector bin/ | ||
curl http://download.pingcap.org/tidb-nightly-linux-amd64.tar.gz | tar xz | ||
mv tidb-nightly-linux-amd64/bin/tidb-server bin/ | ||
curl -O https://dl.min.io/server/minio/release/linux-amd64/minio | ||
chmod +x minio | ||
mv minio bin/ | ||
- name: change binlog sequence number to 999998 | ||
run: | | ||
|
@@ -117,7 +120,7 @@ jobs: | |
SLACK_WEBHOOK: ${{ secrets.SLACK_NOTIFY }} | ||
uses: Ilshidur/[email protected] | ||
with: | ||
args: "chaos job failed, see https://github.com/pingcap/tiflow/actions/runs/{{ GITHUB_RUN_ID }}" | ||
args: "binlog 999999 failed, see https://github.com/pingcap/tiflow/actions/runs/{{ GITHUB_RUN_ID }}" | ||
|
||
# Debug via SSH if previous steps failed | ||
- name: Set up tmate session | ||
|