Skip to content

Commit fd1c498

Browse files
committed
[CI] Add cf-host input to new CF AT env workflow
1 parent 99c0896 commit fd1c498

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/acceptance-tests-for-rabbit-2.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
type: string
88
default: ''
99
description: 'Test classes'
10+
cf-host:
11+
type: string
12+
default: ''
13+
description: 'CF host name (e.g. "bucharest")'
1014
workflow_call:
1115
inputs:
1216
tests:
@@ -45,7 +49,7 @@ jobs:
4549
rabbit-2:
4650
uses: ./.github/workflows/at-common-workflow.yml
4751
with:
48-
cf_host: axle-797629
52+
cf_host: ${{ inputs.cf-host != '' && inputs.cf-host || 'wane-822834' }}
4953
cf_index: 2
5054
binder: rabbit
5155
tests: ${{ inputs.tests }}

0 commit comments

Comments
 (0)