-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtest-configuration.yml
48 lines (47 loc) · 1.58 KB
/
test-configuration.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
cache-path: ${env.FIXTURES}/cache
working-copy-path: ${env.TESTDIR}/work
log:
path: ${working-copy-path}/pr.log
github:
default-user: tester
personal-auth-token:
tester:
path: ${env.HOME}/.github-token
php-net:
download-url: ${env.PHPDOTNETFIXTURE}/distributions/php-{version}.tar.gz
projects:
cos-php:
repo: [email protected]:pantheon-fixtures/cos-runtime-php-fixture.git
path: ${working-copy-path}/cos-php
wp:
repo: [email protected]:pantheon-fixtures/pantheon-wp-fixture.git
path: ${working-copy-path}/WordPress
main-branch: default
upstream:
project: WordPress
major: '[4-9]'
version-pattern: '#.#.#'
update-method: WpCliUpdate
drops-8:
repo: [email protected]:pantheon-fixtures/drops-8-fixture.git
path: ${working-copy-path}/drops-8
# fork: [email protected]:pantheon-fixtures/drops-8-fork-${nonce}.git
main-branch: default
tag-branch: default
upstream:
project: drupal
major: 8
update-method: SingleCommit
drupal:
repo: [email protected]:pantheon-fixtures/drupal-8-fixture.git
path: ${working-copy-path}/drupal
release-node:
template: 'https://www.drupal.org/project/drupal/releases/{version}'
WordPress:
repo: [email protected]:WordPress/WordPress.git
path: ${working-copy-path}/WordPressUpstream
main-branch: master
version-api:
url: 'https://raw.githubusercontent.com/pantheon-fixtures/pantheon-wp-fixture/api-fixture/version-check.json'
release-node:
atom: 'https://raw.githubusercontent.com/pantheon-fixtures/pantheon-wp-fixture/api-fixture/releases.atom'