Skip to content

Commit

Permalink
test: use latest argo-rollouts installation
Browse files Browse the repository at this point in the history
Issue in argo-rollouts that were causing tests to fail in eks
and aks was fixed. Therefore, the latest version can be used
again.
  • Loading branch information
snaftaly committed Feb 19, 2023
1 parent 06e67b0 commit 02cf4ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1081,15 +1081,17 @@ workflows:
- eks_integration_tests:
filters:
branches:
only:
ignore:
- staging
- master
requires:
- build_image
- aks_integration_tests:
filters:
branches:
only:
ignore:
- staging
- master
requires:
- build_image
- integration_tests_operator_on_k8s:
Expand Down
4 changes: 1 addition & 3 deletions test/integration/kubernetes.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,7 @@ test('deploy sample workloads', async () => {
.createNamespace(argoNamespace)
.then(() =>
kubectl.applyK8sYaml(
//TODO: We pin to a earlier version due to a bug in Argo Rollout, we will revert to latest once the bug is fixed.
// https://github.com/argoproj/argo-rollouts/issues/2568
'https://github.com/argoproj/argo-rollouts/releases/download/v1.3.2/install.yaml',
'https://github.com/argoproj/argo-rollouts/releases/latest/download/install.yaml',
argoNamespace,
),
)
Expand Down

0 comments on commit 02cf4ef

Please sign in to comment.