Skip to content

Commit bf4a7cf

Browse files
javier-aliaganelson-parenteacrocaJoshVanL
committed
Update versions upgrade test (#1539)
* feat: update d/d to 1.16.0-rc3 (#1527) * feat: update dapr version Signed-off-by: nelson.parente <[email protected]> * feat: bump golangcilint version Signed-off-by: nelson.parente <[email protected]> * fix: tests Signed-off-by: nelson.parente <[email protected]> * fix: resolve non-constant format string errors Signed-off-by: nelson.parente <[email protected]> * fix: linter errs Signed-off-by: nelson.parente <[email protected]> * feat: update dapr version Signed-off-by: nelson.parente <[email protected]> * fix: ensure certs do not exist Signed-off-by: nelson.parente <[email protected]> * fix: remove TODO in test Signed-off-by: nelson.parente <[email protected]> --------- Signed-off-by: nelson.parente <[email protected]> Signed-off-by: Javier Aliaga <[email protected]> * Update the versions in the upgrade test It will now test 1.14.5, 1.15.11 and 1.16.0-rc.7. Signed-off-by: Albert Callarisa <[email protected]> Signed-off-by: Javier Aliaga <[email protected]> * Fix generate certificates using new version Signed-off-by: Albert Callarisa <[email protected]> Signed-off-by: Javier Aliaga <[email protected]> * Fix tests Signed-off-by: joshvanl <[email protected]> Signed-off-by: Javier Aliaga <[email protected]> * chore: Update go version Signed-off-by: Javier Aliaga <[email protected]> * ci: Update pinned versions Signed-off-by: Javier Aliaga <[email protected]> * chore: Increase e2e template test sleep Signed-off-by: Javier Aliaga <[email protected]> * chore: Use go 1.24 Signed-off-by: Javier Aliaga <[email protected]> * fix: Print stop jobs result Signed-off-by: Javier Aliaga <[email protected]> * chore: Remove close app as they are cancelled when the context is cancelled Signed-off-by: Javier Aliaga <[email protected]> * chore: Increase wait period Signed-off-by: Javier Aliaga <[email protected]> * chore: Run processor app in different ports Signed-off-by: Javier Aliaga <[email protected]> --------- Signed-off-by: nelson.parente <[email protected]> Signed-off-by: Javier Aliaga <[email protected]> Signed-off-by: Albert Callarisa <[email protected]> Signed-off-by: joshvanl <[email protected]> Co-authored-by: Nelson Parente <[email protected]> Co-authored-by: Albert Callarisa <[email protected]> Co-authored-by: joshvanl <[email protected]>
1 parent 9865e57 commit bf4a7cf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/kind_e2e.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@ jobs:
9898
# significantly.
9999
working-directory: ./
100100
run: |
101-
cat > kind.yaml <<EOF
102-
apiVersion: kind.x-k8s.io/v1alpha4
103-
kind: Cluster
104101
nodes:
105102
- role: control-plane
106103
image: kindest/node:${{ matrix.k8s-version }}@${{ matrix.kind-image-sha }}

0 commit comments

Comments
 (0)