NCAR / vast

Hugo content for the VAST GitHub Pages site
https://vast.ucar.edu
MIT License
2 stars 5 forks source link

trigger_scrape_metrics #69

Closed jukent closed 2 years ago

jukent commented 2 years ago

I opened this PR to trigger the "Run Download Metrics On Demand" workflow by using the commit message "trigger_scrape_metrics" - but that workflow was still skipped.

https://github.com/NCAR/vast/actions/runs/2927347793/workflow

I adapted this code from the GeoCAT version. @erogluorhan could you help me understand why this workflow was not triggered?

erogluorhan commented 2 years ago

I can look into it, but I want to first ask whether we would need to use any on demand workflow here? I'd think daily metrics scraping should be enough for the webpage reporting.

jukent commented 2 years ago

I can look into it, but I want to first ask whether we would need to use any on demand workflow here? I'd think daily metrics scraping should be enough for the webpage reporting.

This is true, but it would temporarily be useful. The reason I'm interested in setting up on demand metrics scraping is so that I can fix the problems with the daily workflow (which are failing at the environment build right now) by testing it more rapidly. If you have the time, maybe your help would go further by looking at the daily workflow instead?

erogluorhan commented 2 years ago

I can look into it, but I want to first ask whether we would need to use any on demand workflow here? I'd think daily metrics scraping should be enough for the webpage reporting.

This is true, but it would temporarily be useful. The reason I'm interested in setting up on demand metrics scraping is so that I can fix the problems with the daily workflow (which are failing at the environment build right now) by testing it more rapidly. If you have the time, maybe your help would go further by looking at the daily workflow instead?

Oh I see; absolutely, I will look into it.