Skip to content

Commit 2d80e36

Browse files
Removing omnibus case from verify pipeline.
Signed-off-by: sreepuramsudheer <ssudheer@progress.com>
1 parent 89bfea7 commit 2d80e36

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

.expeditor/verify.pipeline.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,21 @@ steps:
3434
#########################################################################
3535
# Component Tests
3636
#########################################################################
37-
38-
- label: omnibus
39-
command:
40-
- /workdir/scripts/bk_tests/bk_install.sh
41-
- gem uninstall bundler -v '>= 2.0.1' -a
42-
- cd /workdir/omnibus; make install
43-
- make ci
44-
expeditor:
45-
executor:
46-
docker:
47-
image: "chefes/a1-buildkite"
48-
environment:
49-
- LUALIB=~/.luarocks/lib/lua/5.2
50-
- COMPONENT=omnibus
51-
- GITHUB_TOKEN
37+
# moving this test to chef-server-omnibus-config repo,
38+
# - label: omnibus
39+
# command:
40+
# - /workdir/scripts/bk_tests/bk_install.sh
41+
# - gem uninstall bundler -v '>= 2.0.1' -a
42+
# - cd /workdir/omnibus; make install
43+
# - make ci
44+
# expeditor:
45+
# executor:
46+
# docker:
47+
# image: "chefes/a1-buildkite"
48+
# environment:
49+
# - LUALIB=~/.luarocks/lib/lua/5.2
50+
# - COMPONENT=omnibus
51+
# - GITHUB_TOKEN
5252

5353
- label: chef-server-ctl
5454
command:

0 commit comments

Comments
 (0)