Skip to content

Commit

Permalink
Move redis to odin.
Browse files Browse the repository at this point in the history
  • Loading branch information
pippijn committed Dec 28, 2023
1 parent 324c4d1 commit 15a80b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .config/buildfarm/amun.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
backplane:
redisUri: "redis://10.100.0.1:6379"
redisUri: "redis://10.100.0.3:6379"
queues:
- name: "cpu"
properties:
Expand Down
2 changes: 1 addition & 1 deletion .config/buildfarm/isis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
backplane:
redisUri: "redis://10.100.0.1:6379"
redisUri: "redis://10.100.0.3:6379"
queues:
- name: "cpu"
properties:
Expand Down
2 changes: 1 addition & 1 deletion .config/buildfarm/server.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
backplane:
redisUri: "redis://10.100.0.1:6379"
redisUri: "redis://10.100.0.3:6379"
queues:
- name: "cpu"
properties:
Expand Down

0 comments on commit 15a80b8

Please sign in to comment.