Skip to content

Commit fb08b50

Browse files
authored
Add profiling to CI (azimuth-cloud#107)
* turn on ansible profiling in CI * Revert; can't turn on profiling in ansible.cfg as clashes with json plugin in actions/setup This reverts commit 1fa3a96. * turn on profiling for azimuth deployment * use robotframework with timings * bump robotframework now timing PR released
1 parent ae73d59 commit fb08b50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/provision/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ runs:
1111
source ./ci.env
1212
source ./bin/activate "$AZIMUTH_CONFIG_ENVIRONMENT" "$AZIMUTH_ENVIRONMENT"
1313
ansible-playbook stackhpc.azimuth_ops.provision -e @extra-vars.yml
14+
env:
15+
ANSIBLE_CALLBACKS_ENABLED: ansible.posix.profile_tasks

0 commit comments

Comments
 (0)