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

fix(plugins/sct): Support SCT runner for resources table #540

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

k0machi
Copy link
Collaborator

@k0machi k0machi commented Dec 16, 2024

This commit adds logic to add SCT runner to the resource table and also
adds client support for its name. Additionally, it adds a workaround for
older client versions, where SCT runner will be submitted without a
name.

Fixes scylladb/scylla-cluster-tests#9543

This commit adds logic to add SCT runner to the resource table and also
adds client support for its name. Additionally, it adds a workaround for
older client versions, where SCT runner will be submitted without a
name.

Fixes scylladb/scylla-cluster-tests#9543
@k0machi k0machi self-assigned this Dec 16, 2024
@k0machi k0machi requested review from fruch, soyacz and roydahan December 16, 2024 13:30
Copy link
Collaborator

@soyacz soyacz left a comment

Choose a reason for hiding this comment

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

small comment (not sure if valid).
LGTM

@@ -40,7 +40,8 @@ def sct_set_runner(run_id: str):
public_ip=payload["public_ip"],
private_ip=payload["private_ip"],
region=payload["region"],
backend=payload["backend"]
backend=payload["backend"],
name=payload.get("name")
Copy link
Collaborator

Choose a reason for hiding this comment

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

maybe here name=payload.get("name") or 'sct-runner'?

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

Successfully merging this pull request may close these issues.

Clean-resources did not report correctly to Argus
2 participants