-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quality Check Pipelines doesn't Work for Different Dependencies Filenames #230
Quality Check Pipelines doesn't Work for Different Dependencies Filenames #230
Comments
We tested it but even after the update, the Q-Gate workflow still fails, even if both DEPENDENCIES files are present: Can you please have a look into it again, @SebastianBezold & @tomaszbarwicki |
Hi @mhellmeier, thanks for reaching out. Can you please provide the check result? I've run the latest version against puris repo and it doesn't complain about DEPENDENCIES any more, that's what I see:
|
Hmm I saw the PR comment first and replied there :). |
See, for example, this execution: It still outputs:
|
It seems that quite old version is used in your workflow: @mhellmeier workflow is https://github.com/eclipse-tractusx/puris/actions/runs/6037040940/workflow and there is old 0.4 version eclipse-tractusx/[email protected] |
I just bumped the version in the |
I just rerun the job, but it is still failing: It again uses the version
But as you can see, we defined to use the latest version on |
@SebastianBezold, we now have another issue in the downstream repositories when creating PRs. We're unable to find version v0.7 that is not specifically specified. Please refer to this run for the following error: |
@SebastianBezold, perhaps we need to add a v0.7 tag which is missing I believe. |
Issue fixed. |
The Quality Check GitHub Action currently doesn't work for dependency files named differently than
DEPENDENCIES
. Similar to #228, it doesn't work forDEPENDENCIES_FRONTEND
andDEPENDENCIES_BACKEND
files.Example:
The following repository has two dependencies files:
https://github.com/eclipse-tractusx/puris
The Quality Check pipeline based on the template fails with the following error:
Source: https://github.com/eclipse-tractusx/puris/actions/runs/5880349374/job/15946439222?pr=18
CC: @SebastianBezold
The text was updated successfully, but these errors were encountered: