Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Moreno <[email protected]>
  • Loading branch information
amorenoz committed Oct 18, 2024
1 parent ba21d01 commit b7c8b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ functional_task:
- ssh ${DISTRO} 'sh -exc "uname -a"'

test_script: &functional_test
- ssh -tt ${DISTRO} 'bash --login -exc "cd /vagrant && make V=1"'
- ssh -tt ${DISTRO} 'bash --login -exc "cd /vagrant && make clean V=1 && make V=1"'
- ssh -tt ${DISTRO} "cd /vagrant/tests && sudo python3 -m pytest ${TEST_EXTRA_ARGS}"

# Manual trigger for non-PR branches.
Expand Down

0 comments on commit b7c8b51

Please sign in to comment.