Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aidge_backend_cpu
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Eclipse Projects
aidge
aidge_backend_cpu
Commits
987aeea6
Commit
987aeea6
authored
1 year ago
by
Houssem ROUIS
Browse files
Options
Downloads
Plain Diff
Merge branch aidge_backend_cpu:master into sqrt_op
parents
c506f095
5dc696cb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!18
add sqrt operator
Pipeline
#33948
failed
1 year ago
Stage: static_analysis
Stage: build
Stage: test
Stage: coverage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab/ci/_global.gitlab-ci.yml
+8
-0
8 additions, 0 deletions
.gitlab/ci/_global.gitlab-ci.yml
with
8 additions
and
0 deletions
.gitlab/ci/_global.gitlab-ci.yml
+
8
−
0
View file @
987aeea6
...
...
@@ -9,6 +9,14 @@ variables:
GIT_SSL_NO_VERIFY
:
1
DEBIAN_FRONTEND
:
noninteractive
# See https://docs.gitlab.com/ee/ci/yaml/workflow.html#switch-between-branch-pipelines-and-merge-request-pipelines
workflow
:
rules
:
-
if
:
$CI_PIPELINE_SOURCE == "merge_request_event"
-
if
:
$CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
when
:
never
-
if
:
$CI_COMMIT_BRANCH
default
:
image
:
nvidia/cuda:12.2.0-devel-ubuntu22.04
before_script
:
...
...
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