Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sut alias record to repository rather than building it dynamically #3822

Merged
merged 5 commits into from
Dec 10, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[ci skip] Add comments to SUT aliases.
  • Loading branch information
greg-1-anderson committed Dec 10, 2018
commit ad77d59f9eea632cdbda289431550dc887a57b8c
13 changes: 13 additions & 0 deletions sut/drush/sites/sut.site.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
#
# Aliases for the System Under Test (SUT)
#

# The 'common' section is added to every alias environment.
# - ${drush.base-dir} is the path where Drush is installed
# - ${env-name} is the name of the environment that this info
# is being injected in (e.g. 'dev', 'stage', etc.)
common:
root: ${drush.base-dir}/sut
dbUrl: 'mysql://root:@127.0.0.1/unish_${env-name}'

# The 'default' environment is used by the integration tests
default:
uri: default

# The 'dev' and 'stage' environments are used by the functional tests.
# 'prod' may be used for ad-hoc testing, or may be used in future tests.
dev:
uri: dev
stage:
Expand Down