-
Notifications
You must be signed in to change notification settings - Fork 2
Add job history streaming endpoint #178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #178 +/- ##
==========================================
+ Coverage 76.65% 76.74% +0.08%
==========================================
Files 90 90
Lines 7741 7775 +34
==========================================
+ Hits 5934 5967 +33
- Misses 1807 1808 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
CSV response example: jobs_history_a6zi.csv job_name,run_id,section,status,submit,start,finish,out,err
a6zi_LOCAL_SETUP,5,LOCAL_SETUP,FAILED,1710849591,1710849591,1710849663,a6zi_LOCAL_SETUP.20240319130103.out,a6zi_LOCAL_SETUP.20240319130103.err
a6zi_LOCAL_SETUP,5,LOCAL_SETUP,FAILED,1710849665,1710849665,1710849738,a6zi_LOCAL_SETUP.20240319130217.out,a6zi_LOCAL_SETUP.20240319130217.err
a6zi_LOCAL_SETUP,5,LOCAL_SETUP,FAILED,1710849759,1710849759,1710849831,a6zi_LOCAL_SETUP.20240319130351.out,a6zi_LOCAL_SETUP.20240319130351.err
a6zi_LOCAL_SETUP,5,LOCAL_SETUP,FAILED,1710849833,1710849833,1710849905,a6zi_LOCAL_SETUP.20240319130505.out,a6zi_LOCAL_SETUP.20240319130505.err
a6zi_LOCAL_SETUP,5,LOCAL_SETUP,FAILED,1710849906,1710849907,1710849979,a6zi_LOCAL_SETUP.20240319130619.out,a6zi_LOCAL_SETUP.20240319130619.err
a6zi_LOCAL_SETUP,5,LOCAL_SETUP,FAILED,1710849980,1710849980,1710850053,a6zi_LOCAL_SETUP.20240319130732.out,a6zi_LOCAL_SETUP.20240319130732.err
... |
96ce910 to
45a89ab
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
ab418d3 to
27952ca
Compare
PR to handle the csv file generation for issue BSC-ES/autosubmit-gui#233