mirror of
https://github.com/inspec/inspec
synced 2024-11-27 07:00:39 +00:00
Merge pull request #4169 from inspec/snappj/replace-jenkins-with-buildkite
Replace Jenkins omnibus build/test pipeline with Buildkite
This commit is contained in:
commit
03d607167b
4 changed files with 4 additions and 21 deletions
|
@ -60,7 +60,7 @@ merge_actions:
|
||||||
ignore_labels:
|
ignore_labels:
|
||||||
- "Changelog: Skip Update"
|
- "Changelog: Skip Update"
|
||||||
- "Expeditor: Skip All"
|
- "Expeditor: Skip All"
|
||||||
- built_in:trigger_omnibus_release_build:
|
- trigger_pipeline:omnibus/release:
|
||||||
ignore_labels:
|
ignore_labels:
|
||||||
- "Omnibus: Skip Build"
|
- "Omnibus: Skip Build"
|
||||||
- "Expeditor: Skip All"
|
- "Expeditor: Skip All"
|
||||||
|
|
|
@ -3,6 +3,9 @@ project-name: inspec
|
||||||
config: omnibus/omnibus.rb
|
config: omnibus/omnibus.rb
|
||||||
test-path: omnibus/omnibus-test.sh
|
test-path: omnibus/omnibus-test.sh
|
||||||
test-path-windows: omnibus/omnibus-test.ps1
|
test-path-windows: omnibus/omnibus-test.ps1
|
||||||
|
fips-platforms:
|
||||||
|
- el-*-x86_64
|
||||||
|
- windows-*
|
||||||
builder-to-testers-map:
|
builder-to-testers-map:
|
||||||
el-6-x86_64:
|
el-6-x86_64:
|
||||||
- el-6-x86_64
|
- el-6-x86_64
|
||||||
|
|
|
@ -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
|
|
|
@ -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
|
|
Loading…
Reference in a new issue