Skip to content
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

Not always publish report #75

Open
blackdevil22 opened this issue Aug 24, 2021 · 6 comments
Open

Not always publish report #75

blackdevil22 opened this issue Aug 24, 2021 · 6 comments

Comments

@blackdevil22
Copy link

blackdevil22 commented Aug 24, 2021

When creating a report, it is not always available in the GIU github. Where could the problem be?

image

but in GUI:

image

Step publish is only send notification to teams.

@jmisur
Copy link
Contributor

jmisur commented Aug 27, 2021

In the log I see the action is posting status 'completed' to 'refs/heads/master'. This means it's running on master branch. Check the 'Actions' tab in the repository menu to see all workflows which run on the master branch.

@blackdevil22
Copy link
Author

blackdevil22 commented Sep 9, 2021

not working, pls check:
branch:
image

code in cronjob (github action):
image

In Github action:

image
image

This same code in manual action is working:
image

LOG cronjob:
image
and only:
image

LOG manual:
image

image

Where is the problem?

@mjanikula
Copy link

Hello, I have noticed that those reports are not showing during scheduled execution. Is it working like that by design or am I missing something? Any response would be much appreciated

@jmisur
Copy link
Contributor

jmisur commented Nov 26, 2021

This action is generic, I don't know why wouldn't it show on scheduled execution.

@JensDeLeersnyder
Copy link

I have the same issue the report is run but when there is another job behind the test report it doesn't work

@Vainiusst
Copy link

I have a similar problem with cron jobs. It seems, that the reports are being published on the first workflow run for a respective commit. What I mean by this - if I push to master, it runs the workflows and puts the report in that workflow. Then, as the commit is the same after push to master, the cron job runs and puts the report to the first workflow run. Any subsequent workflow runs, that happened for the same commit, gets put there too. I've found this:
image
on the merge to master run. It should only have two reports: SYST IT report and TEST IT report, but as you can see, all of the reports are just piled here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants