Skip to content

Commit

Permalink
Merge pull request #1234 from stvoutsin/issue/notebook-healthchecker-…
Browse files Browse the repository at this point in the history
…config

Add healthchecker notebook test configuration
  • Loading branch information
stvoutsin authored Nov 21, 2023
2 parents 4624a23 + 47031aa commit f978640
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions deployments/zeppelin/test/config/quick-healthchecker.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"notebooks" : [
{
"name" : "GaiaDMPSetup",
"filepath" : "https://raw.githubusercontent.com/wfau/aglais-testing/bc9b9787b5b6225e11df5a4ef0272bcec660a44e/notebooks/GaiaDMP_validation.json",
"totaltime" : 3,
"results" : []
},
{
"name" : "Mean_proper_motions_over_the_sky",
"filepath" : "https://raw.githubusercontent.com/wfau/aglais-testing/bc9b9787b5b6225e11df5a4ef0272bcec660a44e/notebooks/public_examples/Mean_proper_motions_over_the_sky.json",
"totaltime" : 125,
"results" : []
},
{
"name" : "Source_counts_over_the_sky.json",
"filepath" : "https://raw.githubusercontent.com/wfau/aglais-testing/bc9b9787b5b6225e11df5a4ef0272bcec660a44e/notebooks/public_examples/Source_counts_over_the_sky.json",
"totaltime" : 55,
"results" : []
},
{
"name" : "Library_Validation.json",
"filepath" : "https://raw.githubusercontent.com/wfau/aglais-testing/bc9b9787b5b6225e11df5a4ef0272bcec660a44e/notebooks/Library_validation.json",
"totaltime" : 10,
"results" : []
}


]
}

0 comments on commit f978640

Please sign in to comment.