oauth2_resource: fix property id

This object was not exported with its actual ID, reindexing cause
warnings in the log, like this:

    2023-02-13 08:13:47,169 WARNING CMFActivity Message dropped (no object found at path ('', 'erp5', 'portal_property_sheets', 'OAuth2AuthorisationClientConnector', 'usable_as_default_property'))
    Traceback (most recent call last):
      File "./parts/erp5/product/CMFActivity/ActivityTool.py", line 282, in getObject
        obj = self._getObject(activity_tool)
      File "./parts/erp5/product/CMFActivity/ActivityTool.py", line 276, in _getObject
        obj = obj[id]
      File "./eggs/Zope2-2.13.30-py2.7.egg/OFS/ObjectManager.py", line 783, in __getitem__
        raise KeyError, key
    KeyError: 'usable_as_default_property'
8 jobs for for_testrunner_1 in 0 seconds (queued for 1 second)

View job dependencies in the pipeline graph!

You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the needs: keyword to establish job dependencies in your CI/CD pipelines. Learn how to speed up your pipeline with needs.

Provide feedback
Status Job ID Name Coverage
  External
passed ERP5.CodingStyleTest-Master

00:59:26

failed ERP5.CodingStyleTest-TestRunner1

00:50:53

passed ERP5.PerformanceTest-Master

00:26:20

passed ERP5.PerformanceTest-TestRunner1

00:26:16

failed ERP5.UnitTest-Master

01:49:23

failed ERP5.UnitTest-TestRunner1

01:52:53

passed SlapOS.Eggs.UnitTest-Master.Python2

00:16:33

passed SlapOS.Eggs.UnitTest-Master.Python3

00:20:00

 

Speed up your pipelines with Needs relationships

Using the needs keyword makes jobs run before their stage is reached. Jobs run as soon as their needs relationships are met, which speeds up your pipelines.

If you add needs to jobs in your pipeline you'll be able to view the needs relationships between jobs in this tab as a Directed Acyclic Graph (DAG).