codes-org / codes

The Co-Design of Exascale Storage Architectures (CODES) simulation framework builds upon the ROSS parallel discrete event simulation engine to provide high-performance simulation utilities and models for building scalable distributed systems simulations
Other
40 stars 16 forks source link

Build Testing System #180

Open nmcglo opened 4 years ago

nmcglo commented 4 years ago

The CODES xGitLab repo had some nightly build testing integration in it that I don't seem to have access to. Something like this should be replicated on the GitHub repo going forward.

caitlinross commented 4 years ago

So we could do like with ROSS and set it up to use Travis. Do you know what all was done in the nightly testing? I could take a shot at it, since I was also planning to look at converting the build from autotools to CMake.

nmcglo commented 4 years ago

I’m trying to find it. I had seen it once before. Once I find it I’ll update here.

nmcglo commented 4 years ago

Found it: https://jenkins-ci.cels.anl.gov/job/CODES/

And turns out I do have a log in for that too. The build testing procedure is as follows:

Build/Install Ross Build/Install sst-dumpi Build/install CODES make check CODES

caitlinross commented 4 years ago

Okay good. I figured that was probably it. I can get something going on Travis for this.

nmcglo commented 4 years ago

Eventually I want to incorporate the SWM workloads into this as well. I'll need to make some testing configurations for them though as the default problem sizes for each workload are a little too large to quickly run.