Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FLOC-4509] Remove DockerClient code #2918

Merged
merged 3 commits into from
Oct 4, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
45 changes: 0 additions & 45 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -869,51 +869,6 @@ job_type:
timeout: 30
directories_to_delete: *run_trial_directories_to_delete

run_trial_on_AWS_CentOS_7_flocker.node.functional.test_docker:
# FLOC-3903: docker on centos use loop-devmapper
# by default. That makes it much slower than Ubuntu
# with aufs. It leads to timeouts, but seems to do
# a bit better on the medium instance
on_nodes_with_labels: 'aws-centos-7-SELinux-T2Medium'
module: flocker.node.functional.test_docker
with_steps:
- { type: 'shell', cli: *run_trial_cli }
archive_artifacts: *flocker_artifacts
publish_test_results: true
coverage_report: true
clean_repo: true
# Increase the timeout due to FLOC-3903
timeout: 45
directories_to_delete: *run_trial_directories_to_delete

# Split out just to do the CentOS version above,
# for the reasons outlined in that section
run_trial_on_AWS_Ubuntu_Trusty_flocker.node.functional.test_docker:
on_nodes_with_labels: 'aws-ubuntu-trusty-T2Medium'
module: flocker.node.functional.test_docker
with_steps:
- { type: 'shell', cli: *run_trial_cli }
archive_artifacts: *flocker_artifacts
publish_test_results: true
coverage_report: true
clean_repo: true
timeout: 30
directories_to_delete: *run_trial_directories_to_delete

# Split out just to do the CentOS version above,
# for the reasons outlined in that section
run_trial_on_AWS_Ubuntu_Xenial_flocker.node.functional.test_docker:
on_nodes_with_labels: 'aws-ubuntu-xenial-T2Medium'
module: flocker.node.functional.test_docker
with_steps:
- { type: 'shell', cli: *run_trial_cli }
archive_artifacts: *flocker_artifacts
publish_test_results: true
coverage_report: true
clean_repo: true
timeout: 30
directories_to_delete: *run_trial_directories_to_delete

run_trial_for_storage_driver:
run_trial_for_ebs_storage_driver_on_CentOS_7:
on_nodes_with_labels: 'aws-centos-7-SELinux-T2Medium'
Expand Down
Loading