Skip to content

Commit 89ae00f

Browse files
committed
rollback agent version upgrade
1 parent d469a15 commit 89ae00f

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci-tests-full.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,19 @@ jobs:
4646
- juju-snap-channel: "3.5/stable"
4747
juju-agent-version: "3.5.6"
4848
- juju-snap-channel: "3.6/stable"
49-
juju-agent-version: "3.6.19"
49+
juju-agent-version: "3.6.14"
5050

5151
# Test integration-basic, with Spark 3.4
5252
- tox-env: integration-basic
5353
spark-version: 3.4.4
5454
juju-snap-channel: "3.6/stable"
55-
juju-agent-version: "3.6.19"
55+
juju-agent-version: "3.6.14"
5656

5757
# Test integration-basic, with Spark 3.5
5858
- tox-env: integration-basic
5959
spark-version: 3.5.7
6060
juju-snap-channel: "3.6/stable"
61-
juju-agent-version: "3.6.19"
61+
juju-agent-version: "3.6.14"
6262

6363
exclude:
6464
# Backup / Restore tests only supported on Terraform

.github/workflows/ci-tests-minimal.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
spark-version: [ "3.4.4", "3.5.7" ]
2828
storage-backend: [ "s3", "azure_storage" ]
2929
juju-snap-channel: [ "3.6/stable" ]
30-
juju-agent-version: [ "3.6.19" ]
30+
juju-agent-version: [ "3.6.14" ]
3131
k8s-distribution: ["k8s", "microk8s"]
3232
k8s-version:
3333
- "1.32"
@@ -39,15 +39,15 @@ jobs:
3939
- tox-env: integration-basic
4040
spark-version: 3.4.4
4141
juju-snap-channel: "3.6/stable"
42-
juju-agent-version: "3.6.19"
42+
juju-agent-version: "3.6.14"
4343
k8s-distribution: "k8s"
4444
k8s-version: "1.32"
4545

4646
# Test integration-basic, with Spark 3.5
4747
- tox-env: integration-basic
4848
spark-version: 3.5.7
4949
juju-snap-channel: "3.6/stable"
50-
juju-agent-version: "3.6.19"
50+
juju-agent-version: "3.6.14"
5151
k8s-distribution: "k8s"
5252
k8s-version: "1.32"
5353

@@ -58,7 +58,7 @@ jobs:
5858
storage-backend: s3
5959
spark-version: 3.4.4
6060
juju-snap-channel: "3.6/stable"
61-
juju-agent-version: "3.6.19"
61+
juju-agent-version: "3.6.14"
6262
k8s-distribution: "k8s"
6363
k8s-version: "1.32"
6464

@@ -67,23 +67,23 @@ jobs:
6767
bundle-backend: terraform
6868
storage-backend: s3
6969
juju-snap-channel: "3.6/stable"
70-
juju-agent-version: "3.6.19"
70+
juju-agent-version: "3.6.14"
7171
cos-model: cos
7272

7373
# Test COS just once with integration-kyuubi
7474
- tox-env: integration-kyuubi
7575
bundle-backend: terraform
7676
storage-backend: s3
7777
juju-snap-channel: "3.6/stable"
78-
juju-agent-version: "3.6.19"
78+
juju-agent-version: "3.6.14"
7979
cos-model: cos
8080

8181
# Test COS just once with integration-backup-restore
8282
- tox-env: integration-backup-restore
8383
bundle-backend: terraform
8484
storage-backend: s3
8585
juju-snap-channel: "3.6/stable"
86-
juju-agent-version: "3.6.19"
86+
juju-agent-version: "3.6.14"
8787
cos-model: cos
8888

8989
needs:

0 commit comments

Comments
 (0)