Skip to content

Test docker build#141779

Closed
afrittoli wants to merge 8 commits into
pytorch:mainfrom
afrittoli:test_docker_build
Closed

Test docker build#141779
afrittoli wants to merge 8 commits into
pytorch:mainfrom
afrittoli:test_docker_build

Conversation

@afrittoli

@afrittoli afrittoli commented Nov 28, 2024

Copy link
Copy Markdown
Collaborator

Fixes #ISSUE_NUMBER

cc @seemethere @malfet @pytorch/pytorch-dev-infra

Magma is built for specific CUDA versions and stored in the
ossci-linux bucket. Install it from there rather than the
deprecated conda package.

There are two places where magma is installed today:
- install_conda.sh: extract the magma package in the same
  exact location where conda would install it, using a
  dedicated install_magma_conda.sh script
- install_magma.sh: this script already uses a tarball.
  Use the new tarball instead of the tarball from the conda
  package. The format of the new tarball is compatible with
  the old one, so changes here are minimal:wq

Signed-off-by: Andrea Frittoli <andrea.frittoli@uk.ibm.com>
Signed-off-by: Andrea Frittoli <andrea.frittoli@uk.ibm.com>
@afrittoli afrittoli requested review from a team and jeffdaily as code owners November 28, 2024 17:34
@pytorch-bot

pytorch-bot Bot commented Nov 28, 2024

Copy link
Copy Markdown

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/141779

Note: Links to docs will display an error until the docs builds have been completed.

❌ 10 New Failures

As of commit bf961cd with merge base d49f0bf (image):

NEW FAILURES - The following jobs have failed:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

Comment thread .github/workflows/_linux-build.yml
Comment thread .ci/docker/common/install_conda.sh Outdated
Comment thread .ci/docker/ubuntu/Dockerfile Outdated
Comment thread .ci/docker/ubuntu-cuda/Dockerfile Outdated
Comment thread .ci/docker/common/install_magma.sh Outdated
@cpuhrsch cpuhrsch added module: ci Related to continuous integration triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module labels Dec 3, 2024

@malfet malfet left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

As it doesn't not reference any issue, it would be nice to provide a better description on what this PR is trying to achieve, as Test docker build is a big vague

- name: Calculate docker image
id: calculate-docker-image
uses: pytorch/test-infra/.github/actions/calculate-docker-image@main
uses: pytorch/test-infra/.github/actions/calculate-docker-image@test-calculate-docker-image

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This is a temp change, right?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Yes, just for testing purposes, not meant to be reviewed or merged 🙏

@afrittoli afrittoli closed this Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

module: ci Related to continuous integration open source topic: not user facing topic category triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants