From ac7276794f1420f5a59e0d5ecfc6c9d45b6e883c Mon Sep 17 00:00:00 2001 From: Adam Saleh Date: Aug 17 2023 09:08:33 +0000 Subject: Changed the test runner to run changed tests --- diff --git a/.github/workflows/centos-stream8.yml b/.github/workflows/centos-stream8.yml index ad10ee2..1dd70dd 100644 --- a/.github/workflows/centos-stream8.yml +++ b/.github/workflows/centos-stream8.yml @@ -10,7 +10,7 @@ jobs: DUFFYY_SSH_PRIVATE_KEY: ${{ secrets.DUFFYY_SSH_PRIVATE_KEY }} - run: chmod 600 /tmp/id_centos_stream - run: sudo python3 -m pip install pydantic==1.10.10 duffy fabric httpx - - run: python3 t_functional_duffy_runner/src/__main__.py --arch=x86 --release=centos-8s --sshkey=/tmp/id_centos_stream + - run: python3 t_functional_duffy_runner/src/__main__.py --arch=x86 --release=centos-8s --sshkey=/tmp/id_centos_stream --path=`pwd` env: DUFFY_AUTH_NAME: ${{ secrets.DUFFY_AUTH_NAME }} DUFFY_AUTH_KEY: ${{secrets.DUFFY_AUTH_KEY}} @@ -25,7 +25,7 @@ jobs: DUFFYY_SSH_PRIVATE_KEY: ${{ secrets.DUFFYY_SSH_PRIVATE_KEY }} - run: chmod 600 /tmp/id_centos_stream - run: sudo python3 -m pip install pydantic==1.10.10 duffy fabric httpx - - run: python3 t_functional_duffy_runner/src/__main__.py --arch=x86 --release=centos-9s --sshkey=/tmp/id_centos_stream + - run: python3 t_functional_duffy_runner/src/__main__.py --arch=x86 --release=centos-9s --sshkey=/tmp/id_centos_stream --path=`pwd` env: DUFFY_AUTH_NAME: ${{ secrets.DUFFY_AUTH_NAME }} DUFFY_AUTH_KEY: ${{secrets.DUFFY_AUTH_KEY}}