Skip to content

Commit

Permalink
add resource_class as parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
yibo-long authored Aug 22, 2024
1 parent 73f6548 commit f174395
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/jobs/filter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ executor:
name: default
tag: << parameters.tag >>

resource_class: "small"
resource_class: << parameters.resource_class >>

parameters:
resource_class:
type: string
description: "The resource class using to run the job."
default: "small"
base-revision:
type: string
default: "main"
Expand Down

0 comments on commit f174395

Please sign in to comment.