Fix link to AWX job id for workflow jobs
Add awx_resource field to the task table. The field is None for local tasks (like excel file creation). It's the awx resource used to launch the job otherwise. Currently job or workflow_job. JIRA INFRA-886 #action In Progress
Showing
- app/models.py 11 additions, 1 deletionapp/models.py
- app/tasks.py 3 additions, 0 deletionsapp/tasks.py
- app/templates/task/view_task.html 2 additions, 0 deletionsapp/templates/task/view_task.html
- migrations/versions/166572b78449_add_awx_resource_field_to_task_table.py 33 additions, 0 deletions...ions/166572b78449_add_awx_resource_field_to_task_table.py
- tests/functional/conftest.py 1 addition, 0 deletionstests/functional/conftest.py
- tests/functional/test_models.py 11 additions, 0 deletionstests/functional/test_models.py
Loading
Please register or sign in to comment