This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- project: | |
name: ssh-agent-tests | |
jobs: | |
- 'ssh-agent-invalid-no-user' | |
- job-template: | |
name: 'ssh-agent-invalid-no-user' | |
wrappers: | |
- ssh-agent: | |
users: "this-is-the-wrong-keyname" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- project: | |
name: ssh-agent-tests | |
jobs: | |
- 'ssh-agent-invalid-no-user' | |
- job-template: | |
name: 'ssh-agent-invalid-no-user' | |
wrappers: | |
- ssh-agent: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- project: | |
name: ssh-agent-tests | |
jobs: | |
- 'ssh-agent-invalid-no-user' | |
- job-template: | |
name: 'ssh-agent-invalid-no-user' | |
wrappers: | |
- ssh-agent |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- project: | |
name: ssh-agent-tests | |
jobs: | |
- 'ssh-agent-invalid-null-user' | |
- job-template: | |
name: 'ssh-agent-invalid-null-user' | |
wrappers: | |
- ssh-agent: | |
user: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/.kitchen.yml b/.kitchen.yml | |
index fa8d567..06e3c6a 100644 | |
--- a/.kitchen.yml | |
+++ b/.kitchen.yml | |
@@ -34,6 +34,27 @@ suites: | |
xtrabackup: xtrabackup-password | |
clustercheck: clustercheck-password | |
+ - name: default_0162 | |
+ provisioner: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<project> | |
<actions/> | |
<description><!-- Managed by Jenkins Job Builder --></description> | |
<keepDependencies>false</keepDependencies> | |
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding> | |
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding> | |
<concurrentBuild>false</concurrentBuild> | |
<canRoam>true</canRoam> | |
<properties/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO ] Found minion id from getfqdn(): default-0162-ubuntu-1204.vagrantup.com | |
[INFO ] Executing command 'ps -efH' in directory '/home/vagrant' | |
[INFO ] Loading fresh modules for state activity | |
[INFO ] Creating module dir '/var/cache/salt/minion/extmods/modules' | |
[INFO ] Syncing modules for environment 'base' | |
[INFO ] Loading cache from salt://_modules, for base) | |
[INFO ] Caching directory '_modules/' for environment 'base' | |
[INFO ] Creating module dir '/var/cache/salt/minion/extmods/states' | |
[INFO ] Syncing states for environment 'base' | |
[INFO ] Loading cache from salt://_states, for base) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<project> | |
<actions/> | |
<description><!-- Managed by Jenkins Job Builder --></description> | |
<keepDependencies>false</keepDependencies> | |
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding> | |
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding> | |
<concurrentBuild>false</concurrentBuild> | |
<canRoam>true</canRoam> | |
<properties/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- project: | |
name: ssh-agent-tests | |
jobs: | |
- 'ssh-agent-invalid-no-user' | |
- job-template: | |
name: 'ssh-agent-invalid-no-user' | |
wrappers: | |
- ssh-agent: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- project: | |
name: ssh-agent-tests | |
jobs: | |
- 'ssh-agent-invalid-no-user' | |
- job-template: | |
name: 'ssh-agent-invalid-no-user' | |
wrappers: | |
- ssh-agent |