From 4d6bf8b384c51273215222fff2ffaa1dc43b0fc8 Mon Sep 17 00:00:00 2001 From: jaspreetsachdev Date: Wed, 2 Jun 2021 19:32:02 -0400 Subject: [PATCH] Update interop.yml --- .github/workflows/interop.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/interop.yml b/.github/workflows/interop.yml index bcfb22a80..c61831724 100644 --- a/.github/workflows/interop.yml +++ b/.github/workflows/interop.yml @@ -65,17 +65,19 @@ jobs: run: | 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 + - name: set job name id: job run: echo "::set-output name=name::interop-ci-${{ github.run_number }}" - - name: create configuration.py secret - run: | - cat << EOF > configuration.py - ${{ secrets.LAB_CONFIGURATION }} - EOF - kubectl create secret generic configuration --from-file=configuration=./configuration.py - - name: run sanity tests +# - name: create configuration.py secret +# run: | +# cat << EOF > configuration.py +# ${{ secrets.LAB_CONFIGURATION }} +# EOF +# kubectl create secret generic configuration --from-file=configuration=./configuration.py + + - name: run interop tests run: | cat <