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

[TT-1806] add required chain.link labels to k8s soak test #944

Merged
merged 13 commits into from
Dec 6, 2024

Conversation

Tofel
Copy link
Contributor

@Tofel Tofel commented Nov 26, 2024

Why?
To better track k8s expenses

@Tofel Tofel requested a review from a team as a code owner November 28, 2024 09:18
@cl-sonarqube-production
Copy link

@@ -384,10 +384,24 @@ func BuildNodeContractPairID(node *client.ChainlinkClient, ocr2Addr string) (str
}

func (c *Common) Default(t *testing.T, namespacePrefix string) (*Common, error) {
productName := "data-feedsv2.0"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this the right product name?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it's OCRv2 test => "data-feedsv2.0", it doesn't matter whether it's running on Solana or Ethereum or some other chain.

Comment on lines +388 to +393
nsLabels, err := environment.GetRequiredChainLinkNamespaceLabels(productName, "soak")
if err != nil {
return nil, err
}

workloadPodLabels, err := environment.GetRequiredChainLinkWorkloadAndPodLabels(productName, "soak")
Copy link
Collaborator

Choose a reason for hiding this comment

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

do we need to differentiate between soak vs smoke?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think in this case these tests are always soak, no?

@aalu1418 aalu1418 enabled auto-merge (squash) December 6, 2024 17:32
@aalu1418 aalu1418 merged commit 77c4275 into develop Dec 6, 2024
35 checks passed
@aalu1418 aalu1418 deleted the tt-1806-add-chainlink-k8s-labels branch December 6, 2024 17:48
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.

6 participants