test-driven-infrastructure-example icon indicating copy to clipboard operation
test-driven-infrastructure-example copied to clipboard

An example of test driven infrastructure

Results 4 test-driven-infrastructure-example issues
Sort by recently updated
recently updated
newest added

Hello, Could you please share some details about Jenkins job configuration? Thanks in advance!

This patch break the full deployment because the file `hello.txt` doesn't exists. But it work on an already provisioned image (production). Travis build: https://travis-ci.org/philpep/test-driven-infrastructure-example/builds/76951079 Jenkins build: https://jenkins.philpep.org/job/test-driven-infrastructure-example-pr/16/ ``` text TASK:...

This test break because we don't remove the `hello.txt` resulting to a different state on a full or on a half provisioned system: Travis build: https://travis-ci.org/philpep/test-driven-infrastructure-example/builds/76951185 Jenkins build: https://jenkins.philpep.org/job/test-driven-infrastructure-example-pr/15/ ```...

This patch work on a new server but not a already provisioned because nginx is already installed and not upgraded. Travis build: https://travis-ci.org/philpep/test-driven-infrastructure-example/builds/76951116 Jenkins build: https://jenkins.philpep.org/job/test-driven-infrastructure-example-pr/14/ ``` text def test_package(Package):...