Shipyard fix
This PS has to fix select tasks by id action. Change-Id: I6503a48fb43793b2aae91dc7e5549f6bc3818d4a
This commit is contained in:
parent
81066ae98f
commit
1ba0e72628
@ -173,7 +173,6 @@ class AirflowDbAccess(DbAccess):
|
|||||||
ORDER BY
|
ORDER BY
|
||||||
priority_weight desc,
|
priority_weight desc,
|
||||||
start_date
|
start_date
|
||||||
LIMIT 1
|
|
||||||
''')
|
''')
|
||||||
|
|
||||||
UPDATE_DAG_RUN_STATUS = sqlalchemy.sql.text('''
|
UPDATE_DAG_RUN_STATUS = sqlalchemy.sql.text('''
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
- hosts: primary
|
- hosts: primary
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- clear-firewall
|
- clear-firewall
|
||||||
- bindep
|
- bindep
|
||||||
|
Loading…
x
Reference in New Issue
Block a user