We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cda0eb commit 4a16286Copy full SHA for 4a16286
.github/workflows/tests-integration.yml
@@ -23,6 +23,10 @@ on:
23
description: Pre-provisioned environment lease-id to use in tests
24
required: false
25
type: string
26
+ lease_namespace:
27
+ description: Pre-provisioned environment lease namespace to use in tests
28
+ required: false
29
+ type: string
30
run_unit_tests:
31
description: Run unit tests
32
@@ -120,7 +124,7 @@ jobs:
120
124
pool_name: ${{ vars.SHEPHERD_POOL_NAME }}
121
125
pool_duration: ${{ vars.SHEPHERD_POOL_DURATION || '8h' }}
122
126
pool_namespace: ${{ vars.SHEPHERD_POOL_NAMESPACE || 'official' }}
123
- namespace: ${{ vars.POOL_NAMESPACE || 'tas-devex' }}
127
+ namespace: ${{ inputs.lease_namespace || vars.POOL_NAMESPACE || 'tas-devex' }}
128
run: |
129
shepherd login service-account ${account_token}
130
0 commit comments