Skip to content
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

ci: Switch to amd64 container in "ARM" task #27886

Merged
merged 1 commit into from Jun 14, 2023

Conversation

hebasto
Copy link
Member

@hebasto hebasto commented Jun 14, 2023

The arm_container does not support 32-bit mode anymore.

Fixes #27879.

Also, the arm_container could be used for testing aarch64 binaries, which are the part of our releases. Leaving that for another PR.

Tee `arm_container` does not support 32-bit mode anymore.
See: bitcoin#27879
@DrahtBot
Copy link
Contributor

DrahtBot commented Jun 14, 2023

The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

Reviews

See the guideline for information on the review process.

Type Reviewers
ACK MarcoFalke

If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.

@DrahtBot DrahtBot added the Tests label Jun 14, 2023
@maflcko
Copy link
Member

maflcko commented Jun 14, 2023

review ACK 016fe6d if CI is green

A smaller diff would be to just unset the QEMU_USER_CMD and thus run qemu-arm on aarch64 and keep the image as-is, but that seems to run into unrelated timeouts, as pointed out in #27879 (comment)

Longer term we can also think about whether we want to test aarch64 or arm32 in this CI task, but this can be done later.

@maflcko maflcko added this to the 25.1 milestone Jun 14, 2023
@maflcko
Copy link
Member

maflcko commented Jun 14, 2023

Looks like this was, as expected, wrapped in qemu and the task passed: https://cirrus-ci.com/task/5196388229709824?logs=ci#L3590

@fanquake fanquake merged commit a8d0f6c into bitcoin:master Jun 14, 2023
14 of 15 checks passed
fanquake pushed a commit to fanquake/bitcoin that referenced this pull request Jun 14, 2023
Tee `arm_container` does not support 32-bit mode anymore.
See: bitcoin#27879

Github-Pull: bitcoin#27886
Rebased-From: 016fe6d
@fanquake fanquake mentioned this pull request Jun 14, 2023
@fanquake
Copy link
Member

Backported to 25.x in #27887.

@hebasto hebasto deleted the 230614-ci-arm branch June 14, 2023 13:40
fanquake pushed a commit to fanquake/bitcoin that referenced this pull request Jun 15, 2023
Tee `arm_container` does not support 32-bit mode anymore.
See: bitcoin#27879

Github-Pull: bitcoin#27886
Rebased-From: 016fe6d
sidhujag pushed a commit to syscoin/syscoin that referenced this pull request Jun 15, 2023
016fe6d ci: Switch to `amd64` container in "ARM" task (Hennadii Stepanov)

Pull request description:

  The `arm_container` does not support 32-bit mode anymore.

  Fixes bitcoin#27879.

  Also, the `arm_container` could be used for testing `aarch64` binaries, which are the part of our releases. Leaving that for another PR.

ACKs for top commit:
  MarcoFalke:
    review ACK 016fe6d if CI is green

Tree-SHA512: cdcc034938f4c101e211fceca0dcd7f50258f1085b74d6abe50bb0f45f1b92b99e2763436271583fdbad194cb9ed7e266d5597274555110ceaa7d762fe5a49d9
fanquake added a commit that referenced this pull request Jun 16, 2023
6233049 ci: Switch to `amd64` container in "ARM" task (Hennadii Stepanov)
d845a3e test: add coverage for `/deploymentinfo` passing a blockhash (brunoerg)
72ead86 rest: bugfix, fix crash error when calling `/deploymentinfo` (brunoerg)
6f7a0ae ci: Use podman stop over podman kill (MarcoFalke)
de56daa ci: Use podman for persistent workers (MarcoFalke)
71f626e ci: Prune dangling images on RESTART_CI_DOCKER_BEFORE_RUN (MarcoFalke)

Pull request description:

  Currently backports:
  * #27777
  * #27844
  * #27853
  * #27886

  Effectively also backports: #27562.

ACKs for top commit:
  stickies-v:
    ACK 6233049

Tree-SHA512: d0f3d5c4cd0cf9792f3270078b49ad6661e28e7a883f91e5981e8cfe95d01c6e415762ee2e3a5fea17d198299989a8b5412961c2cc788cef975b2ee45d84550c
fanquake pushed a commit to fanquake/bitcoin that referenced this pull request Oct 2, 2023
Tee `arm_container` does not support 32-bit mode anymore.
See: bitcoin#27879

Github-Pull: bitcoin#27886
Rebased-From: 016fe6d
fanquake added a commit that referenced this pull request Oct 6, 2023
9077f21 depends: fix unusable memory_resource in macos qt build (fanquake)
dccacf0 build, macos: Fix `qt` package build with new Xcode 15 linker (Hennadii Stepanov)
4359649 ci: Switch to `amd64` container in "ARM" task (Hennadii Stepanov)
805f98b ci: Nuke Android APK task, Use credits for tsan (MarcoFalke)
cb5512d test: ensure old fee_estimate.dat not read on restart and flushed (ismaelsadeeq)
01f8ee4 tx fees, policy: read stale fee estimates with a regtest-only option (ismaelsadeeq)
1c98029 tx fees, policy: do not read estimates of old fee_estimates.dat (ismaelsadeeq)
77979e0 tx fees, policy: periodically flush fee estimates to fee_estimates.dat (ismaelsadeeq)
67b6d99 Do not use std::vector = {} to release memory (Pieter Wuille)
defdc15 ci: Use podman stop over podman kill (MarcoFalke)
7f1357d ci: Use podman for persistent workers (MarcoFalke)
0db69a3 ci: Prune dangling images on RESTART_CI_DOCKER_BEFORE_RUN (MarcoFalke)

Pull request description:

  Backports to the 24.x branch. Currently:
  * #27622
  * #27777
  * #27834
  * #27844
  * #27886
  * #28452
  * #28543
  * #28571

ACKs for top commit:
  stickies-v:
    ACK 9077f21

Tree-SHA512: abaafc9a048b67b494993134fd332457ea52695ec007b963c283f962ec40c3b6b3a7e98407481be55d3271a595088a0281cc84b79dad4f24d260381ea0153076
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

arm64 CI failure
4 participants