Skip to content

Commit 15b43e3

Browse files
committed
Add support for Checkmk 2.5.0 in integration tests.
1 parent a56515c commit 15b43e3

File tree

76 files changed

+1078
-55
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+1078
-55
lines changed

.github/workflows/ans-int-test-activation.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,20 @@ jobs:
9393
env:
9494
CMK_SITE_ID: "stable_cme"
9595
CMK_PASSWORD: "Sup3rSec4et!"
96+
beta_cre:
97+
image: "checkmk/check-mk-community:master-daily"
98+
ports:
99+
- 5025:5000
100+
env:
101+
CMK_SITE_ID: "beta_cre"
102+
CMK_PASSWORD: "Sup3rSec4et!"
103+
beta_cme:
104+
image: "checkmk/check-mk-ultimatemt:master-daily"
105+
ports:
106+
- 5325:5000
107+
env:
108+
CMK_SITE_ID: "beta_cme"
109+
CMK_PASSWORD: "Sup3rSec4et!"
96110

97111
steps:
98112
- name: Check out code

.github/workflows/ans-int-test-aux_tag.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,21 @@ jobs:
9393
env:
9494
CMK_SITE_ID: "stable_cme"
9595
CMK_PASSWORD: "Sup3rSec4et!"
96+
beta_cre:
97+
image: "checkmk/check-mk-community:master-daily"
98+
ports:
99+
- 5025:5000
100+
env:
101+
CMK_SITE_ID: "beta_cre"
102+
CMK_PASSWORD: "Sup3rSec4et!"
103+
beta_cme:
104+
image: "checkmk/check-mk-ultimatemt:master-daily"
105+
ports:
106+
- 5325:5000
107+
env:
108+
CMK_SITE_ID: "beta_cme"
109+
CMK_PASSWORD: "Sup3rSec4et!"
110+
96111

97112
steps:
98113
- name: Check out code

.github/workflows/ans-int-test-bakery.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,21 @@ jobs:
8686
env:
8787
CMK_SITE_ID: "stable_cme"
8888
CMK_PASSWORD: "Sup3rSec4et!"
89+
beta_cre:
90+
image: "checkmk/check-mk-community:master-daily"
91+
ports:
92+
- 5025:5000
93+
env:
94+
CMK_SITE_ID: "beta_cre"
95+
CMK_PASSWORD: "Sup3rSec4et!"
96+
beta_cme:
97+
image: "checkmk/check-mk-ultimatemt:master-daily"
98+
ports:
99+
- 5325:5000
100+
env:
101+
CMK_SITE_ID: "beta_cme"
102+
CMK_PASSWORD: "Sup3rSec4et!"
103+
89104

90105
steps:
91106
- name: Check out code

.github/workflows/ans-int-test-contact_group.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,21 @@ jobs:
9393
env:
9494
CMK_SITE_ID: "stable_cme"
9595
CMK_PASSWORD: "Sup3rSec4et!"
96+
beta_cre:
97+
image: "checkmk/check-mk-community:master-daily"
98+
ports:
99+
- 5025:5000
100+
env:
101+
CMK_SITE_ID: "beta_cre"
102+
CMK_PASSWORD: "Sup3rSec4et!"
103+
beta_cme:
104+
image: "checkmk/check-mk-ultimatemt:master-daily"
105+
ports:
106+
- 5325:5000
107+
env:
108+
CMK_SITE_ID: "beta_cme"
109+
CMK_PASSWORD: "Sup3rSec4et!"
110+
96111

97112
steps:
98113
- name: Check out code

.github/workflows/ans-int-test-dcd.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@ jobs:
7272
env:
7373
CMK_SITE_ID: "stable_cme"
7474
CMK_PASSWORD: "Sup3rSec4et!"
75+
beta_cme:
76+
image: "checkmk/check-mk-ultimatemt:master-daily"
77+
ports:
78+
- 5325:5000
79+
env:
80+
CMK_SITE_ID: "beta_cme"
81+
CMK_PASSWORD: "Sup3rSec4et!"
7582

7683
steps:
7784
- name: Check out code

.github/workflows/ans-int-test-discovery.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,21 @@ jobs:
9393
env:
9494
CMK_SITE_ID: "stable_cme"
9595
CMK_PASSWORD: "Sup3rSec4et!"
96+
beta_cre:
97+
image: "checkmk/check-mk-community:master-daily"
98+
ports:
99+
- 5025:5000
100+
env:
101+
CMK_SITE_ID: "beta_cre"
102+
CMK_PASSWORD: "Sup3rSec4et!"
103+
beta_cme:
104+
image: "checkmk/check-mk-ultimatemt:master-daily"
105+
ports:
106+
- 5325:5000
107+
env:
108+
CMK_SITE_ID: "beta_cme"
109+
CMK_PASSWORD: "Sup3rSec4et!"
110+
96111

97112
steps:
98113
- name: Check out code

.github/workflows/ans-int-test-downtime.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,21 @@ jobs:
9393
env:
9494
CMK_SITE_ID: "stable_cme"
9595
CMK_PASSWORD: "Sup3rSec4et!"
96+
beta_cre:
97+
image: "checkmk/check-mk-community:master-daily"
98+
ports:
99+
- 5025:5000
100+
env:
101+
CMK_SITE_ID: "beta_cre"
102+
CMK_PASSWORD: "Sup3rSec4et!"
103+
beta_cme:
104+
image: "checkmk/check-mk-ultimatemt:master-daily"
105+
ports:
106+
- 5325:5000
107+
env:
108+
CMK_SITE_ID: "beta_cme"
109+
CMK_PASSWORD: "Sup3rSec4et!"
110+
96111

97112
steps:
98113
- name: Check out code

.github/workflows/ans-int-test-folder.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,21 @@ jobs:
9393
env:
9494
CMK_SITE_ID: "stable_cme"
9595
CMK_PASSWORD: "Sup3rSec4et!"
96+
beta_cre:
97+
image: "checkmk/check-mk-community:master-daily"
98+
ports:
99+
- 5025:5000
100+
env:
101+
CMK_SITE_ID: "beta_cre"
102+
CMK_PASSWORD: "Sup3rSec4et!"
103+
beta_cme:
104+
image: "checkmk/check-mk-ultimatemt:master-daily"
105+
ports:
106+
- 5325:5000
107+
env:
108+
CMK_SITE_ID: "beta_cme"
109+
CMK_PASSWORD: "Sup3rSec4et!"
110+
96111

97112
steps:
98113
- name: Check out code

.github/workflows/ans-int-test-host.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,21 @@ jobs:
9393
env:
9494
CMK_SITE_ID: "stable_cme"
9595
CMK_PASSWORD: "Sup3rSec4et!"
96+
beta_cre:
97+
image: "checkmk/check-mk-community:master-daily"
98+
ports:
99+
- 5025:5000
100+
env:
101+
CMK_SITE_ID: "beta_cre"
102+
CMK_PASSWORD: "Sup3rSec4et!"
103+
beta_cme:
104+
image: "checkmk/check-mk-ultimatemt:master-daily"
105+
ports:
106+
- 5325:5000
107+
env:
108+
CMK_SITE_ID: "beta_cme"
109+
CMK_PASSWORD: "Sup3rSec4et!"
110+
96111

97112
steps:
98113
- name: Check out code

.github/workflows/ans-int-test-host_group.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,21 @@ jobs:
9393
env:
9494
CMK_SITE_ID: "stable_cme"
9595
CMK_PASSWORD: "Sup3rSec4et!"
96+
beta_cre:
97+
image: "checkmk/check-mk-community:master-daily"
98+
ports:
99+
- 5025:5000
100+
env:
101+
CMK_SITE_ID: "beta_cre"
102+
CMK_PASSWORD: "Sup3rSec4et!"
103+
beta_cme:
104+
image: "checkmk/check-mk-ultimatemt:master-daily"
105+
ports:
106+
- 5325:5000
107+
env:
108+
CMK_SITE_ID: "beta_cme"
109+
CMK_PASSWORD: "Sup3rSec4et!"
110+
96111

97112
steps:
98113
- name: Check out code

0 commit comments

Comments
 (0)