Skip to content

Commit

Permalink
Increase deadline for frontend-build and frontend-deploy tasks in the…
Browse files Browse the repository at this point in the history
… landings pipeline

It should be higher than the one for the task they depend on.
  • Loading branch information
marco-c committed Oct 24, 2023
1 parent e6aa3f8 commit b6291dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/landings-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ tasks:

- ID: frontend-build
created: { $fromNow: "" }
deadline: { $fromNow: "1 hour" }
deadline: { $fromNow: "3 hours" }
expires: { $fromNow: "2 weeks" }
provisionerId: proj-bugbug
workerType: batch
Expand Down Expand Up @@ -89,7 +89,7 @@ tasks:

- ID: frontend-deploy
created: { $fromNow: "" }
deadline: { $fromNow: "1 hour" }
deadline: { $fromNow: "3 hours" }
expires: { $fromNow: "2 weeks" }
provisionerId: proj-bugbug
workerType: batch
Expand Down

0 comments on commit b6291dc

Please sign in to comment.