integration-tests/deploy: make container names unique#302
Conversation
|
👋 jmank88, thanks for creating this pull request! To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team. Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks! |
| func ValidateDevnet() (*DevnetConfig, error) { | ||
| var errs []string | ||
| name := "chainlink-aptos.devnet" | ||
| if testing.Testing() { |
There was a problem hiding this comment.
I suppose it doesn't need to be conditional on testing, though this is sufficient.
7c97a44 to
21a455b
Compare
21a455b to
a5f1fb8
Compare
|
This PR is stale because it has been open days with no activity. |
|
This PR is stale because it has been open days with no activity. |
|
This PR is stale because it has been open days with no activity. |
Unique container names in order to allow testing packages concurrently.