Closed friedrichwilken closed 1 month ago
The evaluation test will be skipped for this PR. You can trigger it manually by adding the label evaluation requested.
The evaluation test will be skipped for this PR. You can trigger it manually by adding the label evaluation requested.
The evaluation test will be skipped for this PR. You can trigger it manually by adding the label evaluation requested.
And it works:
The validation test now also handles rate limits with retries
2024-10-08 18:46:37 - INFO - validation.validator : Validating expectation: complete_yaml
2024-10-08 18:46:38 - WARNING - validation.validator : Rate limit error: Error code: 429 - {'error': 'TooManyRequest', 'message': 'Your request has been rate limited by AI Core. Please try again later.'}. Retrying in 2 minutes...
2024-10-08 18:48:39 - INFO - validation.validator : Validating expectation: deployable_yaml
The evaluation test will be skipped for this PR. You can trigger it manually by adding the label evaluation requested.
The evaluation test will be skipped for this PR. You can trigger it manually by adding the label evaluation requested.
Description Because of the changes in test data the validation test does no longer work. This PR will changed this.
Changes proposed in this pull request:
./data/namespace-scoped/<scenario name>/validation.yml
./data/namespace-scoped/<scenario name>/scenario.yml
rate limit
issues. Related issue(s)