-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI] Warn on upload failure and debug packer install (#1539)
- Loading branch information
Itxaka
authored
Jun 24, 2022
1 parent
30dc9d0
commit 1818a06
Showing
6 changed files
with
10 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -489,7 +489,7 @@ jobs: | |
with: | ||
name: cOS-Packer-squashfs-teal-vbox-x86_64.capture.zip | ||
path: capture.webm | ||
if-no-files-found: error | ||
if-no-files-found: warn | ||
- name: Send failed status to slack | ||
if: failure() | ||
uses: slackapi/[email protected] | ||
|
@@ -853,7 +853,7 @@ jobs: | |
with: | ||
name: cOS-Packer-nonsquashfs-teal-vbox-x86_64.capture.zip | ||
path: capture.webm | ||
if-no-files-found: error | ||
if-no-files-found: warn | ||
- name: Send failed status to slack | ||
if: failure() | ||
uses: slackapi/[email protected] | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -466,7 +466,7 @@ jobs: | |
with: | ||
name: cOS-Packer-squashfs-teal-vbox-x86_64.capture.zip | ||
path: capture.webm | ||
if-no-files-found: error | ||
if-no-files-found: warn | ||
- name: Send failed status to slack | ||
if: failure() | ||
uses: slackapi/[email protected] | ||
|
@@ -830,7 +830,7 @@ jobs: | |
with: | ||
name: cOS-Packer-nonsquashfs-teal-vbox-x86_64.capture.zip | ||
path: capture.webm | ||
if-no-files-found: error | ||
if-no-files-found: warn | ||
- name: Send failed status to slack | ||
if: failure() | ||
uses: slackapi/[email protected] | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -489,7 +489,7 @@ jobs: | |
with: | ||
name: cOS-Packer-squashfs-teal-vbox-x86_64.capture.zip | ||
path: capture.webm | ||
if-no-files-found: error | ||
if-no-files-found: warn | ||
- name: Send failed status to slack | ||
if: failure() | ||
uses: slackapi/[email protected] | ||
|
@@ -853,7 +853,7 @@ jobs: | |
with: | ||
name: cOS-Packer-nonsquashfs-teal-vbox-x86_64.capture.zip | ||
path: capture.webm | ||
if-no-files-found: error | ||
if-no-files-found: warn | ||
- name: Send failed status to slack | ||
if: failure() | ||
uses: slackapi/[email protected] | ||
|
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