Skip to content

Commit d7c758f

Browse files
authored
[ci] Chasing migrated bot master (#8657)
1 parent 0972859 commit d7c758f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/initiator.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
CI_IMAGE_VERSION: '202304251731'
1818
# TI_USE_GIT_CACHE: ${{ vars.TI_USE_GIT_CACHE }}
1919
TI_USE_GIT_CACHE: '1' # variables are also not populated on forked PRs
20-
REDIS_HOST: 172.16.5.1
20+
REDIS_HOST: botmaster.tgr
2121

2222
jobs:
2323
show_environ:

.github/workflows/testing.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ jobs:
605605
# packages: read
606606
# contents: read
607607
# env:
608-
# REDIS_HOST: 172.16.5.1
608+
# REDIS_HOST: botmaster.tgr
609609
# PY: '3.9'
610610
# steps:
611611
# - name: Workaround checkout Needed single revision issue
@@ -684,7 +684,7 @@ jobs:
684684
# packages: read
685685
# contents: read
686686
# env:
687-
# REDIS_HOST: 172.16.5.1
687+
# REDIS_HOST: botmaster.tgr
688688
# PY: '3.9'
689689
# steps:
690690
# - name: Workaround checkout Needed single revision issue
@@ -762,7 +762,7 @@ jobs:
762762
# packages: read
763763
# contents: read
764764
# env:
765-
# REDIS_HOST: 172.16.5.1
765+
# REDIS_HOST: botmaster.tgr
766766
# PY: '3.9'
767767
# steps:
768768
# - name: Workaround checkout Needed single revision issue

0 commit comments

Comments
 (0)