File tree Expand file tree Collapse file tree 4 files changed +13
-8
lines changed Expand file tree Collapse file tree 4 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 2525 CARGO_TERM_COLOR : always
2626 CARGO_INCREMENTAL : ' 0'
2727 CARGO_PROFILE_DEV_DEBUG : ' 0'
28- RUST_TOOLCHAIN_VERSION : " 1.81 .0"
28+ RUST_TOOLCHAIN_VERSION : " 1.82 .0"
2929 RUSTFLAGS : " -D warnings"
3030 RUSTDOCFLAGS : " -D warnings"
3131 RUST_LOG : " info"
Original file line number Diff line number Diff line change 2121 inputs :
2222 test-platform :
2323 description : |
24- The test platform to run on (kind doesn't support `arm64`)
24+ The test platform to run on
2525 required : true
2626 type : choice
2727 options :
28- - kind-1.31.0
29- - kind-1.30.3
28+ - kind-1.31.2
29+ - kind-1.30.6
30+ - rke2-1.31.2
31+ - rke2-1.30.6
32+ - k3s-1.31.2
33+ - k3s-1.30.6
3034 - aks-1.29
3135 - aks-1.28
3236 - aks-1.27
4145 - okd-4.13
4246 test-architecture :
4347 description : |
44- The architecture the tests will run on
48+ The architecture the tests will run on. Consult the run-integration-test action README for
49+ more details on supported architectures for each distribution
4550 required : true
4651 type : choice
4752 options :
8186
8287 - name : Run Integration Test
8388 id : test
84- uses : stackabletech/actions/run-integration-test@5b66858af3597c4ea34f9b33664b8034a1d28427 # v0.3 .0
89+ uses : stackabletech/actions/run-integration-test@5901c3b1455488820c4be367531e07c3c3e82538 # v0.4 .0
8590 with :
8691 test-platform : ${{ env.TEST_PLATFORM }}-${{ env.TEST_ARCHITECTURE }}
8792 test-run : ${{ env.TEST_RUN }}
Original file line number Diff line number Diff line change 66
77env :
88 CARGO_TERM_COLOR : always
9- RUST_TOOLCHAIN_VERSION : " 1.81 .0"
9+ RUST_TOOLCHAIN_VERSION : " 1.82 .0"
1010 HADOLINT_VERSION : " v2.12.0"
1111 PYTHON_VERSION : " 3.12"
1212
Original file line number Diff line number Diff line change 11# DO NOT EDIT, this file is generated by operator-templating
22[toolchain ]
3- channel = " 1.81 .0"
3+ channel = " 1.82 .0"
You can’t perform that action at this time.
0 commit comments