Skip to content

Commit

Permalink
removed erchef from build list.
Browse files Browse the repository at this point in the history
Signed-off-by: sreepuramsudheer <ssudheer@progress.com>
  • Loading branch information
sreepuramsudheer committed Oct 15, 2024
1 parent fc7ff38 commit 8deb683
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 161 deletions.
2 changes: 1 addition & 1 deletion .expeditor/automate_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ HAB_FEAT_OFFLINE_INSTALL=true HAB_FEAT_IGNORE_LOCAL=false HAB_ORIGIN=chef HAB_CA

HAB_FEAT_OFFLINE_INSTALL=true HAB_FEAT_IGNORE_LOCAL=false HAB_ORIGIN=chef HAB_CACHE_KEY_PATH="$JOB_TEMP_ROOT/keys" DO_CHECK=true HAB_BLDR_CHANNEL=dev hab studio run -D "set -e; hab pkg install $bifrost_hart; hab pkg build components/automate-cs-oc-bifrost"

GOPROXY="https://proxy.golang.org,direct" HAB_FEAT_OFFLINE_INSTALL=true HAB_FEAT_IGNORE_LOCAL=false HAB_ORIGIN=chef HAB_CACHE_KEY_PATH="$JOB_TEMP_ROOT/keys" DO_CHECK=true HAB_BLDR_CHANNEL=dev hab studio run -D "set -e; hab pkg install $erchef_hart; hab pkg build components/automate-cs-oc-erchef"
# HAB_FEAT_OFFLINE_INSTALL=true HAB_FEAT_IGNORE_LOCAL=false HAB_ORIGIN=chef HAB_CACHE_KEY_PATH="$JOB_TEMP_ROOT/keys" DO_CHECK=true HAB_BLDR_CHANNEL=dev hab studio run -D "set -e; hab pkg install $erchef_hart; hab pkg build components/automate-cs-oc-erchef"

HAB_FEAT_OFFLINE_INSTALL=true HAB_FEAT_IGNORE_LOCAL=false HAB_ORIGIN=chef HAB_CACHE_KEY_PATH="$JOB_TEMP_ROOT/keys" DO_CHECK=true HAB_BLDR_CHANNEL=dev hab studio run -D "set -e; hab pkg install $oc_id; hab pkg build components/automate-cs-ocid"

Expand Down
320 changes: 160 additions & 160 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,166 +14,166 @@ 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
# #########################################################################
# # 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:
Expand Down

0 comments on commit 8deb683

Please sign in to comment.