Skip to content

Commit

Permalink
Fix port assignments.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-checkmk committed Sep 30, 2024
1 parent eb71c9e commit c5443b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ans-int-test-bakery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,16 @@ jobs:
ancient_cce:
image: checkmk/check-mk-managed:2.1.0p47
ports:
- 5221:5000
- 5321:5000
env:
CMK_SITE_ID: "ancient_cce"
CMK_PASSWORD: "Sup3rSec4et!"
old_cce:
old_cme:
image: checkmk/check-mk-managed:2.2.0p34
ports:
- 5222:5000
- 5322:5000
env:
CMK_SITE_ID: "old_cce"
CMK_SITE_ID: "old_cme"
CMK_PASSWORD: "Sup3rSec4et!"
stable_cme:
image: checkmk/check-mk-managed:2.3.0p17
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ans-int-test-lkp-bakery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,16 @@ jobs:
ancient_cce:
image: checkmk/check-mk-managed:2.1.0p47
ports:
- 5221:5000
- 5321:5000
env:
CMK_SITE_ID: "ancient_cce"
CMK_PASSWORD: "Sup3rSec4et!"
old_cce:
old_cme:
image: checkmk/check-mk-managed:2.2.0p34
ports:
- 5222:5000
- 5322:5000
env:
CMK_SITE_ID: "old_cce"
CMK_SITE_ID: "old_cme"
CMK_PASSWORD: "Sup3rSec4et!"
stable_cme:
image: checkmk/check-mk-managed:2.3.0p17
Expand Down

0 comments on commit c5443b2

Please sign in to comment.