Skip to content

Commit b46225c

Browse files
Merge diff with main (#205)
Signed-off-by: Danil-Grigorev <danil.grigorev@suse.com>
1 parent 28ddaa5 commit b46225c

30 files changed

Lines changed: 1077 additions & 512 deletions

.github/workflows/ci.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,25 @@ jobs:
6767
with:
6868
name: artifacts-import
6969
path: _out/gather
70+
test-e2e-import-rke2:
71+
runs-on: ubuntu-latest
72+
steps:
73+
- name: Install just
74+
uses: extractions/setup-just@v2
75+
- name: Install kind
76+
uses: helm/kind-action@v1
77+
with:
78+
install_only: true
79+
version: v0.26.0
80+
- uses: actions/checkout@v4
81+
- name: Test
82+
run: just test-import-rke2
83+
- name: Collect artifacts
84+
if: always()
85+
run: just collect-test-import
86+
- name: Store run artifacts
87+
uses: actions/upload-artifact@v4
88+
if: always()
89+
with:
90+
name: artifacts-import-rke2
91+
path: _out/gather

0 commit comments

Comments
 (0)