Skip to content

Commit

Permalink
VPGE-54: updated profile with field label changes, updated lando conf…
Browse files Browse the repository at this point in the history
…ig (#15)

* VPGE-54: updated profile with field label changes, updated lando config

* # This is a combination of 2 commits.
# This is the 1st commit message:

updated acquia pipelines

# The commit message #2 will be skipped:

# updated global settings and lock file

* # This is a combination of 3 commits.
# This is the 1st commit message:

updated acquia pipelines

# The commit message #2 will be skipped:

# updated profile

# The commit message #3 will be skipped:

# update lockfile

* updated lock

* updated lock
  • Loading branch information
imonroe authored Feb 9, 2024
1 parent dd2911f commit 62d3067
Show file tree
Hide file tree
Showing 6 changed files with 161 additions and 78 deletions.
4 changes: 2 additions & 2 deletions acquia-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
- composer:
version: 2
- php:
version: 8.1
version: 8.2
events:
build:
steps:
Expand All @@ -12,4 +12,4 @@ events:
script:
- 'composer install --no-dev --no-interaction --optimize-autoloader'
- 'vendor/bin/blt blt:telemetry:disable --no-interaction'
- 'vendor/bin/blt source:build:simplesamlphp-config'

99 changes: 51 additions & 48 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions docroot/sites/settings/global.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

$settings['file_temp_path'] = '/tmp';

$settings['stanford_capture_ownership'] = EnvironmentDetector::isProdEnv();

if (EnvironmentDetector::isAhEnv()) {
// Set the temp directory as per https://docs.acquia.com/acquia-cloud/manage/files/broken/
$settings['file_temp_path'] = '/mnt/gfs/' . EnvironmentDetector::getAhGroup() . '.' . EnvironmentDetector::getAhEnv() . '/tmp';
Expand Down
59 changes: 59 additions & 0 deletions lando/codeception.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
paths:
tests: codeception
output: ../artifacts
data: ../artifacts/_data
support: codeception/_support
envs: codeception/_envs
actor_suffix: Tester
extensions:
enabled:
- Codeception\Extension\RunFailed
modules:
enabled:
- Codeception\Module\Asserts
- StanfordCaravan\Codeception\Drupal\DrupalBootstrap:
root: '/app/docroot'
server:
HTTP_HOST: 'localhost'
- StanfordCaravan\Codeception\Drupal\DrupalDrush:
drush: '/app/vendor/bin/drush'
options:
uri: 'localhost'
- PhpBrowser:
url: 'http://vpge.lndo.site/'
- WebDriver:
browser: chrome
url: 'http://vpge.lndo.site/'
host: chromedriver.vpgegryphon.internal
capabilities:
chromeOptions:
args: ["--disable-gpu"]
- StanfordCaravan\Codeception\Drupal\DrupalEntity:
cleanup_test: true
cleanup_failed: false
cleanup_suite: true
route_entities:
- node
- taxonomy_term
- media
- StanfordCaravan\Codeception\Drupal\DrupalUser:
drush: '/app/vendor/bin/drush'
default_role: 'authenticated'
driver: 'WebDriver'
cleanup_entities:
- node
- media
- file
cleanup_test: true
cleanup_failed: false
cleanup_suite: true
env:
ci:
modules:
config:
WebDriver:
url: 'http://drupal8ci/'
browser: chrome
host: selenium
port: 4444
restart: true
Loading

0 comments on commit 62d3067

Please sign in to comment.