Skip to content

Commit

Permalink
make the acceptance test run for stable branches 0.49.x and 1.0.x (#1738
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ndhanushkodi authored Nov 17, 2022
1 parent 2d15db0 commit 2d46739
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,6 @@ workflows:
- cleanup-azure-resources
- cleanup-eks-resources


nightly-acceptance-tests-release:
description: |
Tests which run on a release branch nightly. These exist separate from the main
Expand All @@ -1300,6 +1299,7 @@ workflows:
branches:
only:
- release/0.49.x
- release/1.0.x
jobs:
- build-distro:
OS: "linux"
Expand All @@ -1316,18 +1316,6 @@ workflows:
- acceptance-gke-cni-1-23:
requires:
- acceptance-gke-1-23
- acceptance-eks-1-21:
requires:
- dev-upload-docker
- acceptance-eks-cni-1-21:
requires:
- acceptance-eks-1-21
- acceptance-aks-1-22:
requires:
- dev-upload-docker
- acceptance-aks-cni-1-22:
requires:
- acceptance-aks-1-22
- acceptance-tproxy:
requires:
- dev-upload-docker
Expand Down

0 comments on commit 2d46739

Please sign in to comment.