-
Notifications
You must be signed in to change notification settings - Fork 786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Swimm Units #850
New Swimm Units #850
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #850 +/- ##
========================================
Coverage 60.52% 60.52%
========================================
Files 165 165
Lines 4948 4948
========================================
Hits 2995 2995
Misses 1953 1953 Continue to review full report at Codecov.
|
8f7de8a
to
07b9d17
Compare
07b9d17
to
e3b3ad8
Compare
}, | ||
"app_version": "0.1.90", | ||
"file_version": "1.0.2" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Newline?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, Swimm committed these files. I reckon we should let these be just for consistency? Otherwise we'll have to edit the Swimm commit and add a newline every time.
@@ -0,0 +1,31 @@ | |||
{ | |||
"id": "VW4rf3AxRslfT7lwaug7", | |||
"name": "Implement a new PBA — `ScheduleJobs`", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't we already have this PBA? Maybe we should instead start with a more trivial task, like a PBA that adds a text tile to temp dir?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we can add more playlists/units for trivial tasks; this one was used in the OpenSauced presentation so we should probably keep this separate.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, this doesn't require the swimmer to add the actual job scheduling commands. They're only required to fetch the commands from an already existing function, get_commands_to_schedule_jobs
, which is mentioned in the unit's description. So it's not really hard.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't approve until questions are answered
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, you can merge if that's all you wanted to add in this PR
Adds 3 new Swimm units for a new playlist (Adding a PBA in 5 Simple Steps, for Open Sauced):
ScheduleJobs