Skip to content

Commit

Permalink
[CI] Add cf-host input to new CF AT env workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
onobc committed Feb 26, 2024
1 parent 99c0896 commit fd1c498
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/acceptance-tests-for-rabbit-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
type: string
default: ''
description: 'Test classes'
cf-host:
type: string
default: ''
description: 'CF host name (e.g. "bucharest")'
workflow_call:
inputs:
tests:
Expand Down Expand Up @@ -45,7 +49,7 @@ jobs:
rabbit-2:
uses: ./.github/workflows/at-common-workflow.yml
with:
cf_host: axle-797629
cf_host: ${{ inputs.cf-host != '' && inputs.cf-host || 'wane-822834' }}
cf_index: 2
binder: rabbit
tests: ${{ inputs.tests }}
Expand Down

0 comments on commit fd1c498

Please sign in to comment.