Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make CTS nightly run reporting status to our slack channel. #4219

Merged
merged 1 commit into from
May 24, 2024

Conversation

kaizhangNV
Copy link
Contributor

No description provided.

@kaizhangNV kaizhangNV marked this pull request as draft May 23, 2024 22:17
@kaizhangNV kaizhangNV added the pr: non-breaking PRs without breaking changes label May 23, 2024
@kaizhangNV kaizhangNV self-assigned this May 23, 2024
The CTS nightly stops report error because of `continue-on-error` is set
to true. Remove that field such that it will fail the job.

Add slack notification about the CTS status, this will report the status
of CTS nightly result to our slack dev channel.
@kaizhangNV kaizhangNV marked this pull request as ready for review May 23, 2024 22:36
Copy link
Collaborator

@jkwak-work jkwak-work left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@@ -12,7 +12,6 @@ jobs:
build:
runs-on: [Windows, self-hosted]
timeout-minutes: 180
continue-on-error: true
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the default false?
Can we just have it explicitly set to false?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea, it's default to false.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But it's doesn't matter now, because I set

    - name: result notification
      id: slack-notify
      if : always()

which will make sure this "slack-notify" keep running no matter CTS fail or not.

@kaizhangNV kaizhangNV merged commit 8e549ee into master May 24, 2024
17 checks passed
@kaizhangNV kaizhangNV deleted the kai/cts-report branch May 24, 2024 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: non-breaking PRs without breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants