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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悶 [Bug] TFRobot: workflow has been failing for a while now #1085

Closed
A-Harby opened this issue Jun 12, 2024 · 2 comments
Closed

馃悶 [Bug] TFRobot: workflow has been failing for a while now #1085

A-Harby opened this issue Jun 12, 2024 · 2 comments
Assignees
Labels
github_actions Pull requests that update GitHub Actions code tfrobot type_bug Something isn't working
Milestone

Comments

@A-Harby
Copy link
Contributor

A-Harby commented Jun 12, 2024

What happened?

TFRobot has been failing for a while.
https://github.com/threefoldtech/tfgrid-sdk-go/actions/workflows/tfrobot_test.yml

The error: failed to validate configuration file './example/test.yaml' with error: node group name: 'group_c' is invalid; there should be unique name across all deployments.

Maybe in one of the workflows, the test failed to delete, the name is now reserved forever, and the workflow will keep failing.
The test needs to generate a random name, and a job after the test is finished is to delete all the contracts, whether the test passes or fails.

which network/s did you face the problem on?

Dev

Twin ID/s

No response

Version

No response

Node ID/s

No response

Farm ID/s

No response

Contract ID/s

No response

Relevant log output

8:18AM INF starting peer session=tf-4290 twin=10972
8:18AM INF validating configuration file
Error: failed to validate configuration file './example/test.yaml' with error: node group name: 'group_c' is invalid, should be unique name across all deployments
Usage:
  tfrobot deploy [flags]

Flags:
  -c, --config string   path to config file
  -d, --debug           allow debug logs
  -h, --help            help for deploy
  -o, --output string   path to output file (default "output.yaml")

8:18AM FTL error="failed to validate configuration file './example/test.yaml' with error: node group name: 'group_c' is invalid, should be unique name across all deployments"
exit status 1
Error: Process completed with exit code 1.
@A-Harby A-Harby added the type_bug Something isn't working label Jun 12, 2024
@rawdaGastan rawdaGastan self-assigned this Jun 12, 2024
@rawdaGastan
Copy link
Collaborator

It failed because old contracts exist, will rerun and see

@rawdaGastan rawdaGastan added this to the 1.0.0 milestone Jun 12, 2024
@rawdaGastan
Copy link
Collaborator

@A-Harby A-Harby closed this as completed Jun 12, 2024
@rawdaGastan rawdaGastan added tfrobot github_actions Pull requests that update GitHub Actions code labels Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update GitHub Actions code tfrobot type_bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

2 participants