Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gitlab-ci-templates
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MET Public
gitlab-ci-templates
Merge requests
!4
Update 2 files
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Update 2 files
TDMET-1313-add-retry-unit-static
into
master
Overview
0
Commits
1
Changes
2
Merged
Update 2 files
Lukas Stuffer
requested to merge
TDMET-1313-add-retry-unit-static
into
master
Aug 21, 2024
Overview
0
Commits
1
Changes
2
/module/nightly-build/2.4/static-tests.yml
/module/nightly-build/2.4/unit-tests.yml
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
020433ae
1 commit,
Aug 21, 2024
2 files
+
12
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
module/nightly-build/2.4/static-tests.yml
+
4
−
0
View file @ 020433ae
Edit in single-file editor
Open in Web IDE
Show full file
@@ -18,6 +18,8 @@ static-tests-nb:
-
~/.composer/vendor/met/test-executor/run.sh tests
after_script
:
-
~/.composer/vendor/met/test-executor/run.sh cleanup
retry
:
max
:
1
only
:
-
schedules
except
:
@@ -52,6 +54,8 @@ static-tests-php83-nb:
-
~/.composer/vendor/met/test-executor/run.sh tests
after_script
:
-
~/.composer/vendor/met/test-executor/run.sh cleanup
retry
:
max
:
1
only
:
-
schedules
except
:
Loading