File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 11---
2- # Template generated by https://github.com/coreos/repo-templates; do not edit downstream
2+ name : release checklist
3+ about : release checklist template
4+ title : New release for ssh-key-dir
5+ labels : jira,kind/release
6+ warning : |
7+ ⚠️ Template generated by https://github.com/coreos/repo-templates; do not edit downstream
38---
49
510# Release process
@@ -125,6 +130,9 @@ Push access to the upstream repository is required in order to publish the new t
125130CentOS Stream 9 packaging:
126131 - [ ] Create a ` rebase-c9s-ssh-key-dir` issue in the internal team-operations repo and follow the steps there
127132
133+ CentOS Stream 10 packaging:
134+ - [ ] Create a ` rebase-c10s-ssh-key-dir` issue in the internal team-operations repo and follow the steps there
135+
128136[cargo-release]: https://github.com/sunng87/cargo-release
129137[rustup]: https://rustup.rs/
130138[crates-io]: https://crates.io/
Original file line number Diff line number Diff line change @@ -18,12 +18,13 @@ concurrency:
1818env :
1919 CARGO_TERM_COLOR : always
2020 # Pinned toolchain for linting
21- ACTIONS_LINTS_TOOLCHAIN : 1.75.0
21+ ACTIONS_LINTS_TOOLCHAIN : 1.84.1
2222
2323jobs :
2424 tests-stable :
2525 name : Tests, stable toolchain
2626 runs-on : ubuntu-latest
27+ container : quay.io/coreos-assembler/fcos-buildroot:testing-devel
2728 steps :
2829 - name : Check out repository
2930 uses : actions/checkout@v4
4041 tests-release-stable :
4142 name : Tests (release), stable toolchain
4243 runs-on : ubuntu-latest
44+ container : quay.io/coreos-assembler/fcos-buildroot:testing-devel
4345 steps :
4446 - name : Check out repository
4547 uses : actions/checkout@v4
5658 tests-release-msrv :
5759 name : Tests (release), minimum supported toolchain
5860 runs-on : ubuntu-latest
61+ container : quay.io/coreos-assembler/fcos-buildroot:testing-devel
5962 steps :
6063 - name : Check out repository
6164 uses : actions/checkout@v4
7881 linting :
7982 name : Lints, pinned toolchain
8083 runs-on : ubuntu-latest
84+ container : quay.io/coreos-assembler/fcos-buildroot:testing-devel
8185 steps :
8286 - name : Check out repository
8387 uses : actions/checkout@v4
9599 tests-other-channels :
96100 name : Tests, unstable toolchain
97101 runs-on : ubuntu-latest
102+ container : quay.io/coreos-assembler/fcos-buildroot:testing-devel
98103 continue-on-error : true
99104 strategy :
100105 matrix :
You can’t perform that action at this time.
0 commit comments