@@ -18,164 +18,164 @@ steps:
18
18
# Lint Tests
19
19
# ########################################################################
20
20
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
29
29
30
- # ########################################################################
31
- # Component Tests
32
- # ########################################################################
30
+ # # ########################################################################
31
+ # # Component Tests
32
+ # # ########################################################################
33
33
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
47
47
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
59
59
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_
78
78
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
97
97
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
109
109
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
124
124
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
139
139
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
158
158
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
179
179
180
180
- label : automate_build
181
181
command :
0 commit comments