Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou committed Aug 10, 2023
1 parent 2748fd9 commit 40a963c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ steps:
sudo apt install ansible -y
cd getting_started/setup_vm
ansible-playbook ccf-extended-testing.yml
displayName: Install Extended Testing Tools
displayName: Install Extended Testing Tools
2 changes: 1 addition & 1 deletion .azure-pipelines-templates/stress-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
artifact_name: "StressTest"
ctest_filter: '-L "vegeta" -C "long_stress"'
depends_on: configure
installExtendedTestingTools: false
installExtendedTestingTools: true
2 changes: 1 addition & 1 deletion getting_started/setup_vm/ccf-extended-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
tasks_from: install.yml
- import_role:
name: pebble
tasks_from: install.yml
tasks_from: install.yml

0 comments on commit 40a963c

Please sign in to comment.