Skip to content

Conversation

@scaliby
Copy link
Member

@scaliby scaliby commented Jan 8, 2026

Description

This change modifies calculation of the XPK_TESTER flag in telemetry to set it to true when the TELEMETRY_TRASH_EXECUTION environment variable is set to true.

I will globally set this flag for all XPK's github action executions on repository level. It will allow us to easily filter out GH automated runs from telemetry data.

Why not rely on os.getenv("GITHUB_ACTIONS") == "true"?

While this will work for our use case, it will also exclude all data, in case XPK is run by a 3rd party within github actions context. Such executions are not trash and should not be treated as a test executions but actual production use cases.

Issue

n/a

Testing

Unit testing

Copy link
Collaborator

@jamOne- jamOne- left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"trash execution" -- brutal...

@scaliby scaliby enabled auto-merge January 8, 2026 12:23
@scaliby scaliby added this pull request to the merge queue Jan 8, 2026
Merged via the queue into AI-Hypercomputer:main with commit 656094c Jan 8, 2026
9 checks passed
@scaliby scaliby deleted the telemetry-stamp-trash branch January 8, 2026 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants