fixing OSS ci for tritonbench
Summary:
two problems found so far in CI runs
1. the ci file was not added to the target deps so the ci file couldnt be found even if the flag was used
2. `--op` was required so we fixed that here where `--op` is only required if `--ci` is not used
Reviewed By: danzimm
Differential Revision: D61809602