Skip to content

Commit

Permalink
removed remaining tests for now.
Browse files Browse the repository at this point in the history
Signed-off-by: sreepuramsudheer <ssudheer@progress.com>
  • Loading branch information
sreepuramsudheer committed Oct 25, 2024
1 parent 532ef43 commit 3e9deca
Showing 1 changed file with 0 additions and 161 deletions.
161 changes: 0 additions & 161 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,167 +14,6 @@ expeditor:

steps:

#########################################################################
# Lint Tests
#########################################################################

- label: license-scout
command:
- .expeditor/license_scout.sh
expeditor:
executor:
docker:
environment:
- OCTOKIT_ACCESS_TOKEN

#########################################################################
# Component Tests
#########################################################################

- label: omnibus
command:
- /workdir/scripts/bk_tests/bk_install.sh
- gem uninstall bundler -v '>= 2.0.1' -a
- cd /workdir/omnibus; make install
- make ci
expeditor:
executor:
docker:
image: "chefes/a1-buildkite"
environment:
- LUALIB=~/.luarocks/lib/lua/5.2
- COMPONENT=omnibus

- label: chef-server-ctl
command:
- /workdir/scripts/bk_tests/bk_install.sh
- cd /workdir/src/chef-server-ctl; make install
- make ci
expeditor:
executor:
docker:
image: "chefes/a1-buildkite"
environment:
- COMPONENT=src/chef-server-ctl

- label: oc_erchef_unit
command:
- date
- /workdir/scripts/bk_tests/bk_install.sh
- date
- cd /workdir/src/oc_erchef; make install
- make ci_eunit
- date
expeditor:
executor:
docker:
image: "chefes/a1-buildkite"
environment:
- 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
- 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
- LUALIB=~/.luarocks/lib/lua/5.2
- ELIXIR_VERSION=1.4
- COMPONENT=src/oc_

- label: oc_erchef_ct
command:
- date
- /workdir/scripts/bk_tests/bk_install.sh
- date
- cd /workdir/src/oc_erchef; make install
- make ci_ct
- date
expeditor:
executor:
docker:
image: "chefes/a1-buildkite"
environment:
- 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
- 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
- LUALIB=~/.luarocks/lib/lua/5.2
- ELIXIR_VERSION=1.4
- COMPONENT=src/oc_erchef

- label: oc-id
command:
- /workdir/scripts/bk_tests/bk_install.sh
- cd /workdir/src/oc-id
- make install ci
expeditor:
executor:
docker:
image: "chefes/a1-buildkite"
environment:
- COMPONENT=src/oc-id

- label: oc_bifrost
command:
- /workdir/scripts/bk_tests/bk_install.sh
- cd /workdir/src/oc_bifrost; make install
- make ci
expeditor:
executor:
docker:
image: "chefes/a1-buildkite"
environment:
- 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
- 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
- LUALIB=~/.luarocks/lib/lua/5.2
- COMPONENT=src/oc_bifrost

- label: bookshelf
command:
- /workdir/scripts/bk_tests/bk_install.sh
- cd /workdir/src/bookshelf; make install
- make ci
expeditor:
executor:
docker:
image: "chefes/a1-buildkite"
environment:
- 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
- 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
- LUALIB=~/.luarocks/lib/lua/5.2
- COMPONENT=src/bookshelf

- label: With chef-zero
command:
- /workdir/scripts/bk_tests/bk_install.sh
- gem uninstall bundler -v '>= 2.0.1' -a
- cp scripts/bk_tests/chef_zero-Gemfile oc-chef-pedant/Gemfile
- bundle install --jobs=3 --retry=3 --path=/workdir/vendor/bundle
- cd /workdir/oc-chef-pedant
- bundle exec rake chef_zero_spec
expeditor:
executor:
docker:
image: "chefes/a1-buildkite"
environment:
- LUALIB=~/.luarocks/lib/lua/5.2
- USE_OMNIBUS_FILES=0
- PEDANT_OPTS="--skip-oc_id"
- BUNDLE_GEMFILE=/workdir/oc-chef-pedant/Gemfile

- label: With ChefFS=1
command:
- /workdir/scripts/bk_tests/bk_install.sh
- gem install bundler -v 2.2.4
- gem uninstall bundler -v '> 2.2.4' -a
- cp scripts/bk_tests/chef_zero-Gemfile oc-chef-pedant/Gemfile
- bundle install --jobs=3 --retry=3 --path=/workdir/vendor/bundle
- cd /workdir/oc-chef-pedant
- bundle exec rake chef_zero_spec
expeditor:
executor:
docker:
image: "chefes/a1-buildkite"
environment:
- LUALIB=~/.luarocks/lib/lua/5.2
- USE_OMNIBUS_FILES=0
- PEDANT_OPTS="--skip-oc_id"
- CHEF_FS=1
- BUNDLE_GEMFILE=/workdir/oc-chef-pedant/Gemfile

- label: automate_build
command:
- .expeditor/automate_build.sh
Expand Down

0 comments on commit 3e9deca

Please sign in to comment.