File tree Expand file tree Collapse file tree 13 files changed +23
-19
lines changed
Expand file tree Collapse file tree 13 files changed +23
-19
lines changed Original file line number Diff line number Diff line change 2727 fail-fast : false
2828
2929 name : Build and check code quality
30- runs-on : ubuntu-20 .04
30+ runs-on : ubuntu-24 .04
3131 steps :
3232
3333 - name : Check out code into the Go module directory
Original file line number Diff line number Diff line change 99jobs :
1010 function_images :
1111 name : Build function docker images
12- runs-on : ubuntu-20 .04
12+ runs-on : ubuntu-24 .04
1313 strategy :
1414 fail-fast : false
1515 matrix :
2929 DOCKER_BUILDKIT=1 docker build ./function-images/${{ matrix.image }}
3030 integ_test_image :
3131 name : Build integration test docker images
32- runs-on : ubuntu-20 .04
32+ runs-on : ubuntu-24 .04
3333 strategy :
3434 fail-fast : false
3535 matrix :
Original file line number Diff line number Diff line change 2020jobs :
2121 build_setup :
2222 name : Build setup scripts
23- runs-on : ubuntu-20 .04
23+ runs-on : ubuntu-24 .04
2424 steps :
2525
2626 - name : Check out the code
Original file line number Diff line number Diff line change 88jobs :
99 build :
1010 name : Spellcheck
11- runs-on : ubuntu-20 .04
11+ runs-on : ubuntu-24 .04
1212 steps :
1313 - uses : actions/checkout@v4
1414 -
uses :
rojopolis/[email protected] 1717 config_path : configs/.spellcheck.yml
1818 commitlint :
1919 name : Commitlint
20- runs-on : ubuntu-20 .04
20+ runs-on : ubuntu-24 .04
2121 steps :
2222 - uses : actions/checkout@v4
2323 with :
3737 --verbose
3838 markdown-link-check :
3939 name : LinkCheck
40- runs-on : ubuntu-20 .04
40+ runs-on : ubuntu-24 .04
4141 steps :
4242 - uses : actions/checkout@v4
4343 - uses : gaurav-nelson/github-action-markdown-link-check@v1
Original file line number Diff line number Diff line change 2020jobs :
2121 build :
2222 name : Build and check code quality
23- runs-on : ubuntu-20 .04
23+ runs-on : ubuntu-24 .04
2424 steps :
2525 - run : ' echo "This check not required"'
Original file line number Diff line number Diff line change 2020jobs :
2121 build_setup :
2222 name : Build setup scripts
23- runs-on : ubuntu-20 .04
23+ runs-on : ubuntu-24 .04
2424 steps :
2525 - run : ' echo "This check not required"'
Original file line number Diff line number Diff line change 2222jobs :
2323 stargz-container-test :
2424 name : Test running stargz-based image using kn
25- runs-on : ubuntu-20 .04
25+ runs-on : ubuntu-24 .04
2626 steps :
2727 - run : ' echo "This check not required"'
Original file line number Diff line number Diff line change 2222jobs :
2323 unit-test :
2424 name : Unit test
25- runs-on : ubuntu-20 .04
25+ runs-on : ubuntu-24 .04
2626 steps :
2727 - run : ' echo "This check not required"'
2828
2929 profile-unit-test :
3030 name : " Unit test: profile unit test"
31- runs-on : ubuntu-20 .04
31+ runs-on : ubuntu-24 .04
3232 steps :
3333 - run : ' echo "This check not required"'
3434
3535 firecracker-containerd-interface-test :
3636 name : " Unit tests: Firecracker-containerd interface"
37- runs-on : ubuntu-20 .04
37+ runs-on : ubuntu-24 .04
3838 steps :
3939 - run : ' echo "This check not required"'
Original file line number Diff line number Diff line change 2626 KIND_VERSION : v0.22.0
2727 K8S_VERSION : v1.29
2828 YAML_DIR : workloads/container
29- runs-on : ubuntu-20 .04
29+ runs-on : ubuntu-24 .04
3030 strategy :
3131 fail-fast : false
3232 matrix :
Original file line number Diff line number Diff line change 2222jobs :
2323 unit-test :
2424 name : Unit test
25- runs-on : ubuntu-20 .04
25+ runs-on : ubuntu-24 .04
2626 strategy :
2727 fail-fast : false
2828 matrix :
You can’t perform that action at this time.
0 commit comments