Merge pull request #4169 from inspec/snappj/replace-jenkins-with-buildkite

Replace Jenkins omnibus build/test pipeline with Buildkite
This commit is contained in:
Miah Johnson 2019-05-31 11:28:57 -07:00 committed by GitHub
commit 03d607167b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 21 deletions

View file

@ -60,7 +60,7 @@ merge_actions:
ignore_labels:
- "Changelog: Skip Update"
- "Expeditor: Skip All"
- built_in:trigger_omnibus_release_build:
- trigger_pipeline:omnibus/release:
ignore_labels:
- "Omnibus: Skip Build"
- "Expeditor: Skip All"

View file

@ -3,6 +3,9 @@ project-name: inspec
config: omnibus/omnibus.rb
test-path: omnibus/omnibus-test.sh
test-path-windows: omnibus/omnibus-test.ps1
fips-platforms:
- el-*-x86_64
- windows-*
builder-to-testers-map:
el-6-x86_64:
- el-6-x86_64

View file

@ -1,9 +0,0 @@
@ECHO OFF
REM ; Set GEM_HOME and GEM_PATH to verify our appbundle inspec shim is correctly
REM ; removing them from the environment while launching from our embedded ruby.
SET GEM_HOME=C:\SHOULD_NOT_EXIST
SET GEM_PATH=C:\SHOULD_NOT_EXIST
cd C:\opscode\inspec\bin
inspec version

View file

@ -1,11 +0,0 @@
#!/usr/bin/env bash
set -evx
# Set GEM_HOME and GEM_PATH to verify our appbundle inspec shim is correctly
# removing them from the environment while launching from our embedded ruby.
export GEM_HOME=/SHOULD_NOT_EXIST
export GEM_PATH=/SHOULD_NOT_EXIST
export PATH=$PATH:/usr/local/bin
inspec version