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

TST / Workflows: Get slack notifications for docker image build #30891

Merged
merged 3 commits into from
May 21, 2024

Conversation

younesbelkada
Copy link
Contributor

What does this PR do?

As per title, as similarly as huggingface/peft#1723 - I created a new slack channel to receive notifications on the docker image build status for all our docker images

We do that in PEFT / diffusers (huggingface/diffusers#7938)

Related to: #30890

cc @ydshieh

if: always()
uses: huggingface/hf-workflows/.github/actions/post-slack@main
with:
slack_channel: "C073ZTN10A1"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Change to correct env name in the future and use a secret

@HuggingFaceDocBuilderDev

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

Copy link
Member

@SunMarc SunMarc left a comment

Choose a reason for hiding this comment

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

Good idea ! Thx for adding this !

.github/workflows/build-docker-images.yml Outdated Show resolved Hide resolved
.github/workflows/build-docker-images.yml Outdated Show resolved Hide resolved
.github/workflows/build-docker-images.yml Outdated Show resolved Hide resolved
.github/workflows/build-docker-images.yml Outdated Show resolved Hide resolved
.github/workflows/build-docker-images.yml Outdated Show resolved Hide resolved
.github/workflows/build-docker-images.yml Outdated Show resolved Hide resolved
.github/workflows/build-docker-images.yml Outdated Show resolved Hide resolved
.github/workflows/build-docker-images.yml Outdated Show resolved Hide resolved
.github/workflows/build-docker-images.yml Outdated Show resolved Hide resolved
.github/workflows/build-docker-images.yml Outdated Show resolved Hide resolved
.github/workflows/build-docker-images.yml Outdated Show resolved Hide resolved
.github/workflows/build-docker-images.yml Outdated Show resolved Hide resolved
.github/workflows/build-docker-images.yml Outdated Show resolved Hide resolved
.github/workflows/build-docker-images.yml Outdated Show resolved Hide resolved
.github/workflows/build-docker-images.yml Outdated Show resolved Hide resolved
.github/workflows/build-docker-images.yml Outdated Show resolved Hide resolved
.github/workflows/build-docker-images.yml Outdated Show resolved Hide resolved
.github/workflows/build-docker-images.yml Outdated Show resolved Hide resolved
Copy link
Collaborator

@ydshieh ydshieh left a comment

Choose a reason for hiding this comment

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

Very nice.

It sends many separate reports for a workflow run however. Ideally it might be a good idea to send all of these in on go (in a final job), but it will require some changes in hf-workflows. So I wouldn't insist such change in this PR.

@younesbelkada younesbelkada merged commit eae2b6b into main May 21, 2024
8 checks passed
@younesbelkada younesbelkada deleted the younesbelkada-patch-2 branch May 21, 2024 13:54
@younesbelkada
Copy link
Contributor Author

Thanks so much for the review @ydshieh !

Vaibhavs10 pushed a commit to Vaibhavs10/transformers that referenced this pull request May 22, 2024
…ingface#30891)

* Get slack notifications for docker image build

* Apply suggestions from code review

* Apply suggestions from code review
itazap pushed a commit that referenced this pull request May 22, 2024
* Get slack notifications for docker image build

* Apply suggestions from code review

* Apply suggestions from code review
itazap pushed a commit that referenced this pull request May 24, 2024
* Get slack notifications for docker image build

* Apply suggestions from code review

* Apply suggestions from code review
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants