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
Commits
0afdd284
Commit
0afdd284
authored
Apr 25, 2024
by
Martin Eisenführer
Browse files
Options
Downloads
Patches
Plain Diff
php83-sql80-os2-integration
parent
7a8943dd
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
module/merge-request/2.4.4/integration-tests.yml
+35
-1
35 additions, 1 deletion
module/merge-request/2.4.4/integration-tests.yml
with
35 additions
and
1 deletion
module/merge-request/2.4.4/integration-tests.yml
+
35
−
1
View file @
0afdd284
...
...
@@ -178,7 +178,41 @@ php83-maria106-es8-integration-mr:
variables
:
DISPLAY_VARS
:
"
YES"
EXECUTOR_SUITE
:
module-integration
SEARCH_ENGINE
:
"
elasticsearch7"
SEARCH_ENGINE
:
"
elasticsearch"
JUNIT_REPORT
:
"
YES"
parallel
:
matrix
:
-
MAGENTO_EDITION
:
[
community
,
enterprise
]
MAGENTO_VERSION
:
[
2.4.7
]
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
:
-
merge_requests
except
:
-
schedules
artifacts
:
paths
:
-
Test
reports
:
junit
:
-
Test/reports/module-integration/junit.xml
expire_in
:
3 day
php83-sql80-os2-integration-mr
:
interruptible
:
true
stage
:
integration-tests
tags
:
-
php83
-
mysql80
-
os2
variables
:
DISPLAY_VARS
:
"
YES"
EXECUTOR_SUITE
:
module-integration
JUNIT_REPORT
:
"
YES"
parallel
:
matrix
:
...
...
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
sign in
to comment