You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
eswolinsky3241 5119716911
Persist worker_name after job is finished (#1730)
* Persist worker_name after job is finished

Persisting the worker_name on the job object in Redis would allow for debugging and
analyzing logs from the worker

* Remove redundent job.save() method call

* Remove check for null worker

Now that worker name is persisted after job finishes or fails,
no need to assert that worker name is None

* Change github runner to Ubuntu 20.04

* Change github runner to Ubuntu 20.04
2 years ago
..
codeql.yaml Persist worker_name after job is finished (#1730) 2 years ago
dependencies.yml Persist worker_name after job is finished (#1730) 2 years ago
docker.yml Persist worker_name after job is finished (#1730) 2 years ago
lint.yml Persist worker_name after job is finished (#1730) 2 years ago
workflow.yml Persist worker_name after job is finished (#1730) 2 years ago