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
a4643d48
Commit
a4643d48
authored
Apr 26, 2024
by
Martin Eisenführer
Browse files
Options
Downloads
Patches
Plain Diff
Api tests auf OS2
parent
f74c1062
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/api-tests.yml
+34
-0
34 additions, 0 deletions
module/merge-request/2.4.4/api-tests.yml
with
34 additions
and
0 deletions
module/merge-request/2.4.4/api-tests.yml
+
34
−
0
View file @
a4643d48
...
...
@@ -140,6 +140,40 @@ php83-maria106-es8-api-mr:
-
php83
-
mariadb106
-
es8
variables
:
DISPLAY_VARS
:
"
YES"
EXECUTOR_SUITE
:
module-api
SEARCH_ENGINE
:
"
elasticsearch7"
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-api/junit.xml
expire_in
:
3 day
php83-mysql-os2-api-mr
:
interruptible
:
true
stage
:
api-tests
tags
:
-
php83
-
mysql80
-
os2
variables
:
DISPLAY_VARS
:
"
YES"
EXECUTOR_SUITE
:
module-api
...
...
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