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

DM-14765: Allow validateDrp to run w/o instrument, dataset_repo_url #82

Merged
merged 2 commits into from
Jun 27, 2018

Commits on Jun 15, 2018

  1. Guess reasonable 'instrument', 'dataset_repo_url' if not passed.

    Same functionality remains to pass 'instrument' and 'dataset_repo_url'
      as used in the SQuaSH framework.
    But if these aren't specified, the Job is still created, the metrics still run
      and reasonable default values are stored.
    wmwv committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    624f01c View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

  1. Fix butler-> repo error.

    Was accidentally passing a non-existing "butler" variable
    instead of the "repo" filehname string.
    wmwv committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    b71c871 View commit details
    Browse the repository at this point in the history