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

fixing bug with listing and container_image #170

Merged
merged 16 commits into from
Mar 6, 2021

Commits on Mar 6, 2021

  1. fixing bug with listing and container_image

    currently, the listing parser expects there to be a container_image key in the result,
    but I just found a case where it is not there. I am making it option by using .get(
    instead of a direct index
    
    Signed-off-by: vsoch <vsoch@users.noreply.github.com>
    vsoch committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    5e25e9e View commit details
    Browse the repository at this point in the history
  2. require singularity 3.x or greater for singularity instance list with…

    … json
    
    Signed-off-by: vsoch <vsoch@users.noreply.github.com>
    vsoch committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    c7c4ce6 View commit details
    Browse the repository at this point in the history
  3. remove black version pin

    Signed-off-by: vsoch <vsoch@users.noreply.github.com>
    vsoch committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    462c237 View commit details
    Browse the repository at this point in the history
  4. I dont think we need instance.iutils anymore, I dont see it being use…

    …d and its redundant with list
    
    Signed-off-by: vsoch <vsoch@users.noreply.github.com>
    vsoch committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    478249b View commit details
    Browse the repository at this point in the history
  5. test updated singularity orb version

    Signed-off-by: vsoch <vsoch@users.noreply.github.com>
    vsoch committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    a528d6b View commit details
    Browse the repository at this point in the history
  6. test if circleci config is valid

    Signed-off-by: vsoch <vsoch@users.noreply.github.com>
    vsoch committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    9a167bc View commit details
    Browse the repository at this point in the history
  7. hopefully this is valid...

    Signed-off-by: vsoch <vsoch@users.noreply.github.com>
    vsoch committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    f7029e3 View commit details
    Browse the repository at this point in the history
  8. try removing &&

    Signed-off-by: vsoch <vsoch@users.noreply.github.com>
    vsoch committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    de2b73a View commit details
    Browse the repository at this point in the history
  9. try sourcing bash environment

    Signed-off-by: vsoch <vsoch@users.noreply.github.com>
    vsoch committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    af5e97b View commit details
    Browse the repository at this point in the history
  10. try using conda path

    Signed-off-by: vsoch <vsoch@users.noreply.github.com>
    vsoch committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    2f5d804 View commit details
    Browse the repository at this point in the history
  11. Update config.yml

    vsoch committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    9c9bede View commit details
    Browse the repository at this point in the history
  12. source bash environment first

    Signed-off-by: vsoch <vsoch@users.noreply.github.com>
    vsoch committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    6222698 View commit details
    Browse the repository at this point in the history
  13. weird output in step

    Signed-off-by: vsoch <vsoch@users.noreply.github.com>
    vsoch committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    ba18c78 View commit details
    Browse the repository at this point in the history
  14. add to path directly, source not working

    Signed-off-by: vsoch <vsoch@users.noreply.github.com>
    vsoch committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    34de967 View commit details
    Browse the repository at this point in the history
  15. update working directory

    Signed-off-by: vsoch <vsoch@users.noreply.github.com>
    vsoch committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    8033aff View commit details
    Browse the repository at this point in the history
  16. set working directory

    Signed-off-by: vsoch <vsoch@users.noreply.github.com>
    vsoch committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    eecdc0a View commit details
    Browse the repository at this point in the history