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

Add github action support #542

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Add github action support #542

wants to merge 11 commits into from

Conversation

samos123
Copy link
Contributor

@samos123 samos123 commented Jun 26, 2024

Testing here until GHA is enabled on axlearn: samos123#1

The GHA are working except clip_test.py seems to be broken but I suspect it's broken on circleCI too.

I would prefer to merge this with excluding clip_test.py. I or the whoever wrote/knows clip_test.py can do a follow up PR.

@samos123 samos123 changed the title WIP Add github action support Add github action support Jun 27, 2024
Comment on lines +50 to +52
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- uses: docker/setup-buildx-action@v3
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this right that we set up twice?

run: |
echo "matrix=$(python3 .github/workflows/set_matrix.py)" >> $GITHUB_OUTPUT

build-and-test:
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a way to set the name here to something nicer than the list of files? I'm imagining build-and-test (1/10) and then first step can be to echo list of files to output for debugging later?

@samos123
Copy link
Contributor Author

samos123 commented Jul 1, 2024

@madrob Thanks for the feedback! I probably won't be able to attend to this PR for a few weeks. Feel free to take make a separate PR and discard this PR.

Copy link
Contributor

@ruomingp ruomingp left a comment

Choose a reason for hiding this comment

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

Will defer to @madrob and @markblee for 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.

3 participants