Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
j316chuck committed Oct 10, 2023
1 parent f39d206 commit 0540bb7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/mcp/mcp_pytest.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,16 @@
python -m coverage report
'''
config = RunConfig(
name=name,
cluster=args.cluster,
gpu_type=args.gpu_type,
gpu_num=args.gpu_num,
image=args.image,
integrations=[git_integration],
command=command + run_command,
scheduling={'max_duration': args.timeout / 60 / 60},
)

# Create run
run = create_run(config)
Expand Down

0 comments on commit 0540bb7

Please sign in to comment.