Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Commits
b5b0ac48
Commit
b5b0ac48
authored
2 years ago
by
Charlotte Hausman
Browse files
Options
Downloads
Patches
Plain Diff
removing lingering attempt to send do-not-calibrate message from conveyor
parent
adadcf4e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!929
removing lingering attempt to send do-not-calibrate message from conveyor
Pipeline
#5169
passed
2 years ago
Stage: cache-build
Stage: build
Stage: unit-test
Stage: test-coverage
Stage: push
Stage: deploy-coverage-page
Stage: generate-yaml
Stage: trigger
Stage: deploy
Stage: e2e-test
Stage: .post
Pipeline: workspaces
#5170
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/cli/executables/pexable/conveyor/conveyor/retrieve.py
+0
-4
0 additions, 4 deletions
apps/cli/executables/pexable/conveyor/conveyor/retrieve.py
with
0 additions
and
4 deletions
apps/cli/executables/pexable/conveyor/conveyor/retrieve.py
+
0
−
4
View file @
b5b0ac48
...
...
@@ -28,7 +28,6 @@ from pathlib import Path
from
typing
import
Dict
,
List
,
Tuple
import
requests
from
requests
import
Response
from
.interfaces
import
ConveyorIF
...
...
@@ -65,9 +64,6 @@ class RetrievalConveyor(ConveyorIF):
self
.
save_qa_notes
(
spool_path
)
if
self
.
action
==
"
QA Fail Calibration
"
:
self
.
send_qa_fail_msg
(
self
.
settings
[
"
sdm_ids
"
])
def
save_qa_notes
(
self
,
spool_path
):
# obtain the qa_notes.html data and push it up to the capability version here
try
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment