Skip to content
This repository has been archived by the owner on Jul 28, 2019. It is now read-only.

Commit

Permalink
Disable src tests on CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Shvedunov committed Jul 25, 2019
1 parent c6ae14b commit 62f5a92
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,24 +311,24 @@ jobs:
paths:
- images.tar

test_src_release:
<<: *defaults
environment:
<<: *env
BUILD_KUBEADM: y
BUILD_HYPERKUBE: y
K8S_SRC: y
K8S_SRC_VERSION: release-1.15
<<: *test_src

test_src_master:
<<: *defaults
environment:
<<: *env
BUILD_KUBEADM: y
BUILD_HYPERKUBE: y
K8S_SRC: y
<<: *test_src
# test_src_release:
# <<: *defaults
# environment:
# <<: *env
# BUILD_KUBEADM: y
# BUILD_HYPERKUBE: y
# K8S_SRC: y
# K8S_SRC_VERSION: release-1.15
# <<: *test_src

# test_src_master:
# <<: *defaults
# environment:
# <<: *env
# BUILD_KUBEADM: y
# BUILD_HYPERKUBE: y
# K8S_SRC: y
# <<: *test_src

release:
<<: *defaults
Expand Down Expand Up @@ -719,20 +719,20 @@ workflows:
- /^v[0-9].*/
requires:
- build
- test_src_release:
filters:
tags:
only:
- /^v[0-9].*/
requires:
- build
- test_src_master:
filters:
tags:
only:
- /^v[0-9].*/
requires:
- build
# - test_src_release:
# filters:
# tags:
# only:
# - /^v[0-9].*/
# requires:
# - build
# - test_src_master:
# filters:
# tags:
# only:
# - /^v[0-9].*/
# requires:
# - build
- release:
filters:
branches:
Expand Down Expand Up @@ -761,5 +761,5 @@ workflows:
- test_ipv6_only_nat64_v1.15_bridge_docker
- test_ipv6_only_ext_aaaa_v1.15_bridge_docker
- test_dual_stack_v4_svc_net_v1.15_bridge_docker
- test_src_release
- test_src_master
# - test_src_release
# - test_src_master

0 comments on commit 62f5a92

Please sign in to comment.