opensafely-core / job-runner

A client for running jobs in an OpenSAFELY secure environment, requested via job-server (q.v.)
Other
3 stars 5 forks source link

Incorrect action syntax leads to an internal error #728

Closed evansd closed 3 months ago

evansd commented 4 months ago

The specific actions in question are from here:

  prep_descrip_r:
    run: r:analysis/data_prep_descrip.R
    ...

  prep_descrip_stata:
   run: stata-mp:analysis/data_prep_descrip.do
   ...

Which resulted in an internal error here: https://jobs.opensafely.org/coverage-effectiveness-and-safety-of-neutralising-monoclonal-antibodies-or-antivirals-for-non-hospitalised-patients-with-covid-19/prophy_effects_sotro_molnup/22898/kayp43s3icchwl3q/

With the relevant traceback being: image

I guess we need to be stricter about validating tags when validating the project.yaml so that analysis/data_prep_descrip.R is no longer accepted as a valid docker image version.

Slack thread: https://bennettoxford.slack.com/archives/C01D7H9LYKB/p1714559913897309

inglesp commented 3 months ago

Closing as a duplicate of opensafely-core/pipeline#291