Skip to content
Open
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
a956073
Remove the obsolete container API tests and container agent related f…
wallrj Sep 29, 2016
1889f1d
No longer need to cleanup up Flocker managed containers before each a…
wallrj Sep 30, 2016
852b02e
remove unused Mongo Application helpers
wallrj Sep 30, 2016
87db5ad
Merge remote-tracking branch 'origin/master' into remove-obsolete-con…
wallrj Sep 30, 2016
16191be
Merge remote-tracking branch 'origin/master' into remove-obsolete-con…
wallrj Oct 3, 2016
f36ca15
Refactor integration tests to call Docker directly rather than the co…
wallrj Oct 3, 2016
d448383
Dissallow installation of pycparser wheel file. Workaround for https:…
wallrj Oct 3, 2016
e8dedf5
Merge remote-tracking branch 'origin/pycparser-FLOC-4507' into remove…
wallrj Oct 3, 2016
20be050
Work around a lintian error
wallrj Oct 3, 2016
f2886bb
Merge remote-tracking branch 'origin/pycparser-FLOC-4507' into remove…
wallrj Oct 3, 2016
805b423
Fix lint warning
wallrj Oct 3, 2016
955e73a
Revert changes from #2915
wallrj Oct 3, 2016
ba4ff20
A more reliable test for diagnostic bundle content
wallrj Oct 3, 2016
62cd26f
I think the mongo container is being killed before it's flushed all t…
wallrj Oct 3, 2016
2f5e1f1
Remove flocker-container-agent symlink from the clusterhq-flocker-nod…
wallrj Oct 4, 2016
e1bf229
Remove flocker-container-agent init configuration files
wallrj Oct 4, 2016
585ba10
Remove rsyslog configuration for container agent
wallrj Oct 4, 2016
477d48c
Remove the flocker-container-agent main function and its command line…
wallrj Oct 4, 2016
ab6f033
Remove _container module and its tests and ancilliary code.
wallrj Oct 4, 2016
6e239b9
Remove test_deploy from jenkins configuration
wallrj Oct 4, 2016
0420e45
Removed most of the _docker module and related tests.
wallrj Oct 4, 2016
220181e
Remove the jenkins jobs for the deleted tests
wallrj Oct 4, 2016
347b51b
Merge pull request #2917 from ClusterHQ/remove-obsolete-container-acc…
wallrj Oct 4, 2016
85f5f1b
Merge pull request #2916 from ClusterHQ/remove-flocker-container-agen…
wallrj Oct 4, 2016
2086581
Merge remote-tracking branch 'origin/remove-container-api-FLOC-4505' …
wallrj Oct 4, 2016
a8d85f1
Merge pull request #2918 from ClusterHQ/remove-docker-code-FLOC-4509
wallrj Oct 4, 2016
c9154de
Merge remote-tracking branch 'origin/master' into remove-container-ap…
wallrj Dec 17, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove test_deploy from jenkins configuration
  • Loading branch information
wallrj committed Oct 4, 2016
commit 6e239b9e37a2356217e84ab5e749ea03da74cfcc
1 change: 0 additions & 1 deletion build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,6 @@ run_trial_modules: &run_trial_modules
- flocker.dockerplugin
- flocker.node.test
- flocker.node.functional.test_script
- flocker.node.functional.test_deploy
- flocker.provision
- flocker.restapi
- flocker.test
Expand Down