Skip to content

Commit

Permalink
Add template-id to log-attach jobs
Browse files Browse the repository at this point in the history
Following the work done in commit
b8befd8, add template-id to the new
templates that don't have them set yet.
  • Loading branch information
pieqq committed Apr 10, 2024
1 parent cea5c0d commit c398574
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions providers/base/units/snapd/jobs.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ unit: template
template-resource: snap_revision_info
template-unit: job
id: snapd/log-attach-after-snap-refresh-{type}-{name}-to-stable-rev
template-id: snapd/log-attach-after-snap-refresh-type-name-to-stable-rev
_summary: Attach logs after refreshing {name} snap to latest revision in stable channel
plugin: attachment
estimated_duration: 1s
Expand Down Expand Up @@ -87,6 +88,7 @@ unit: template
template-resource: snap_revision_info
template-unit: job
id: snapd/log-attach-after-snap-revert-{type}-{name}-from-stable-rev
template-id: snapd/log-attach-after-snap-revert-type-name-from-stable-rev
_summary: Attach logs after reverting {name} snap to latest revision in stable channel
plugin: attachment
estimated_duration: 1s
Expand Down Expand Up @@ -148,6 +150,7 @@ unit: template
template-resource: snap_revision_info
template-unit: job
id: snapd/log-attach-after-snap-refresh-{type}-{name}-to-base-rev
template-id: snapd/log-attach-after-snap-refresh-type-name-to-base-rev
_summary: Attach logs after refreshing {name} snap to base revision
plugin: attachment
estimated_duration: 1s
Expand Down Expand Up @@ -196,6 +199,7 @@ unit: template
template-resource: snap_revision_info
template-unit: job
id: snapd/log-attach-after-snap-revert-{type}-{name}-from-base-rev
template-id: snapd/log-attach-after-snap-revert-type-name-from-base-rev
_summary: Attach logs after reverting {name} snap to base revision
plugin: attachment
estimated_duration: 1s
Expand Down

0 comments on commit c398574

Please sign in to comment.