Skip to content

Commit

Permalink
pin integration test dependencies for track/1.8 (#34)
Browse files Browse the repository at this point in the history
* pin integration test dependencies

Pins dependencies in the integration tests to their corresponding channels for this release.

Ref: canonical/bundle-kubeflow#866

* fix maximize-build-space action in integration tests

The github runners have changed configuration, requiring different settings in the maximize-build-space action
  • Loading branch information
ca-scribner authored Apr 15, 2024
1 parent d09a4a4 commit f180a1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Maximise GH runner space
uses: easimon/maximize-build-space@v8
uses: easimon/maximize-build-space@v7
with:
root-reserve-mb: 40960
root-reserve-mb: 29696
remove-dotnet: 'true'
remove-haskell: 'true'
remove-android: 'true'
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

ISTIO_GATEWAY_CHARM_NAME = "istio-gateway"
ISTIO_PILOT_CHARM_NAME = "istio-pilot"
ISTIO_PILOT_VERSION = "1.16/stable"
ISTIO_GATEWAY_VERSION = "1.16/stable"
ISTIO_PILOT_VERSION = "1.17/stable"
ISTIO_GATEWAY_VERSION = "1.17/stable"
ISTIO_GATEWAY_NAME = "kubeflow-gateway"
EXAMPLE_FILE = "./tests/integration/pvcviewer_example/pvcviewer_example.yaml"
EXAMPLE_PATH = "/pvcviewer/kubeflow-user-example-com/pvcviewer-sample/files/"
Expand Down

0 comments on commit f180a1e

Please sign in to comment.