-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Pipelines - Artifacts
-
None
-
1
-
Severity 3 - Minor
-
112
Issue Summary
Bitbucket Pipeline uses the AWS US-East-1 region to host S3 buckets for Self-hosted runners to store artifacts.
If the Self-hosted Runner is set up outside US-East-1, artifact upload or download may take longer and the step might fail.
Steps to Reproduce
- Set up a Self-hosted Runner outside US-East-1
- Set up a Bitbucket Pipeline using the artifacts feature
- Run the pipeline
Expected Results
The pipeline should complete successfully
Actual Results
Artifact upload/download is slow, and the build step might fail
Workaround
Rerun the pipeline step.
If rerunning doesn't help, set up the Self-hosted Runner in the AWS US-East-1 region for faster upload/download.
Another option would be using byo storage for artifacts and cache(runner v5 feature), so the bucket in the same region as runner