parsa-epfl / qflex

Quick & Flexible Rack-Scale Computer Architecture Simulator
http://qflex.epfl.ch/
31 stars 10 forks source link

Add development and deployment images #2

Closed abhinavaggarwal closed 6 years ago

abhinavaggarwal commented 6 years ago

Add docker images for dev and deploy workflows along with a helper script named run_job.sh to launch flexus simulator jobs on image checkpoints, inside a kubernetes cluster.

Hnefi commented 6 years ago

Looks good so far ahbinav. I have two requests: 1) Can you change run_job so it doesn't take a hardcoded version of qflex_dev:v6? Instead, the user should be able to pass the container name. 2) When you iterate over the checkpoints, can you add a quick explanation that these are the QEMU images to be run in trace-mode?

abhinavaggarwal commented 6 years ago

Done.

Hnefi commented 6 years ago

👍