Skip to content

[Release|CI/CD] Fix polkadot prod docker image#9975

Merged
EgorPopelyaev merged 3 commits intomasterfrom
ep-fix-polkadot-prod-docker-image
Oct 15, 2025
Merged

[Release|CI/CD] Fix polkadot prod docker image#9975
EgorPopelyaev merged 3 commits intomasterfrom
ep-fix-polkadot-prod-docker-image

Conversation

@EgorPopelyaev
Copy link
Copy Markdown
Contributor

This PR introduces a workaround to fix failing polkadot production image flow.
The initial issue is that, for some reason, our key that used to sign the deb InRelease repo noted as expired on the first apt update run. But reimport of the same key fixes is it. Until the reason for this issue is fixed, this work around helps to keep the flow working

@EgorPopelyaev EgorPopelyaev added the R0-no-crate-publish-required The change does not require any crates to be re-published. label Oct 9, 2025
@EgorPopelyaev EgorPopelyaev requested review from a team as code owners October 9, 2025 08:32
@EgorPopelyaev EgorPopelyaev added this pull request to the merge queue Oct 15, 2025
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Oct 15, 2025
@EgorPopelyaev EgorPopelyaev added this pull request to the merge queue Oct 15, 2025
Merged via the queue into master with commit 192d0a5 Oct 15, 2025
242 checks passed
@EgorPopelyaev EgorPopelyaev deleted the ep-fix-polkadot-prod-docker-image branch October 15, 2025 10:08
@EgorPopelyaev EgorPopelyaev added the A4-backport-stable2509 Pull request must be backported to the stable2509 release branch label Oct 15, 2025
paritytech-release-backport-bot Bot pushed a commit that referenced this pull request Oct 15, 2025
This PR introduces a workaround to fix failing polkadot production image
flow.
The initial issue is that, for some reason, our key that used to sign
the deb `InRelease` repo noted as expired on the first `apt update` run.
But reimport of the same key fixes is it. Until the reason for this
issue is fixed, this work around helps to keep the flow working

(cherry picked from commit 192d0a5)
@paritytech-release-backport-bot
Copy link
Copy Markdown

Successfully created backport PR for stable2509:

EgorPopelyaev added a commit that referenced this pull request Oct 16, 2025
Backport #9975 into `stable2509` from EgorPopelyaev.

See the
[documentation](https://github.com/paritytech/polkadot-sdk/blob/master/docs/BACKPORT.md)
on how to use this bot.

<!--
  # To be used by other automation, do not modify:
  original-pr-number: #${pull_number}
-->

Co-authored-by: Egor_P <egor@parity.io>
alvicsam pushed a commit that referenced this pull request Oct 17, 2025
This PR introduces a workaround to fix failing polkadot production image
flow.
The initial issue is that, for some reason, our key that used to sign
the deb `InRelease` repo noted as expired on the first `apt update` run.
But reimport of the same key fixes is it. Until the reason for this
issue is fixed, this work around helps to keep the flow working
TorstenStueber pushed a commit that referenced this pull request Oct 30, 2025
Fix maxPriorityFee RPC

Change the EVM call opcodes to use proper gas for subcalls

Update tests-evm.yml

Update from github-actions[bot] running command 'prdoc --audience runtime_dev'

fix

fix

[pallet-revive] fix subxt submit & add debug statments (#10016)

- Fix subxt submit by default it's using
`author_submitAndWatchExtrinsic` even though we just want to fire and
forget
- Add debug instructions to log the signer & nonce of new eth
transactions when the node validate the transaction

---------

Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>

Version bumps and prdocs reordering from stable2509 (#9974)

This PR backports regular version bumps and prdocs reordering from the
stable2509 branch back to master

---------

Co-authored-by: ParityReleases <release-team@parity.io>

Update .github/workflows/tests-evm.yml

[Release|CI/CD] Fix polkadot prod docker image (#9975)

This PR introduces a workaround to fix failing polkadot production image
flow.
The initial issue is that, for some reason, our key that used to sign
the deb `InRelease` repo noted as expired on the first `apt update` run.
But reimport of the same key fixes is it. Until the reason for this
issue is fixed, this work around helps to keep the flow working

Introduce `/cmd label` for labelling pull requests (#9915)

This allows external contributors to set label for their pull request.

Closes: #9873

Use parity-large-persistent-test for merge queue (#10025)

Investigating issue with removing persistent runners from merge queue

cc paritytech/devops#3875

pallet_revive: Lower the deposit costs for child trie items (#10027)

Fixes #9246

---------

Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>

pallet_revive: Fix incorrect `block.gaslimit` (#10026)

Fixes paritytech/contract-issues#112

---------

Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>

update tests-evm
TorstenStueber pushed a commit that referenced this pull request Oct 30, 2025
Fix maxPriorityFee RPC

Change the EVM call opcodes to use proper gas for subcalls

Update tests-evm.yml

Update from github-actions[bot] running command 'prdoc --audience runtime_dev'

fix

fix

[pallet-revive] fix subxt submit & add debug statments (#10016)

- Fix subxt submit by default it's using
`author_submitAndWatchExtrinsic` even though we just want to fire and
forget
- Add debug instructions to log the signer & nonce of new eth
transactions when the node validate the transaction

---------

Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>

Version bumps and prdocs reordering from stable2509 (#9974)

This PR backports regular version bumps and prdocs reordering from the
stable2509 branch back to master

---------

Co-authored-by: ParityReleases <release-team@parity.io>

Update .github/workflows/tests-evm.yml

[Release|CI/CD] Fix polkadot prod docker image (#9975)

This PR introduces a workaround to fix failing polkadot production image
flow.
The initial issue is that, for some reason, our key that used to sign
the deb `InRelease` repo noted as expired on the first `apt update` run.
But reimport of the same key fixes is it. Until the reason for this
issue is fixed, this work around helps to keep the flow working

Introduce `/cmd label` for labelling pull requests (#9915)

This allows external contributors to set label for their pull request.

Closes: #9873

Use parity-large-persistent-test for merge queue (#10025)

Investigating issue with removing persistent runners from merge queue

cc paritytech/devops#3875

pallet_revive: Lower the deposit costs for child trie items (#10027)

Fixes #9246

---------

Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>

pallet_revive: Fix incorrect `block.gaslimit` (#10026)

Fixes paritytech/contract-issues#112

---------

Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>

update tests-evm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A4-backport-stable2509 Pull request must be backported to the stable2509 release branch R0-no-crate-publish-required The change does not require any crates to be re-published.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants