Skip to content

ci(32bit): fix failing test setup - #39324

Merged
szaimen merged 1 commit into
masterfrom
ci/noid/fix-32bit-test
Jul 12, 2023
Merged

ci(32bit): fix failing test setup#39324
szaimen merged 1 commit into
masterfrom
ci/noid/fix-32bit-test

Conversation

@blizzz

@blizzzblizzz commented Jul 11, 2023

Copy link
Copy Markdown
Member

We see the 32bit tests failing in the setup. The used image is Debian Bookworm based, and there is yet unreleased commit in setup-php that might help.

For example, failing tests setup at https://github.com/nextcloud/server/actions/runs/5509732480/jobs/10073230086?pr=39282

Screenshot_20230711_234244

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
@blizzzblizzz added tests Related to tests feature: 32bits Bug specific to 32bits architectures labels Jul 11, 2023
@blizzzblizzz added this to the Nextcloud 28 milestone Jul 11, 2023
@blizzzblizzz added the 3. to review Waiting for reviews label Jul 11, 2023
@blizzz
blizzz marked this pull request as ready for review July 11, 2023 21:40
@blizzz
blizzz requested review from a team, ArtificialOwl, SystemKeeper, come-nc and icewind1991 and removed request for a teamJuly 11, 2023 21:40
@blizzz

Copy link
Copy Markdown
MemberAuthor

/backport to stable27

@blizzz

Copy link
Copy Markdown
MemberAuthor

/backport to stable26

@szaimen
szaimen merged commit 329d142 into masterJul 12, 2023
@szaimen
szaimen deleted the ci/noid/fix-32bit-test branch July 12, 2023 07:24
@backportbot-nextcloud

Copy link
Copy Markdown

The backport to stable27 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable27
git pull origin stable27
# Create the new backport branch
git checkout -b fix/foo-stable27
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable27

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport

@backportbot-nextcloud

Copy link
Copy Markdown

The backport to stable26 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable26
git pull origin stable26
# Create the new backport branch
git checkout -b fix/foo-stable26
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable26

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviewsfeature: 32bitsBug specific to 32bits architecturestestsRelated to tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@blizzz@SystemKeeper@szaimen