Commit Graph

12 Commits

Author SHA1 Message Date
Michal Konecny
2ec055db6f Use first uppercase letter for all handlers
This will unify all the handlers to use first uppercase letter for
ansible-lint to stop complaining.

I went through all `notify:` occurrences and fixed them by running
```
set TEXT "text_to_replace"; set REPLACEMENT "replacement_text"; git grep
-rlz "$TEXT" . | xargs -0 sed -i "s/$TEXT/$REPLACEMENT/g"
```

Then I went through all the changes and removed the ones that wasn't
expected to be changed.

Fixes https://pagure.io/fedora-infrastructure/issue/12391

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2025-02-10 20:31:49 +00:00
Ryan Lerch
47c68f478d ansiblelint fixes - fqcn[action-core] - template to ansible.builtin.template
Replaces references to template: with ansible.builtin.template

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-15 11:30:29 +10:00
Ryan Lerch
25391e95b7 ansiblelint fixes - fqcn[action-core] - package to ansible.builtin.package
Replaces many references to  package: with ansible.builtin.package

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-15 11:28:00 +10:00
Ryan Lerch
6a3816dfdc ansiblelint fixes-- fqcn[action-core] - copy to ansible.builtin.copy
Replaces many references to 'copy' with ansible.builtin.copy

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-15 10:43:31 +10:00
Ryan Lerch
89f6f1fc32 Fix majority of remaining yamllint warnings and errors
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2024-11-28 17:31:45 +10:00
Adam Williamson
0439ed70f7 testcase_stats: also generate IoT output
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2020-11-29 09:56:41 -08:00
Adam Williamson
109f9ccdef Clean up testcase_stats role a bit
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2020-11-22 09:33:29 -08:00
Adam Williamson
68017cbeb3 Er, name the file right
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2020-11-21 21:01:35 -08:00
Adam Williamson
65f613d888 Whoops - copy, not file
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2020-11-21 20:57:03 -08:00
Adam Williamson
bf585ef675 testcase_stats: install Apache config for indexing
testcase_stats relies on the server to do directory indexing,
it doesn't provide its own index files. We need to configure
Apache to do directory indexing for the openQA public dir, and
disable reverse proxying for it (apparently reverse proxying
takes precedence over index generation).

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2020-11-21 20:53:50 -08:00
Adam Williamson
cda822f926 OK apparently we have to include the vars in the role?
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2020-11-21 19:07:37 -08:00
Adam Williamson
c678f1caf6 Add testcase_stats role to publish testcase_stats HTML on openQA
As with fedora_nightlies, I'm offloading this from my personal
domain. Happily this one doesn't need a consumer, it just runs
hourly. Again we just dump the output in openQA's public dir.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2020-11-21 18:58:08 -08:00