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

Limit max-parallel of per-suite task to 4 #75

Merged
merged 1 commit into from
Jan 26, 2025

Conversation

vicamo
Copy link
Owner

@vicamo vicamo commented Jan 26, 2025

In the hope to prevent following intermittent errors:

+ wget -O /tmp/debuerreotype.sid.2wg1ZPx2tI/output/20250125/sh4/sid/InRelease http://snapshot.debian.org/archive/debian-ports/20250125T033450Z/dists/sid/InRelease
--2025-01-26 03:34:56--  http://snapshot.debian.org/archive/debian-ports/20250125T033450Z/dists/sid/InRelease
Resolving snapshot.debian.org (snapshot.debian.org)... 146.75.30.132, 2a04:4e42:77::644
Connecting to snapshot.debian.org (snapshot.debian.org)|146.75.30.132|:80... connected.
HTTP request sent, awaiting response... 503 first byte timeout
2025-01-26 03:35:12 ERROR 503: first byte timeout.

+ '[' -f /tmp/debuerreotype.sid.2wg1ZPx2tI/debian-archive-sid-keyring.gpg ']'
+ wget -O /tmp/debuerreotype.sid.2wg1ZPx2tI/output/20250125/sh4/sid/Release.gpg http://snapshot.debian.org/archive/debian-ports/20250125T033450Z/dists/sid/Release.gpg
--2025-01-26 03:35:12--  http://snapshot.debian.org/archive/debian-ports/20250125T033450Z/dists/sid/Release.gpg
Resolving snapshot.debian.org (snapshot.debian.org)... 146.75.30.132, 2a04:4e42:77::644
Connecting to snapshot.debian.org (snapshot.debian.org)|146.75.30.132|:80... connected.
HTTP request sent, awaiting response... 503 first byte timeout
2025-01-26 03:35:28 ERROR 503: first byte timeout.

+ '[' sid = slink ']'
+ echo 'error: failed to fetch either InRelease or Release.gpg+Release for '\''sid'\'' (from '\''http://snapshot.debian.org/archive/debian-ports/20250125T033450Z'\'')'
error: failed to fetch either InRelease or Release.gpg+Release for 'sid' (from 'http://snapshot.debian.org/archive/debian-ports/20250125T033450Z')
+ exit 1

@vicamo vicamo merged commit 7abbaae into main Jan 26, 2025
42 checks passed
@vicamo vicamo deleted the for-myself/limit-per-suite-max-parallel branch January 26, 2025 04:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant