Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
scheduler
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
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
project
scheduler
Commits
cc700863
Commit
cc700863
authored
2 years ago
by
Jonathan Smith
Committed by
Jonathan Smith
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3359998
by jonathan1055: Temporarily skip Drush tests in GitLab CI
parent
6f61cba1
No related branches found
No related tags found
2 merge requests
!146
Issue #3248470 by jonathan1055: Rules Integration tests fail because Typed...
,
!145
Issue #3248470 by jonathan1055: Rules Integration tests fail because Typed...
Pipeline
#11596
failed
2 years ago
Stage: build
Stage: validate
Stage: test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-1
2 additions, 1 deletion
.gitlab-ci.yml
with
2 additions
and
1 deletion
.gitlab-ci.yml
+
2
−
1
View file @
cc700863
...
...
@@ -66,5 +66,6 @@ phpunit:
parallel
:
matrix
:
# Run test groups in parallel. This also speeds up identification of failing tests.
-
_PHPUNIT_EXTRA
:
[
"
--group
scheduler"
,
"
--group
scheduler_api"
,
"
--group
scheduler_drush"
,
"
--group
scheduler_rules_integration"
]
# @todo put back "--group scheduler_drush" when https://www.drupal.org/i/3359998 is solved.
-
_PHPUNIT_EXTRA
:
[
"
--group
scheduler"
,
"
--group
scheduler_api"
,
"
--group
scheduler_rules_integration"
]
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