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

adding rapids runner #338

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

Conversation

jperez999
Copy link
Collaborator

testing activation of rapids runner.

@jperez999 jperez999 added the ci label May 30, 2023
@jperez999 jperez999 added this to the Merlin 23.06 milestone May 30, 2023
@jperez999 jperez999 self-assigned this May 30, 2023
@github-actions
Copy link

Documentation preview

https://nvidia-merlin.github.io/core/review/pr-338

@karlhigley
Copy link
Contributor

Is the new action/job added here specifically for the RAPIDS runner? If so, it should probably say that in the name and file name.

@jperez999 jperez999 requested a review from oliverholworthy July 5, 2023 18:21
- name: Run tests
run: |
merlin_branch="${{ steps.get-branch-name.outputs.branch }}"
MERLIN_BRANCH=$merlin_branch COMPARE_BRANCH=$merlin_branch \
Copy link
Member

Choose a reason for hiding this comment

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

These env vars are not required here.

  • MERLIN_BRANCH is used in other places where we need to install other merlin packages from the equivalent branch ( release branch or development branch). In this test-gpu tox environment we only install the core package.
    • the get-branch-name step can also be removed here too since we won't use it if MERLIN_BRANCH is removed
  • COMPARE_BRANCH is something currently only used in Merlin Models to inspect the diff and label parts as changed or unchanged (so that tests using TensorFlow only run if the tensorflow code has changed).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants