[tests-only] Do not run occ group:list in OCIS CI #38393
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
When running CI with
cs3org/reva
we use LDAP. But the existing code tries to runocc group:list
to sync the groups after creating an LDAP group. That is only useful on oC10 - theocc
command does not exist on OCIS-reva.This was noticed while investigating #38382
We might also need to do some "magic" in OCIS-reva to make sure that the new group "really is known" to OCIS-reva. But that will come later if we need it.
How Has This Been Tested?
CI
Types of changes
Checklist: