Skip to content

Commit c815bb7

Browse files
committed
(maint) Drop beaker parameters from beaker_acceptance.yml call
These parameters are now centralized as a set of per project defaults in beaker_acceptance.yml and no longer need to be explicitly passed in. Also, switches from identifying on 'project-name' to 'suite-name', since there may be multiple test suites per repository.
1 parent 39a3abc commit c815bb7

File tree

1 file changed

+1
-29
lines changed

1 file changed

+1
-29
lines changed

.github/workflows/acceptance.yml

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -88,40 +88,12 @@ jobs:
8888
acceptance:
8989
uses: 'OpenVoxProject/shared-actions/.github/workflows/beaker_acceptance.yml@main'
9090
with:
91+
suite-name: openvox
9192
ref: ${{ inputs.ref }}
92-
project-name: openvox
9393
fork: ${{ inputs.fork }}
94-
install-openvox: true
9594
openvox-collection: ${{ inputs.collection }}
9695
openvox-agent-version: ${{ inputs.openvox-agent-version }}
9796
openvox-agent-pre-release-build: ${{ inputs.pre-release-build }}
98-
install-openvox-server: true
9997
openvox-server-version: ${{ inputs.openvox-server-version }}
10098
openvox-server-pre-release-build: ${{ inputs.pre-release-build }}
101-
install-openvoxdb: false
102-
install-openvoxdb-termini: false
10399
artifacts-url: ${{ inputs.artifacts-url }}
104-
acceptance-working-dir: 'acceptance'
105-
acceptance-pre-suite: |-
106-
[
107-
"pre-suite"
108-
]
109-
acceptance-tests: |-
110-
[
111-
"tests"
112-
]
113-
beaker-options: |-
114-
{
115-
"helper": "lib/helper.rb",
116-
"options_file": "config/aio/options.rb"
117-
}
118-
vms: |-
119-
[
120-
{
121-
"role": "primary",
122-
"count": 1,
123-
"cpus": 4,
124-
"mem_mb": 8192,
125-
"cpu_mode": "host-model"
126-
}
127-
]

0 commit comments

Comments
 (0)