From 843737c8b52417a7a92e9ce5bbe22c4aef4b59c5 Mon Sep 17 00:00:00 2001 From: stvoutsin Date: Tue, 14 Nov 2023 18:46:51 +0200 Subject: [PATCH 1/2] Add quick-healthchecker.json config --- deployments/zeppelin/test/config/quick-healthchecker.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 deployments/zeppelin/test/config/quick-healthchecker.json diff --git a/deployments/zeppelin/test/config/quick-healthchecker.json b/deployments/zeppelin/test/config/quick-healthchecker.json new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/deployments/zeppelin/test/config/quick-healthchecker.json @@ -0,0 +1 @@ + From 47031aa355536b152a53be4e1c58208459c192f7 Mon Sep 17 00:00:00 2001 From: stvoutsin Date: Tue, 14 Nov 2023 18:47:26 +0200 Subject: [PATCH 2/2] Add config to healthchecker config --- .../test/config/quick-healthchecker.json | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/deployments/zeppelin/test/config/quick-healthchecker.json b/deployments/zeppelin/test/config/quick-healthchecker.json index 8b137891..21908571 100644 --- a/deployments/zeppelin/test/config/quick-healthchecker.json +++ b/deployments/zeppelin/test/config/quick-healthchecker.json @@ -1 +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" : [] + } + +] +}