Open
Description
Description:
@DonggeLiu
In the pr-exp.yaml file, the first Kubernetes job includes the activeDeadlineSeconds: 604800
(7 days) field to prevent indefinite execution. However, the second job is missing this field, which could result in:
- The job running indefinitely.
- Excessive resource consumption.
- Unpredictable behavior.
Suggested Fix:
Add activeDeadlineSeconds: 604800
to the second job in pr-exp.yaml to match the first job's configuration.
Metadata
Metadata
Assignees
Labels
No labels