Skip to content

Bump rke2-calico to v3.31.3 #2151

Bump rke2-calico to v3.31.3

Bump rke2-calico to v3.31.3 #2151

Workflow file for this run

on:
pull_request:
paths-ignore:
- "**.md"
- "channel.yaml"
- "install.sh"
- "!.github/workflows/test-suite.yaml"
name: PR Build
permissions:
contents: read
jobs:
build-amd64:
runs-on: runs-on,runner=8cpu-linux-x64,run-id=${{ github.run_id }},image=ubuntu22-full-x64,hdd=64
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Build
run: make ci
- name: Load kernel modules
run: |
sudo modprobe br_netfilter overlay
- name: Test
run: make in-docker-test
- name: Prepare Test Logs on Failure
if: ${{ failure() }}
run: |
sudo cp -r /tmp/rke2-logs ~/rke2-logs
sudo chown -R $USER:$USER ~/rke2-logs
ls -la ~/rke2-logs
- name: Upload Logs on Failure
if: ${{ failure() }}
uses: actions/upload-artifact@v6
with:
name: rke2-test-logs
path: ~/rke2-logs/
build-arm64:
runs-on: runs-on,runner=8cpu-linux-arm64,run-id=${{ github.run_id }},image=ubuntu22-full-arm64,hdd=64
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Build
run: |
make ci