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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MET Public
gitlab-ci-templates
Merge requests
!2
Vorläufige Static tests auf Magento 2.4.7 Beta2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Vorläufige Static tests auf Magento 2.4.7 Beta2
eisenfuehrerm-master-patch-45796
into
master
Overview
0
Commits
1
Changes
1
Merged
Martin Eisenführer
requested to merge
eisenfuehrerm-master-patch-45796
into
master
1 year ago
Overview
0
Commits
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
a7f4817b
1 commit,
1 year ago
1 file
+
33
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
module/nightly-build/2.4/static-tests.yml
+
33
−
0
Options
@@ -29,3 +29,36 @@ static-tests-nb:
junit
:
-
Test/reports/module-static/junit.xml
expire_in
:
3 day
static-tests-nb-247
:
stage
:
static-tests
allow_failure
:
true
tags
:
-
php82
-
mysql80
-
os2
variables
:
DISPLAY_VARS
:
"
YES"
EXECUTOR_SUITE
:
module-static
JUNIT_REPORT
:
"
YES"
parallel
:
matrix
:
-
MAGENTO_EDITION
:
[
community
]
MAGENTO_VERSION
:
[
2.4.7-beta2
]
before_script
:
-
~/.composer/vendor/met/test-executor/run.sh setup
script
:
-
~/.composer/vendor/met/test-executor/run.sh tests
after_script
:
-
~/.composer/vendor/met/test-executor/run.sh cleanup
only
:
-
schedules
except
:
-
merge_requests
artifacts
:
paths
:
-
Test
reports
:
junit
:
-
Test/reports/module-static/junit.xml
expire_in
:
3 day
Loading