mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-02 20:07:57 +00:00
Update interop.yml
This commit is contained in:
16
.github/workflows/interop.yml
vendored
16
.github/workflows/interop.yml
vendored
@@ -65,17 +65,19 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
wget https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline/${{ env.ALLURE_CLI_VERSION }}/allure-commandline-${{ env.ALLURE_CLI_VERSION }}.tgz
|
wget https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline/${{ env.ALLURE_CLI_VERSION }}/allure-commandline-${{ env.ALLURE_CLI_VERSION }}.tgz
|
||||||
tar -xzf allure-commandline-${{ env.ALLURE_CLI_VERSION }}.tgz
|
tar -xzf allure-commandline-${{ env.ALLURE_CLI_VERSION }}.tgz
|
||||||
|
|
||||||
- name: set job name
|
- name: set job name
|
||||||
id: job
|
id: job
|
||||||
run: echo "::set-output name=name::interop-ci-${{ github.run_number }}"
|
run: echo "::set-output name=name::interop-ci-${{ github.run_number }}"
|
||||||
|
|
||||||
- name: create configuration.py secret
|
# - name: create configuration.py secret
|
||||||
run: |
|
# run: |
|
||||||
cat << EOF > configuration.py
|
# cat << EOF > configuration.py
|
||||||
${{ secrets.LAB_CONFIGURATION }}
|
# ${{ secrets.LAB_CONFIGURATION }}
|
||||||
EOF
|
# EOF
|
||||||
kubectl create secret generic configuration --from-file=configuration=./configuration.py
|
# kubectl create secret generic configuration --from-file=configuration=./configuration.py
|
||||||
- name: run sanity tests
|
|
||||||
|
- name: run interop tests
|
||||||
run: |
|
run: |
|
||||||
cat <<EOF | kubectl apply -f -
|
cat <<EOF | kubectl apply -f -
|
||||||
apiVersion: batch/v1
|
apiVersion: batch/v1
|
||||||
|
|||||||
Reference in New Issue
Block a user