SolutionGuidance / psm

Welcome to the Medicare/Medicaid Provider Enrollment Screening Portal
http://projectpsm.org/
Other
26 stars 20 forks source link

Update demo script and add new database dump files #1015

Closed PaulMorris closed 6 years ago

PaulMorris commented 6 years ago

Revise the demo scripts file for MESC 2018, and add two new database dump files for setting up the database for the demo. Thanks to @frankduncan for the database dumps!

frankduncan commented 6 years ago

I also added two additional databases, for drafts without report data, and for just the excluded1/provider1 users with nothing else in the database.

frankduncan commented 6 years ago

Jenkins, test this please.

jasonaowen commented 6 years ago

I reduced the number of integration test results to keep, and manually deleted several of the oldest ones to unblock the builds.

Jenkins, test this please.

jasonaowen commented 6 years ago

The automatic cleanup happens after the integration tests run, and apparently I didn't manually delete enough builds (and so free up enough space) to unblock some of the other jobs. Now that the integration tests have run and automatically cleaned up old results, there is plenty of free space.

Jenkins, test this please.

jasonaowen commented 6 years ago

Jenkins, test this please.

jasonaowen commented 6 years ago

I fixed this for another PR, but to document what went happened:

FAILURE: Build failed with an exception.

  • What went wrong: Gradle build daemon disappeared unexpectedly (it may have been killed or may have crashed)

This is caused by me neglecting to add the --no-daemon gradle argument in the job configuration. I have since added it.

Jenkins, retest this please.