Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Gitlab CI Templates
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
Container 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
UREP
Outils de développement
Gitlab CI Templates
Commits
058ef060
Commit
058ef060
authored
2 years ago
by
Astre Benjamin
Browse files
Options
Downloads
Patches
Plain Diff
Pass issue
#9
problematic jobs with allow_failure: true
in order to not block the CI during
#9
resolution
parent
79fca3ec
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!4
Many improvments
Pipeline
#79340
passed with warnings
2 years ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
templates/templates-r.yml
+2
-0
2 additions, 0 deletions
templates/templates-r.yml
tests/.gitlab-ci-runner-tests.yml
+4
-0
4 additions, 0 deletions
tests/.gitlab-ci-runner-tests.yml
with
6 additions
and
0 deletions
templates/templates-r.yml
+
2
−
0
View file @
058ef060
...
...
@@ -536,6 +536,7 @@ include:
-
${R_PACKAGE_ROOT_RELATIVE_PATH}/build/bin/*.tar.gz
# TODO voir pour utiliser les cache, install de deps, optionsCi(), etc.
# TODO ne fonctionne pas en version actuelle (voir issue #9), d'où le allow_failure: true
.R-build-windows-binary-package
:
tags
:
-
windows-powershell
...
...
@@ -565,3 +566,4 @@ include:
artifacts
:
paths
:
-
${R_PACKAGE_ROOT_RELATIVE_PATH}/build/bin/*.zip
allow_failure
:
true
This diff is collapsed.
Click to expand it.
tests/.gitlab-ci-runner-tests.yml
+
4
−
0
View file @
058ef060
...
...
@@ -197,6 +197,7 @@ Test runner clt-dgilmour-p Windows PowerShell:
-
clt-dgilmour-p
allow_failure
:
true
# TODO ne fonctionne pas en version actuelle (voir issue #9), d'où le allow_failure: true
Test runner clt-dgilmour-p Windows PowerShell R available
:
needs
:
-
"
Test
runner
clt-dgilmour-p
Windows
PowerShell"
...
...
@@ -207,6 +208,7 @@ Test runner clt-dgilmour-p Windows PowerShell R available:
script
:
-
Rscript -e 'R.version'
-
R -q -e 'R.version'
allow_failure
:
true
# Allow failure because this PC is not always connected
Test runner clt-dgilmour-p Windows cmd shell
:
...
...
@@ -218,6 +220,7 @@ Test runner clt-dgilmour-p Windows cmd shell:
-
clt-dgilmour-p
allow_failure
:
true
# TODO ne fonctionne pas en version actuelle (voir issue #9), d'où le allow_failure: true
Test runner clt-dgilmour-p Windows cmd shell R available
:
needs
:
-
"
Test
runner
clt-dgilmour-p
Windows
cmd
shell"
...
...
@@ -228,6 +231,7 @@ Test runner clt-dgilmour-p Windows cmd shell R available:
script
:
-
Rscript -e 'R.version'
-
R -q -e 'R.version'
allow_failure
:
true
# Require switching to Windows container on docker desktop
# Allow failure because not working, see issue #1
...
...
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