mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-12-27 16:04:56 +00:00
[WIFI-9786] Dbg: tests on one example (#643)
Signed-off-by: Dmitry Dunaev <dmitry@opsfleet.com>
This commit is contained in:
committed by
anil-tegala
parent
b4f4222297
commit
ebfcfa98b1
6
.github/actions/run-tests/action.yml
vendored
6
.github/actions/run-tests/action.yml
vendored
@@ -149,9 +149,3 @@ runs:
|
||||
with:
|
||||
name: ${{ inputs.allure_results_artifact_name }}
|
||||
path: allure-results
|
||||
|
||||
- name: cleanup
|
||||
if: always()
|
||||
shell: bash
|
||||
run: |
|
||||
kubectl delete ns "${{ inputs.namespace }}" --wait=true
|
||||
|
||||
3
.github/workflows/quali.yml
vendored
3
.github/workflows/quali.yml
vendored
@@ -180,7 +180,10 @@ jobs:
|
||||
if: always()
|
||||
continue-on-error: true
|
||||
run: |
|
||||
kubectl get pods -n ${{ steps.namespace.outputs.name }}
|
||||
kubectl get pods -n ${{ steps.namespace.outputs.name }} --no-headers -o custom-columns=":metadata.name" -l job-name=testing | sed "s/pod\///"
|
||||
podname=$(kubectl get pods -n ${{ steps.namespace.outputs.name }} --no-headers -o custom-columns=":metadata.name" -l job-name=testing | sed "s/pod\///")
|
||||
echo $podname
|
||||
kubectl logs --timestamps -n ${{ steps.namespace.outputs.name }} $podname || true
|
||||
|
||||
- name: delete namespace
|
||||
|
||||
Reference in New Issue
Block a user