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

Docker setup #826

Merged
merged 61 commits into from
Apr 15, 2020
Merged

Docker setup #826

merged 61 commits into from
Apr 15, 2020

Conversation

jdahm
Copy link
Contributor

@jdahm jdahm commented Mar 10, 2020

Technical Description

Use Sarus for containerized tests of Dawn.

To do before merging:

  • Add Atlas and ecKit
  • Create image update script (scripts/update-images)
  • Check if sarus pull $image is the correct usage -- sarus run --pull eth-cscs/sarus#6
  • Move scripts/jenkins/srun_dawn_PR.sh to scripts/daint-dawn-PR
  • Remove ssh:// workaround in git clone URL for clang-gridtools in Jenkins -- this is no longer needed

Resolves / Enhances

Resolves #623.

Testing

http://localhost:8080/view/PASCHA/job/dawn_gtclang_clang-gridtools_PR/490/

@jdahm
Copy link
Contributor Author

jdahm commented Mar 10, 2020

launch jenkins

@jdahm
Copy link
Contributor Author

jdahm commented Mar 16, 2020

launch jenkins

@jdahm
Copy link
Contributor Author

jdahm commented Mar 16, 2020

launch jenkins

@jdahm
Copy link
Contributor Author

jdahm commented Mar 24, 2020

launch jenkins

Dockerfile Outdated

FROM dawn-gcc9-env AS dawn-gcc9
# IMAGE needs be be set to one of the docker/dawn-env.dockerfile images
ARG IMAGE=gtclang/dawn-env-cuda10.1-ubuntu18.04
Copy link
Contributor

Choose a reason for hiding this comment

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

if we now have a docker folder, should we put this file also in there (and adapt the path on dockerhub?)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm not sure... Sometimes it's nice to have a top-level Dockerfile that people can immediately build. Something like a Makefile used to be.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

But I'm open to either way! Let me know.

.gitignore Outdated Show resolved Hide resolved
scripts/build-and-test Outdated Show resolved Hide resolved
@jdahm
Copy link
Contributor Author

jdahm commented Apr 8, 2020

launch jenkins

@jdahm
Copy link
Contributor Author

jdahm commented Apr 8, 2020

launch jenkins

@jdahm
Copy link
Contributor Author

jdahm commented Apr 15, 2020

Everything passes so I'm going to go ahead and merge this now.

@jdahm jdahm merged commit 7c3bad7 into MeteoSwiss-APN:master Apr 15, 2020
@jdahm jdahm deleted the docker_setup branch April 15, 2020 00:38
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.

Containerize Tests
2 participants