-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify trigger_benchmark coordinator workflow
Remove the usage of groups and chains and simply trigger the jobs one after another. The chain approach lead to issues where the filename argument would get duplicated if multiple groups were triggered due to the nature of argument passing in celery chaining. Signed-off-by: Colin Wilk <[email protected]>
- Loading branch information
Showing
2 changed files
with
18 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters