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

Switch to develop.latest, turn DEV_MODE off #161

Merged
merged 1 commit into from
Jan 31, 2022
Merged

Conversation

skudasov
Copy link
Contributor

No description provided.

@skudasov skudasov merged commit e76c528 into develop Jan 31, 2022
@skudasov skudasov deleted the dev_mode_off branch January 31, 2022 15:00
@@ -35,14 +35,15 @@ func NewChainlinkSolOCRv2(nodes int, stateful bool) *environment.Config {
"replicas": nodes,
"chainlink": map[string]interface{}{
"image": map[string]interface{}{
"image": "public.ecr.aws/chainlink/chainlink",
"version": "develop.4bc99afb22dca23469d9a7bc2bdfa7ea49028ae6",
"image": "795953128386.dkr.ecr.us-west-2.amazonaws.com/chainlink",
Copy link
Collaborator

Choose a reason for hiding this comment

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

We'd want the same image declared for both local env and e2e tests:

  • Ideally once for the same repo, so we use the same image across the board (no difference between local and QA environments)
  • Using a repo/image that is publicly available so external contributors have access and can set up their environments

Copy link
Collaborator

Choose a reason for hiding this comment

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

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.

2 participants