Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aidge_core
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_core
Merge requests
!42
add sqrt operator
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add sqrt operator
hrouis/aidge_core:sqrt_op
into
main
Overview
0
Commits
2
Pipelines
3
Changes
5
Merged
Houssem ROUIS
requested to merge
hrouis/aidge_core:sqrt_op
into
main
1 year ago
Overview
0
Commits
2
Pipelines
3
Changes
5
Expand
0
0
Merge request reports
Viewing commit
3e705c08
Prev
Next
Show latest version
5 files
+
72
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
3e705c08
Merge branch aidge_core:main into sqrt_op
· 3e705c08
Houssem ROUIS
authored
1 year ago
.gitlab/ci/_global.gitlab-ci.yml
+
8
−
0
Options
@@ -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
:
Loading