File tree 4 files changed +13
-8
lines changed 4 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 25
25
CARGO_TERM_COLOR : always
26
26
CARGO_INCREMENTAL : ' 0'
27
27
CARGO_PROFILE_DEV_DEBUG : ' 0'
28
- RUST_TOOLCHAIN_VERSION : " 1.81 .0"
28
+ RUST_TOOLCHAIN_VERSION : " 1.82 .0"
29
29
RUSTFLAGS : " -D warnings"
30
30
RUSTDOCFLAGS : " -D warnings"
31
31
RUST_LOG : " info"
Original file line number Diff line number Diff line change 21
21
inputs :
22
22
test-platform :
23
23
description : |
24
- The test platform to run on (kind doesn't support `arm64`)
24
+ The test platform to run on
25
25
required : true
26
26
type : choice
27
27
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
30
34
- aks-1.29
31
35
- aks-1.28
32
36
- aks-1.27
41
45
- okd-4.13
42
46
test-architecture :
43
47
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
45
50
required : true
46
51
type : choice
47
52
options :
81
86
82
87
- name : Run Integration Test
83
88
id : test
84
- uses : stackabletech/actions/run-integration-test@5b66858af3597c4ea34f9b33664b8034a1d28427 # v0.3 .0
89
+ uses : stackabletech/actions/run-integration-test@5901c3b1455488820c4be367531e07c3c3e82538 # v0.4 .0
85
90
with :
86
91
test-platform : ${{ env.TEST_PLATFORM }}-${{ env.TEST_ARCHITECTURE }}
87
92
test-run : ${{ env.TEST_RUN }}
Original file line number Diff line number Diff line change 6
6
7
7
env :
8
8
CARGO_TERM_COLOR : always
9
- RUST_TOOLCHAIN_VERSION : " 1.81 .0"
9
+ RUST_TOOLCHAIN_VERSION : " 1.82 .0"
10
10
HADOLINT_VERSION : " v2.12.0"
11
11
PYTHON_VERSION : " 3.12"
12
12
Original file line number Diff line number Diff line change 1
1
# DO NOT EDIT, this file is generated by operator-templating
2
2
[toolchain ]
3
- channel = " 1.81 .0"
3
+ channel = " 1.82 .0"
You can’t perform that action at this time.
0 commit comments