mirror of
https://github.com/kubescape/kubescape.git
synced 2026-02-14 09:59:54 +00:00
run system test from private repo
This commit is contained in:
3
.github/workflows/00-pr-scanner.yaml
vendored
3
.github/workflows/00-pr-scanner.yaml
vendored
@@ -97,6 +97,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ steps.app-token.outputs.token }}
|
GH_TOKEN: ${{ steps.app-token.outputs.token }}
|
||||||
CORRELATION_ID: ${{ steps.dispatch-info.outputs.correlation_id }}
|
CORRELATION_ID: ${{ steps.dispatch-info.outputs.correlation_id }}
|
||||||
|
KS_BRANCH: ${{ github.head_ref || github.ref_name }}
|
||||||
run: |
|
run: |
|
||||||
echo "Dispatching E2E tests with correlation_id: ${CORRELATION_ID}"
|
echo "Dispatching E2E tests with correlation_id: ${CORRELATION_ID}"
|
||||||
echo "Using test group: KUBESCAPE_CLI_E2E"
|
echo "Using test group: KUBESCAPE_CLI_E2E"
|
||||||
@@ -108,7 +109,7 @@ jobs:
|
|||||||
-f "client_payload[environment]=production" \
|
-f "client_payload[environment]=production" \
|
||||||
-f "client_payload[tests_groups]=KUBESCAPE_CLI_E2E" \
|
-f "client_payload[tests_groups]=KUBESCAPE_CLI_E2E" \
|
||||||
-f "client_payload[systests_branch]=master" \
|
-f "client_payload[systests_branch]=master" \
|
||||||
-f "client_payload[ks_branch]=${{ github.head_ref || github.ref_name }}"
|
-f "client_payload[ks_branch]=${KS_BRANCH}"
|
||||||
|
|
||||||
echo "Dispatch completed"
|
echo "Dispatch completed"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user