-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add GitHub runner telemetry to aid in diagnosing concurrent E2E test failures #309
Comments
Experimented with
Have tried different release versions, all get the same error Workflow logs https://github.com/hashgraph/solo/actions/runs/9164986979/job/25197553053 |
@JeffreyDallas , looks like it is complaining about us having more than one token that it can use, we probably need to pick one and pass it in. In the settings we have multiple that looks similar. We should probably specify to avoid confusing it. I think since this is a re-usable workflow, that we will need to add a secret at the top, and then pass it in from where it is called. From the caller we would pass in GITHUB_TOKEN. search for |
This workflow failed with Unable to get current workflow job info. Please sure that your workflow have "actions:read" permission! As noticed by Jeromy, looks like there are two show stoppers: |
Possible Solutions
1. workflow-temetry-action
It was discovered that there were two issues with this solution:
2. Argo Prometheus Metrics
This might help us with some metrics such as the following:
3. Enabling GitHub ARC Metrics
Some metrics, however, no CPU or RAM utilization
NOTES:
The text was updated successfully, but these errors were encountered: