2727 spark-version : [ "3.4.4", "3.5.5" ]
2828 storage-backend : [ "s3", "azure_storage" ]
2929 juju-snap-channel : [ "3.6/stable" ]
30- juju-agent-version : [ "3.6.8 " ]
30+ juju-agent-version : [ "3.6.14 " ]
3131 k8s-distribution : ["k8s", "microk8s"]
3232 exclude :
3333 - k8s-distribution : " microk8s"
@@ -37,14 +37,14 @@ jobs:
3737 - tox-env : integration-basic
3838 spark-version : 3.4.4
3939 juju-snap-channel : " 3.6/stable"
40- juju-agent-version : " 3.6.8 "
40+ juju-agent-version : " 3.6.14 "
4141 k8s-distribution : " k8s"
4242
4343 # Test integration-basic, with Spark 3.5
4444 - tox-env : integration-basic
4545 spark-version : 3.5.5
4646 juju-snap-channel : " 3.6/stable"
47- juju-agent-version : " 3.6.8 "
47+ juju-agent-version : " 3.6.14 "
4848 k8s-distribution : " k8s"
4949
5050 # Test bundle + COS with YAML backend just once
@@ -54,39 +54,39 @@ jobs:
5454 storage-backend : s3
5555 spark-version : 3.4.4
5656 juju-snap-channel : " 3.6/stable"
57- juju-agent-version : " 3.6.8 "
57+ juju-agent-version : " 3.6.14 "
5858 k8s-distribution : " k8s"
5959
6060 # Test COS just once with integration-sparkjob
6161 - tox-env : integration-sparkjob
6262 bundle-backend : terraform
6363 storage-backend : s3
6464 juju-snap-channel : " 3.6/stable"
65- juju-agent-version : " 3.6.8 "
65+ juju-agent-version : " 3.6.14 "
6666 cos-model : cos
6767
6868 # Test COS just once with integration-kyuubi
6969 - tox-env : integration-kyuubi
7070 bundle-backend : terraform
7171 storage-backend : s3
7272 juju-snap-channel : " 3.6/stable"
73- juju-agent-version : " 3.6.8 "
73+ juju-agent-version : " 3.6.14 "
7474 cos-model : cos
7575
7676 # Test COS just once with integration-backup-restore
7777 - tox-env : integration-backup-restore
7878 bundle-backend : terraform
7979 storage-backend : s3
8080 juju-snap-channel : " 3.6/stable"
81- juju-agent-version : " 3.6.8 "
81+ juju-agent-version : " 3.6.14 "
8282 cos-model : cos
8383
8484 needs :
8585 - checks
8686
8787 steps :
8888 - name : Checkout repo
89- uses : actions/checkout@v4
89+ uses : actions/checkout@v6
9090 - name : Run integration test
9191 uses : ./.github/actions/run-test
9292 with :
@@ -109,9 +109,9 @@ jobs:
109109 if : ${{ success() || failure() }}
110110 steps :
111111 - name : Checkout repo
112- uses : actions/checkout@v4
112+ uses : actions/checkout@v6
113113 - name : Download artifacts
114- uses : actions/download-artifact@v4
114+ uses : actions/download-artifact@v7
115115 with :
116116 path : results
117117 - id : setup-python
@@ -129,7 +129,7 @@ jobs:
129129 run : python3 .github/scripts/aggregate_results.py results/integration-results-*/test-result.json
130130
131131 - name : Upload summary
132- uses : actions/upload-artifact@v4
132+ uses : actions/upload-artifact@v6
133133 with :
134134 name : matrix-summary
135135 path : matrix-summary.md
0 commit comments