Skip to content

Commit

Permalink
feature: IPv6 支持 (closed TencentBlueKing#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyyalt committed May 25, 2023
1 parent 107c945 commit 0dd5c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/gsekit/adapters/base/pipeline_managers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def generate_to_be_created_data(self, process_related_info, proc_inst_map, extra
job_task_extra_data["inst_id"] = proc_inst["inst_id"]
job_task_extra_data["local_inst_id"] = proc_inst["local_inst_id"]
job_task_extra_data["retryable"] = True
job_task_extra_data["solutions"] = ([],)
job_task_extra_data["solutions"] = []
job_task_extra_data["topo_level_info"] = {
"bk_biz_id": process_info["process"]["bk_biz_id"],
"bk_set_id": process_info["set"]["bk_set_id"],
Expand Down

0 comments on commit 0dd5c0a

Please sign in to comment.