Skip to content

Missing activeDeadlineSeconds in pr-exp.yaml #931

Open
@Ekam219

Description

@Ekam219

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions