Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
df964384
Unverified
Commit
df964384
authored
Apr 18, 2024
by
Yih-Dar
Committed by
GitHub
Apr 18, 2024
Browse files
Fix missing `prev_ci_results` (#30313)
fix Co-authored-by:
ydshieh
<
ydshieh@users.noreply.github.com
>
parent
ce8e64fb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
.github/workflows/slack-report.yml
.github/workflows/slack-report.yml
+9
-9
No files found.
.github/workflows/slack-report.yml
View file @
df964384
...
@@ -58,6 +58,15 @@ jobs:
...
@@ -58,6 +58,15 @@ jobs:
pip show slack_sdk
pip show slack_sdk
python utils/notification_service.py "${{ inputs.folder_slices }}"
python utils/notification_service.py "${{ inputs.folder_slices }}"
# Upload complete failure tables, as they might be big and only truncated versions could be sent to Slack.
-
name
:
Failure table artifacts
# Only the model testing job is concerned for this step
if
:
${{ inputs.job == 'run_tests_gpu' }}
uses
:
actions/upload-artifact@v4
with
:
name
:
prev_ci_results
path
:
prev_ci_results
-
uses
:
actions/checkout@v4
-
uses
:
actions/checkout@v4
-
uses
:
actions/download-artifact@v4
-
uses
:
actions/download-artifact@v4
-
name
:
Send message to Slack for quantization workflow
-
name
:
Send message to Slack for quantization workflow
...
@@ -76,12 +85,3 @@ jobs:
...
@@ -76,12 +85,3 @@ jobs:
pip install slack_sdk
pip install slack_sdk
pip show slack_sdk
pip show slack_sdk
python utils/notification_service_quantization.py "${{ inputs.quantization_matrix }}"
python utils/notification_service_quantization.py "${{ inputs.quantization_matrix }}"
# Upload complete failure tables, as they might be big and only truncated versions could be sent to Slack.
-
name
:
Failure table artifacts
# Only the model testing job is concerned for this step
if
:
${{ inputs.job == 'run_tests_gpu' }}
uses
:
actions/upload-artifact@v4
with
:
name
:
prev_ci_results
path
:
prev_ci_results
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment