openenclave: Testing: Sporadic failures in E2E tests
Some instances: https://oe-jenkins-dev.westeurope.cloudapp.azure.com/blue/organizations/jenkins/pipelines%2FAzure-Linux/detail/Azure-Linux/609/pipeline
TASK [linux/openenclave : Install all the Open Enclave prerequisites YUM packages for development] ***
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to synchronize cache for repo 'epel'", "rc": 1, "results": []}
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to download packages: Curl error (28): Timeout was reached for https://mirrors.fedoraproject.org/metalink?repo=epel-8&arch=x86_64&infra=$infra&content=$contentdir [Connection timed out after 30000 milliseconds]", "results": []}
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?"], "stdout": "", "stdout_lines": []
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 15 (15 by maintainers)
Commits related to this issue
- Merge #3115 3115: Add retry logic during dependencies installation r=mingweishih a=rs-- Issue #3101 Automated builds were failing, among other reasons, due to dependencies installation. Based on ... — committed to openenclave/openenclave by oeciteam 4 years ago
- Merge #3115 3115: Add retry logic during dependencies installation r=BRMcLaren a=rs-- Issue #3101 Automated builds were failing, among other reasons, due to dependencies installation. Based on in... — committed to openenclave/openenclave by oeciteam 4 years ago
- reduce e2e tests to ease PR process fixes #3101 — committed to BRMcLaren/openenclave by BRMcLaren 4 years ago
- Merge #3149 3149: Reduce volume of linux e2e tests on presubmit ci r=BRMcLaren a=BRMcLaren Reduce E2E tests to ease PR process while keeping the gate for script changes. Fixes #3101 (reduces) Co-au... — committed to openenclave/openenclave by oeciteam 4 years ago
By
e2eI’m referring to installation of prerequisites via ansible Linux or via install-prereqs script on Windows. This changelist introduces the term end-to-end/e2e tests. Have we been using the term e2e to refer to something else?