-
Notifications
You must be signed in to change notification settings - Fork 11
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
v2 can't pass context to tmt #136
Comments
bug: sclorg/testing-farm-as-github-action#136 Signed-off-by: Xiaofeng Wang <[email protected]>
bug: sclorg/testing-farm-as-github-action#136 Signed-off-by: Xiaofeng Wang <[email protected]>
EDIT: Actually, you are right. There is a bug. We expect that all context variables are passed, which is probably a wrong assumption. Corresponding code: testing-farm-as-github-action/src/action.ts Lines 74 to 80 in a7d9cca
testing-farm-as-github-action/src/schema/input.ts Lines 50 to 58 in a7d9cca
|
The ARCH is variable I defined as environment variable. But the
The right one should look like:
|
You are right I have just updated my comment above |
Configured context in the github action, but it can't be passed to tmt.
Configuration in github action:
Testing farm log:
The text was updated successfully, but these errors were encountered: