Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
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
DevOps Tools
Documentation
Commits
58d7280b
Commit
58d7280b
authored
8 months ago
by
danielspeicher
Browse files
Options
Downloads
Patches
Plain Diff
Document stages and jobs.
parent
87dfe035
No related branches found
Branches containing commit
No related tags found
1 merge request
!25
Develop
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/gitlab/drupal/index.md
+53
-0
53 additions, 0 deletions
docs/gitlab/drupal/index.md
with
53 additions
and
0 deletions
docs/gitlab/drupal/index.md
+
53
−
0
View file @
58d7280b
...
...
@@ -365,12 +365,65 @@ Rules, when the job should run:
#### Test PHPUnit
This job uses
[
PHP Unit
](
../../dev_tools/test.md#unitkernelfunctional-testing
)
and stores the artefacts in
`phpunit`
.
Rules, when the job should run:
-
the code style tests are enabled by
`$DISABLE_CI_TEST_PHPUNIT`
!= "1"
#### Test Backstop
This job uses
[
Backstop
](
../../dev_tools/test.md#unitkernelfunctional-testing
)
and stores the artefacts in
`backstop`
.
The following jobs must run before successfully. Some are optional, which means, if they exist, this job waits for them
to complete:
-
[
Build Site
](
#build-site
)
-
[
Build Theme
](
#build-theme
)
-
uses its artefacts
-
optional
-
[
Import DB
](
#import-db
)
-
optional
-
[
Import DB NG
](
#import-db-ng
)
-
optional
-
[
Import Local DB
](
#import-local-db
)
-
optional
-
[
Update DB
](
#update-db
)
-
optional
Rules, when the job should run:
-
the backstop tests are enabled by
`$DISABLE_CI_TEST_BACKSTOP`
!= "1"
#### Test Cypress E2E
This job uses
[
Cypress
](
../../dev_tools/test.md#cypress
)
and stores the artefacts in
`cypresse2e`
. The tests
are executed in headless mode.
The following jobs must run before successfully. Some are optional, which means, if they exist, this job waits for them
to complete:
-
[
Build Site
](
#build-site
)
-
[
Build Theme
](
#build-theme
)
-
uses its artefacts
-
optional
-
[
Import DB
](
#import-db
)
-
optional
-
[
Import DB NG
](
#import-db-ng
)
-
optional
-
[
Import Local DB
](
#import-local-db
)
-
optional
-
[
Update DB
](
#update-db
)
-
optional
-
[
Test Backstop
](
#test-backstop
)
-
optional
Rules, when the job should run:
-
the cypress tests are enabled by
`$DISABLE_CI_TEST_CYPRESSE2E`
!= "1"
#### Internal Test Stages
Every test stage needs internal reoccurring definitions.
...
...
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