Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
digit-joinup-reference
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
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
Sparkiwan
digit-joinup-reference
Commits
e651dd92
Verified
Commit
e651dd92
authored
2 years ago
by
Alexandre Dias
Browse files
Options
Downloads
Patches
Plain Diff
ISAICP-7487: Pipeline mappings yml.
parent
6313a64c
Branches
ISAICP-7487
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
resources/runner/digit_qa_pipeline/pipeline.yml
+73
-43
73 additions, 43 deletions
resources/runner/digit_qa_pipeline/pipeline.yml
with
73 additions
and
43 deletions
resources/runner/digit_qa_pipeline/pipeline.yml
+
73
−
43
View file @
e651dd92
# Settings and commands only available inside Digit QA Pipeline.
.before
:
&before
# Ensure writable public file directory.
-
task
:
chgrp
file
:
${joinup.files_public_dir}
group
:
${env.DAEMON_GROUP}
recursive
:
true
-
task
:
chmod
file
:
${joinup.files_public_dir}
# Octal 0775.
permissions
:
509
umask
:
0
recursive
:
true
# Ensure writable private files directory.
-
task
:
chgrp
file
:
${joinup.files_private_dir}
group
:
${env.DAEMON_GROUP}
recursive
:
true
-
task
:
chmod
file
:
${joinup.files_private_dir}
# Octal 0775.
permissions
:
509
umask
:
0
recursive
:
true
# Ensure writable temporary files directory.
-
task
:
chgrp
file
:
${toolkit.tmp_folder}
group
:
${env.DAEMON_GROUP}
recursive
:
true
-
task
:
chmod
file
:
${toolkit.tmp_folder}
# Octal 0775.
permissions
:
509
umask
:
0
recursive
:
true
-
task
:
run
command
:
joinup:environment
.antispam
:
&antispam
-
task
:
run
command
:
dev:uninstall-antispam-modules
# See \EcEuropa\Toolkit\TaskRunner\Commands\TestsCommands::toolkitPhpUnit()
phpunit
:
commands
:
before
:
*before
before
:
# Ensure writable public file directory.
-
task
:
chgrp
file
:
${joinup.files_public_dir}
group
:
${env.DAEMON_GROUP}
recursive
:
true
-
task
:
chmod
file
:
${joinup.files_public_dir}
# Octal 0775.
permissions
:
509
umask
:
0
recursive
:
true
# Ensure writable private files directory.
-
task
:
chgrp
file
:
${joinup.files_private_dir}
group
:
${env.DAEMON_GROUP}
recursive
:
true
-
task
:
chmod
file
:
${joinup.files_private_dir}
# Octal 0775.
permissions
:
509
umask
:
0
recursive
:
true
# Ensure writable temporary files directory.
-
task
:
chgrp
file
:
${toolkit.tmp_folder}
group
:
${env.DAEMON_GROUP}
recursive
:
true
-
task
:
chmod
file
:
${toolkit.tmp_folder}
# Octal 0775.
permissions
:
509
umask
:
0
recursive
:
true
-
task
:
run
command
:
joinup:environment
# See \EcEuropa\Toolkit\TaskRunner\Commands\TestsCommands::toolkitBehat()
toolkit
:
test
:
behat
:
commands
:
before
:
<< *before
<< *antispam
# Ensure writable public file directory.
-
task
:
chgrp
file
:
${joinup.files_public_dir}
group
:
${env.DAEMON_GROUP}
recursive
:
true
-
task
:
chmod
file
:
${joinup.files_public_dir}
# Octal 0775.
permissions
:
509
umask
:
0
recursive
:
true
# Ensure writable private files directory.
-
task
:
chgrp
file
:
${joinup.files_private_dir}
group
:
${env.DAEMON_GROUP}
recursive
:
true
-
task
:
chmod
file
:
${joinup.files_private_dir}
# Octal 0775.
permissions
:
509
umask
:
0
recursive
:
true
# Ensure writable temporary files directory.
-
task
:
chgrp
file
:
${toolkit.tmp_folder}
group
:
${env.DAEMON_GROUP}
recursive
:
true
-
task
:
chmod
file
:
${toolkit.tmp_folder}
# Octal 0775.
permissions
:
509
umask
:
0
recursive
:
true
-
task
:
run
command
:
joinup:environment
-
task
:
run
command
:
dev:uninstall-antispam-modules
after
:
-
task
:
run
...
...
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