Skip to content

Commit bf31e1d

Browse files
Testing only hab
Signed-off-by: sreepuramsudheer <[email protected]>
1 parent 35c2ffc commit bf31e1d

File tree

1 file changed

+148
-148
lines changed

1 file changed

+148
-148
lines changed

.expeditor/verify.pipeline.yml

Lines changed: 148 additions & 148 deletions
Original file line numberDiff line numberDiff line change
@@ -18,164 +18,164 @@ steps:
1818
# Lint Tests
1919
#########################################################################
2020

21-
- label: license-scout
22-
command:
23-
- .expeditor/license_scout.sh
24-
expeditor:
25-
executor:
26-
docker:
27-
environment:
28-
- OCTOKIT_ACCESS_TOKEN
21+
# - label: license-scout
22+
# command:
23+
# - .expeditor/license_scout.sh
24+
# expeditor:
25+
# executor:
26+
# docker:
27+
# environment:
28+
# - OCTOKIT_ACCESS_TOKEN
2929

30-
#########################################################################
31-
# Component Tests
32-
#########################################################################
30+
# #########################################################################
31+
# # Component Tests
32+
# #########################################################################
3333

34-
- label: omnibus
35-
command:
36-
- /workdir/scripts/bk_tests/bk_install.sh
37-
- gem uninstall bundler -v '>= 2.0.1' -a
38-
- cd /workdir/omnibus; make install
39-
- make ci
40-
expeditor:
41-
executor:
42-
docker:
43-
image: "chefes/a1-buildkite"
44-
environment:
45-
- LUALIB=~/.luarocks/lib/lua/5.2
46-
- COMPONENT=omnibus
34+
# - label: omnibus
35+
# command:
36+
# - /workdir/scripts/bk_tests/bk_install.sh
37+
# - gem uninstall bundler -v '>= 2.0.1' -a
38+
# - cd /workdir/omnibus; make install
39+
# - make ci
40+
# expeditor:
41+
# executor:
42+
# docker:
43+
# image: "chefes/a1-buildkite"
44+
# environment:
45+
# - LUALIB=~/.luarocks/lib/lua/5.2
46+
# - COMPONENT=omnibus
4747

48-
- label: chef-server-ctl
49-
command:
50-
- /workdir/scripts/bk_tests/bk_install.sh
51-
- cd /workdir/src/chef-server-ctl; make install
52-
- make ci
53-
expeditor:
54-
executor:
55-
docker:
56-
image: "chefes/a1-buildkite"
57-
environment:
58-
- COMPONENT=src/chef-server-ctl
48+
# - label: chef-server-ctl
49+
# command:
50+
# - /workdir/scripts/bk_tests/bk_install.sh
51+
# - cd /workdir/src/chef-server-ctl; make install
52+
# - make ci
53+
# expeditor:
54+
# executor:
55+
# docker:
56+
# image: "chefes/a1-buildkite"
57+
# environment:
58+
# - COMPONENT=src/chef-server-ctl
5959

60-
- label: oc_erchef_unit
61-
command:
62-
- date
63-
- /workdir/scripts/bk_tests/bk_install.sh
64-
- date
65-
- cd /workdir/src/oc_erchef; make install
66-
- make ci_eunit
67-
- date
68-
expeditor:
69-
executor:
70-
docker:
71-
image: "chefes/a1-buildkite"
72-
environment:
73-
- PATH=/opt/asdf/shims:/opt/asdf/bin:/opt/ci-studio-common/bin:/go/bin:/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/chefdk/bin
74-
- PERL5LIB=~/perl5/lib/perl5/x86_64-linux-gnu-thread-multi:~/perl5/lib/perl5:/etc/perl:/usr/local/lib/perl/5.14.2:/usr/local/share/perl/5.14.2:/usr/lib/perl5:/usr/share/perl5:/usr/lib/perl/5.14:/usr/share/perl/5.14:/usr/local/lib/site_perl
75-
- LUALIB=~/.luarocks/lib/lua/5.2
76-
- ELIXIR_VERSION=1.4
77-
- COMPONENT=src/oc_
60+
# - label: oc_erchef_unit
61+
# command:
62+
# - date
63+
# - /workdir/scripts/bk_tests/bk_install.sh
64+
# - date
65+
# - cd /workdir/src/oc_erchef; make install
66+
# - make ci_eunit
67+
# - date
68+
# expeditor:
69+
# executor:
70+
# docker:
71+
# image: "chefes/a1-buildkite"
72+
# environment:
73+
# - PATH=/opt/asdf/shims:/opt/asdf/bin:/opt/ci-studio-common/bin:/go/bin:/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/chefdk/bin
74+
# - PERL5LIB=~/perl5/lib/perl5/x86_64-linux-gnu-thread-multi:~/perl5/lib/perl5:/etc/perl:/usr/local/lib/perl/5.14.2:/usr/local/share/perl/5.14.2:/usr/lib/perl5:/usr/share/perl5:/usr/lib/perl/5.14:/usr/share/perl/5.14:/usr/local/lib/site_perl
75+
# - LUALIB=~/.luarocks/lib/lua/5.2
76+
# - ELIXIR_VERSION=1.4
77+
# - COMPONENT=src/oc_
7878

79-
- label: oc_erchef_ct
80-
command:
81-
- date
82-
- /workdir/scripts/bk_tests/bk_install.sh
83-
- date
84-
- cd /workdir/src/oc_erchef; make install
85-
- make ci_ct
86-
- date
87-
expeditor:
88-
executor:
89-
docker:
90-
image: "chefes/a1-buildkite"
91-
environment:
92-
- PATH=/opt/asdf/shims:/opt/asdf/bin:/opt/ci-studio-common/bin:/go/bin:/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/chefdk/bin
93-
- PERL5LIB=~/perl5/lib/perl5/x86_64-linux-gnu-thread-multi:~/perl5/lib/perl5:/etc/perl:/usr/local/lib/perl/5.14.2:/usr/local/share/perl/5.14.2:/usr/lib/perl5:/usr/share/perl5:/usr/lib/perl/5.14:/usr/share/perl/5.14:/usr/local/lib/site_perl
94-
- LUALIB=~/.luarocks/lib/lua/5.2
95-
- ELIXIR_VERSION=1.4
96-
- COMPONENT=src/oc_erchef
79+
# - label: oc_erchef_ct
80+
# command:
81+
# - date
82+
# - /workdir/scripts/bk_tests/bk_install.sh
83+
# - date
84+
# - cd /workdir/src/oc_erchef; make install
85+
# - make ci_ct
86+
# - date
87+
# expeditor:
88+
# executor:
89+
# docker:
90+
# image: "chefes/a1-buildkite"
91+
# environment:
92+
# - PATH=/opt/asdf/shims:/opt/asdf/bin:/opt/ci-studio-common/bin:/go/bin:/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/chefdk/bin
93+
# - PERL5LIB=~/perl5/lib/perl5/x86_64-linux-gnu-thread-multi:~/perl5/lib/perl5:/etc/perl:/usr/local/lib/perl/5.14.2:/usr/local/share/perl/5.14.2:/usr/lib/perl5:/usr/share/perl5:/usr/lib/perl/5.14:/usr/share/perl/5.14:/usr/local/lib/site_perl
94+
# - LUALIB=~/.luarocks/lib/lua/5.2
95+
# - ELIXIR_VERSION=1.4
96+
# - COMPONENT=src/oc_erchef
9797

98-
- label: oc-id
99-
command:
100-
- /workdir/scripts/bk_tests/bk_install.sh
101-
- cd /workdir/src/oc-id
102-
- make install ci
103-
expeditor:
104-
executor:
105-
docker:
106-
image: "chefes/a1-buildkite"
107-
environment:
108-
- COMPONENT=src/oc-id
98+
# - label: oc-id
99+
# command:
100+
# - /workdir/scripts/bk_tests/bk_install.sh
101+
# - cd /workdir/src/oc-id
102+
# - make install ci
103+
# expeditor:
104+
# executor:
105+
# docker:
106+
# image: "chefes/a1-buildkite"
107+
# environment:
108+
# - COMPONENT=src/oc-id
109109

110-
- label: oc_bifrost
111-
command:
112-
- /workdir/scripts/bk_tests/bk_install.sh
113-
- cd /workdir/src/oc_bifrost; make install
114-
- make ci
115-
expeditor:
116-
executor:
117-
docker:
118-
image: "chefes/a1-buildkite"
119-
environment:
120-
- PATH=/opt/asdf/shims:/opt/asdf/bin:/opt/ci-studio-common/bin:/go/bin:/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/chefdk/bin
121-
- PERL5LIB=~/perl5/lib/perl5/x86_64-linux-gnu-thread-multi:~/perl5/lib/perl5:/etc/perl:/usr/local/lib/perl/5.14.2:/usr/local/share/perl/5.14.2:/usr/lib/perl5:/usr/share/perl5:/usr/lib/perl/5.14:/usr/share/perl/5.14:/usr/local/lib/site_perl
122-
- LUALIB=~/.luarocks/lib/lua/5.2
123-
- COMPONENT=src/oc_bifrost
110+
# - label: oc_bifrost
111+
# command:
112+
# - /workdir/scripts/bk_tests/bk_install.sh
113+
# - cd /workdir/src/oc_bifrost; make install
114+
# - make ci
115+
# expeditor:
116+
# executor:
117+
# docker:
118+
# image: "chefes/a1-buildkite"
119+
# environment:
120+
# - PATH=/opt/asdf/shims:/opt/asdf/bin:/opt/ci-studio-common/bin:/go/bin:/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/chefdk/bin
121+
# - PERL5LIB=~/perl5/lib/perl5/x86_64-linux-gnu-thread-multi:~/perl5/lib/perl5:/etc/perl:/usr/local/lib/perl/5.14.2:/usr/local/share/perl/5.14.2:/usr/lib/perl5:/usr/share/perl5:/usr/lib/perl/5.14:/usr/share/perl/5.14:/usr/local/lib/site_perl
122+
# - LUALIB=~/.luarocks/lib/lua/5.2
123+
# - COMPONENT=src/oc_bifrost
124124

125-
- label: bookshelf
126-
command:
127-
- /workdir/scripts/bk_tests/bk_install.sh
128-
- cd /workdir/src/bookshelf; make install
129-
- make ci
130-
expeditor:
131-
executor:
132-
docker:
133-
image: "chefes/a1-buildkite"
134-
environment:
135-
- PATH=/opt/asdf/shims:/opt/asdf/bin:/opt/ci-studio-common/bin:/go/bin:/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/chefdk/bin
136-
- PERL5LIB=~/perl5/lib/perl5/x86_64-linux-gnu-thread-multi:~/perl5/lib/perl5:/etc/perl:/usr/local/lib/perl/5.14.2:/usr/local/share/perl/5.14.2:/usr/lib/perl5:/usr/share/perl5:/usr/lib/perl/5.14:/usr/share/perl/5.14:/usr/local/lib/site_perl
137-
- LUALIB=~/.luarocks/lib/lua/5.2
138-
- COMPONENT=src/bookshelf
125+
# - label: bookshelf
126+
# command:
127+
# - /workdir/scripts/bk_tests/bk_install.sh
128+
# - cd /workdir/src/bookshelf; make install
129+
# - make ci
130+
# expeditor:
131+
# executor:
132+
# docker:
133+
# image: "chefes/a1-buildkite"
134+
# environment:
135+
# - PATH=/opt/asdf/shims:/opt/asdf/bin:/opt/ci-studio-common/bin:/go/bin:/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/chefdk/bin
136+
# - PERL5LIB=~/perl5/lib/perl5/x86_64-linux-gnu-thread-multi:~/perl5/lib/perl5:/etc/perl:/usr/local/lib/perl/5.14.2:/usr/local/share/perl/5.14.2:/usr/lib/perl5:/usr/share/perl5:/usr/lib/perl/5.14:/usr/share/perl/5.14:/usr/local/lib/site_perl
137+
# - LUALIB=~/.luarocks/lib/lua/5.2
138+
# - COMPONENT=src/bookshelf
139139

140-
- label: With chef-zero
141-
command:
142-
- /workdir/scripts/bk_tests/bk_install.sh
143-
- gem uninstall bundler -v '>= 2.0.1' -a
144-
- cp scripts/bk_tests/chef_zero-Gemfile oc-chef-pedant/Gemfile
145-
- bundle install --jobs=3 --retry=3 --path=/workdir/vendor/bundle
146-
- cd /workdir/oc-chef-pedant
147-
- bundle exec rake chef_zero_spec
148-
expeditor:
149-
executor:
150-
docker:
151-
image: "chefes/a1-buildkite"
152-
environment:
153-
- LUALIB=~/.luarocks/lib/lua/5.2
154-
- USE_OMNIBUS_FILES=0
155-
- PEDANT_OPTS="--skip-oc_id"
156-
- BUNDLE_GEMFILE=/workdir/oc-chef-pedant/Gemfile
157-
- IS_AUTOMATE=false
140+
# - label: With chef-zero
141+
# command:
142+
# - /workdir/scripts/bk_tests/bk_install.sh
143+
# - gem uninstall bundler -v '>= 2.0.1' -a
144+
# - cp scripts/bk_tests/chef_zero-Gemfile oc-chef-pedant/Gemfile
145+
# - bundle install --jobs=3 --retry=3 --path=/workdir/vendor/bundle
146+
# - cd /workdir/oc-chef-pedant
147+
# - bundle exec rake chef_zero_spec
148+
# expeditor:
149+
# executor:
150+
# docker:
151+
# image: "chefes/a1-buildkite"
152+
# environment:
153+
# - LUALIB=~/.luarocks/lib/lua/5.2
154+
# - USE_OMNIBUS_FILES=0
155+
# - PEDANT_OPTS="--skip-oc_id"
156+
# - BUNDLE_GEMFILE=/workdir/oc-chef-pedant/Gemfile
157+
# - IS_AUTOMATE=false
158158

159-
- label: With ChefFS=1
160-
command:
161-
- /workdir/scripts/bk_tests/bk_install.sh
162-
- gem install bundler -v 2.2.4
163-
- gem uninstall bundler -v '> 2.2.4' -a
164-
- cp scripts/bk_tests/chef_zero-Gemfile oc-chef-pedant/Gemfile
165-
- bundle install --jobs=3 --retry=3 --path=/workdir/vendor/bundle
166-
- cd /workdir/oc-chef-pedant
167-
- bundle exec rake chef_zero_spec
168-
expeditor:
169-
executor:
170-
docker:
171-
image: "chefes/a1-buildkite"
172-
environment:
173-
- LUALIB=~/.luarocks/lib/lua/5.2
174-
- USE_OMNIBUS_FILES=0
175-
- PEDANT_OPTS="--skip-oc_id"
176-
- CHEF_FS=1
177-
- BUNDLE_GEMFILE=/workdir/oc-chef-pedant/Gemfile
178-
- IS_AUTOMATE=false
159+
# - label: With ChefFS=1
160+
# command:
161+
# - /workdir/scripts/bk_tests/bk_install.sh
162+
# - gem install bundler -v 2.2.4
163+
# - gem uninstall bundler -v '> 2.2.4' -a
164+
# - cp scripts/bk_tests/chef_zero-Gemfile oc-chef-pedant/Gemfile
165+
# - bundle install --jobs=3 --retry=3 --path=/workdir/vendor/bundle
166+
# - cd /workdir/oc-chef-pedant
167+
# - bundle exec rake chef_zero_spec
168+
# expeditor:
169+
# executor:
170+
# docker:
171+
# image: "chefes/a1-buildkite"
172+
# environment:
173+
# - LUALIB=~/.luarocks/lib/lua/5.2
174+
# - USE_OMNIBUS_FILES=0
175+
# - PEDANT_OPTS="--skip-oc_id"
176+
# - CHEF_FS=1
177+
# - BUNDLE_GEMFILE=/workdir/oc-chef-pedant/Gemfile
178+
# - IS_AUTOMATE=false
179179

180180
- label: automate_build
181181
command:

0 commit comments

Comments
 (0)