You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a json based table of prow job yaml (from the test-infra repo) with a secondary table with data pulled in from the running prow cluster.
Combined we should be able the
job-name, job-github-url, job definition data (from within the url, we'll pick as we go), job result data (from the ruling prow instance)
Ideally we can determine job:
name
github-url
definition (this is mostly what we cherry pick from GitHub yaml to jsonb)
owning sig (from owners-file for github-url)
time to run (from prow.k8s.io search with job)
recent success log text : #prow-k8s-io
recent failure log text : #prow-k8s-io
If the job creates clusters
(based on if logs show cluster creation, and possible other parts)
and IF it creates clusters, have we configured it to run Kubecost YET (Likely something we add to the labels of the job)
Using APISnoopDB as general model, load https://github.com/kubernetes/test-infra/tree/master/config/jobs into a Postgres table as jsonb.
We need a json based table of prow job yaml (from the test-infra repo) with a secondary table with data pulled in from the running prow cluster.
Combined we should be able the
job-name, job-github-url, job definition data (from within the url, we'll pick as we go), job result data (from the ruling prow instance)
Ideally we can determine job:
Docs for jobs here:
SRC Yaml files here:
Living Results of jobs here:
(shell) Steps for init.db
JOBS
OWNERS
DECK
Get the playing cards
Limiting to
The text was updated successfully, but these errors were encountered: