summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-08-14 09:41:46 -0700
committerGitHub <noreply@github.com>2019-08-14 09:41:46 -0700
commit9f97f66d73b9c540d1e17f48c9faac4053c2af8b (patch)
tree5d8ce1a3716faa53a1f16f176a0e1df1928b8872
parent47d2d5cddcba255b10c848c53670a2547d7c4f1b (diff)
parent026e5ff2ed641571335c1ce0dbb8ec5a8386e385 (diff)
downloadchef-9f97f66d73b9c540d1e17f48c9faac4053c2af8b.tar.gz
Merge pull request #8818 from chef/csnapp/deprecate_distros
Deprecate Ubuntu 14 + SLES 11
-rw-r--r--.expeditor/release.omnibus.yml10
-rw-r--r--omnibus/Gemfile.lock6
-rw-r--r--omnibus/README.md4
-rw-r--r--omnibus/config/projects/chef.rb4
-rw-r--r--omnibus/omnibus-test.sh3
-rw-r--r--omnibus_overrides.rb2
6 files changed, 11 insertions, 18 deletions
diff --git a/.expeditor/release.omnibus.yml b/.expeditor/release.omnibus.yml
index 5a608ad88c..521b188016 100644
--- a/.expeditor/release.omnibus.yml
+++ b/.expeditor/release.omnibus.yml
@@ -35,10 +35,6 @@ builder-to-testers-map:
- mac_os_x-10.12-x86_64
- mac_os_x-10.13-x86_64
- mac_os_x-10.14-x86_64
- sles-11-s390x:
- - sles-11-s390x
- sles-11-x86_64:
- - sles-11-x86_64
sles-12-s390x:
- sles-12-s390x
sles-12-x86_64:
@@ -48,12 +44,6 @@ builder-to-testers-map:
- solaris2-5.11-i386
solaris2-5.11-sparc:
- solaris2-5.11-sparc
- ubuntu-14.04-i386:
- - ubuntu-14.04-i386
- ubuntu-14.04-ppc64le:
- - ubuntu-14.04-ppc64le
- ubuntu-14.04-x86_64:
- - ubuntu-14.04-x86_64
ubuntu-16.04-x86_64:
- ubuntu-16.04-x86_64
- ubuntu-18.04-x86_64
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock
index 5b8b1c0d5e..54bf1f44ff 100644
--- a/omnibus/Gemfile.lock
+++ b/omnibus/Gemfile.lock
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/chef/omnibus
- revision: 33bddeefb10afe23a57ea72807625881ab01990f
+ revision: a0fb4a162261f57ffd7b1fff980911b474970cb9
branch: master
specs:
omnibus (6.1.0)
@@ -18,7 +18,7 @@ GIT
GIT
remote: https://github.com/chef/omnibus-software
- revision: 34e5138a5676dcaa3146a5a45aac4651ea2950ae
+ revision: 5fa35959f6efb0a5a745c46e4b0431a2826934da
branch: master
specs:
omnibus-software (4.0.0)
@@ -33,7 +33,7 @@ GEM
artifactory (3.0.5)
awesome_print (1.8.0)
aws-eventstream (1.0.3)
- aws-partitions (1.196.0)
+ aws-partitions (1.200.0)
aws-sdk-core (3.62.0)
aws-eventstream (~> 1.0, >= 1.0.2)
aws-partitions (~> 1.0)
diff --git a/omnibus/README.md b/omnibus/README.md
index aa58d6da5e..34e503519f 100644
--- a/omnibus/README.md
+++ b/omnibus/README.md
@@ -67,7 +67,7 @@ The default build environment requires Test Kitchen and VirtualBox for local dev
Once you have tweaked your `kitchen.yml` (or `kitchen.local.yml`) to your liking, you can bring up an individual build environment using the `kitchen` command.
```shell
-$ bundle exec kitchen converge chef-ubuntu-1404
+$ bundle exec kitchen converge chef-ubuntu-1604
```
Additional settings are required if using the kitchen-vagrant driver with the Hyper-V provider:
@@ -87,7 +87,7 @@ $ bundle exec kitchen login <PROJECT>-ubuntu-1204
```
```shell
-$ kitchen login chef-ubuntu-1404
+$ kitchen login chef-ubuntu-1604
[vagrant@ubuntu...] $ source load-omnibus-toolchain.sh
[vagrant@ubuntu...] $ cd chef/omnibus
[vagrant@ubuntu...] $ bundle install --without development # Don't install dev tools!
diff --git a/omnibus/config/projects/chef.rb b/omnibus/config/projects/chef.rb
index 4efaa57424..20c400c2f2 100644
--- a/omnibus/config/projects/chef.rb
+++ b/omnibus/config/projects/chef.rb
@@ -95,11 +95,11 @@ package :msi do
upgrade_code msi_upgrade_code
wix_candle_extension "WixUtilExtension"
wix_light_extension "WixUtilExtension"
- signing_identity "E05FF095D07F233B78EB322132BFF0F035E11B5B", machine_store: true
+ signing_identity "AF21BA8C9E50AE20DA9907B6E2D4B0CC3306CA03", machine_store: true
parameters ChefLogDllPath: windows_safe_path(gem_path("chef-[0-9]*-mingw32/ext/win32-eventlog/chef-log.dll")),
ProjectLocationDir: project_location_dir
end
package :appx do
- signing_identity "E05FF095D07F233B78EB322132BFF0F035E11B5B", machine_store: true
+ signing_identity "AF21BA8C9E50AE20DA9907B6E2D4B0CC3306CA03", machine_store: true
end
diff --git a/omnibus/omnibus-test.sh b/omnibus/omnibus-test.sh
index 95ac30bec4..963b91c4b8 100644
--- a/omnibus/omnibus-test.sh
+++ b/omnibus/omnibus-test.sh
@@ -147,6 +147,9 @@ elif [[ -d /usr/local/etc/sudoers.d ]]; then
sudo chmod 440 "/usr/local/etc/sudoers.d/$(id -un)-preserve_path"
fi
+# REDO 20190813 - this ulimit can be removed once the macos anka images are updated to support more than 256 open files
+ulimit -S -n 512
+
cd "$chef_gem"
sudo -E bundle install
sudo -E bundle exec rspec -r rspec_junit_formatter -f RspecJunitFormatter -o test.xml -f documentation spec/functional
diff --git a/omnibus_overrides.rb b/omnibus_overrides.rb
index ae4acdb8b7..98168d4da0 100644
--- a/omnibus_overrides.rb
+++ b/omnibus_overrides.rb
@@ -5,7 +5,7 @@
# NOTE: You MUST update omnibus-software when adding new versions of
# software here: bundle exec rake dependencies:update_omnibus_gemfile_lock
override :rubygems, version: "2.7.9"
-override :bundler, version: "1.17.3"
+override :bundler, version: "1.16.6"
override "nokogiri", version: "1.10.2"
override "libffi", version: "3.2.1"
override "libiconv", version: "1.15"