-
Notifications
You must be signed in to change notification settings - Fork 0
Enforce Debian 13 across maintained paths #460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
5980f34
a9e8aad
db99552
5b769f0
6631ba6
f6b4c58
0401069
8eddb6c
2ccd556
7b77d10
ef49840
d73c9e4
21363b5
6f6c37e
34ab475
ba1e3b0
d97b33a
da12db3
98da966
4399a04
84d5b62
758619e
62a71b1
9e58672
539e219
ba8558e
9e28642
542910d
b1a797d
5b88e97
16fac88
46dc396
63da446
49fa0b6
e6289df
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -167,6 +167,9 @@ jobs: | |
| echo "registryctl_tutorial=${registryctl_tutorial}" | ||
| } >> "${GITHUB_OUTPUT}" | ||
|
|
||
| - name: Check Debian 13 image contract | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This reviewed commit ( Useful? React with 👍 / 👎. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fresh evidence for this review is that AGENTS.md reference: AGENTS.md:L70-L70 Useful? React with 👍 / 👎. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fresh evidence for this review is that AGENTS.md reference: AGENTS.md:L70-L70 Useful? React with 👍 / 👎. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fresh evidence for this review is that Useful? React with 👍 / 👎. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fresh evidence for this review is that AGENTS.md reference: AGENTS.md:L70-L70 Useful? React with 👍 / 👎. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fresh evidence for this reviewed commit is that AGENTS.md reference: AGENTS.md:L70-L70 Useful? React with 👍 / 👎. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fresh evidence for this review is that AGENTS.md reference: AGENTS.md:L70-L70 Useful? React with 👍 / 👎. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fresh evidence for this reviewed commit is that Useful? React with 👍 / 👎. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fresh evidence for this review is that Useful? React with 👍 / 👎. |
||
| run: python3 release/scripts/check-debian13-images.py | ||
|
Comment on lines
+170
to
+171
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fresh evidence for this review is that Useful? React with 👍 / 👎.
Comment on lines
+170
to
+171
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fresh evidence for this review is that Useful? React with 👍 / 👎.
Comment on lines
+170
to
+171
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fresh evidence for this review is that AGENTS.md reference: AGENTS.md:L70-L70 Useful? React with 👍 / 👎.
Comment on lines
+170
to
+171
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fresh evidence for this review is that AGENTS.md reference: AGENTS.md:L70-L70 Useful? React with 👍 / 👎. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fresh evidence for this review is that AGENTS.md reference: AGENTS.md:L70-L70 Useful? React with 👍 / 👎. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fresh evidence for this reviewed commit is that Useful? React with 👍 / 👎. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
In the always-run Useful? React with 👍 / 👎.
Comment on lines
+170
to
+171
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fresh evidence for this review is that AGENTS.md reference: AGENTS.md:L70-L70 Useful? React with 👍 / 👎. |
||
|
|
||
| secrets: | ||
| name: Secret scan | ||
| runs-on: ubuntu-24.04 | ||
|
|
@@ -507,6 +510,9 @@ jobs: | |
| - name: Test release helper | ||
| run: python3 -m unittest release/scripts/test_registry_release.py | ||
|
|
||
| - name: Test Debian 13 image contract checker | ||
| run: python3 -m unittest release/scripts/test_check_debian13_images.py | ||
|
|
||
| - name: Test release planning commands | ||
| run: python3 -m unittest release/scripts/test_registry_release_plans.py | ||
|
|
||
|
|
@@ -644,9 +650,7 @@ jobs: | |
| path: | | ||
| target/registryctl-tutorial-cargo-home | ||
| target/registryctl-tutorial-linux-amd64 | ||
| key: registryctl-tutorial-${{ runner.os }}-rust-1.95.0-${{ hashFiles('Cargo.lock') }} | ||
| restore-keys: | | ||
| registryctl-tutorial-${{ runner.os }}-rust-1.95.0- | ||
| key: registryctl-tutorial-${{ runner.os }}-${{ hashFiles('docs/site/scripts/check-registryctl-tutorials.sh') }}-${{ hashFiles('Cargo.lock') }} | ||
|
|
||
| - name: Execute registryctl tutorials from source | ||
| working-directory: docs/site | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,7 +15,7 @@ REPO_ROOT="$(cd "$SITE_ROOT/../.." && pwd)" | |
| HELPER="$SITE_ROOT/scripts/registryctl-tutorial.mjs" | ||
| RELAY_TUTORIAL="$SITE_ROOT/src/content/docs/tutorials/publish-spreadsheet-secured-registry-api.mdx" | ||
| NOTARY_TUTORIAL="$SITE_ROOT/src/content/docs/tutorials/verify-claim-registry-api.mdx" | ||
| BUILDER_IMAGE="rust:1.95-bookworm@sha256:4c2fd73ef19c5ef9d54bee03b06b2839a392604fbfcd578ed948b71b37c1d7fb" | ||
| BUILDER_IMAGE="rust:1.95-trixie@sha256:f49565f188ee00bc2a18dd418183f2c5f23ef7d6e691890517ed341a598f67c3" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
After this line moves the tutorial build container from Bookworm to Trixie, the registryctl-tutorials workflow still restores Useful? React with 👍 / 👎. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
This same commit changes a Useful? React with 👍 / 👎. |
||
| LINUX_TARGET="$REPO_ROOT/target/registryctl-tutorial-linux-amd64" | ||
| CARGO_HOME_DIR="$REPO_ROOT/target/registryctl-tutorial-cargo-home" | ||
| NATIVE_TARGET="$REPO_ROOT/target/registryctl-tutorial-native" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This reviewed commit has no
Signed-off-by:trailer ingit show -s --format=full 532223d9510028a20423654ee854600af302b921, so it violates the repo's DCO requirement and needs to be recommitted or squashed withgit commit -sbefore it satisfies the contribution rules.Useful? React with 👍 / 👎.