-
Notifications
You must be signed in to change notification settings - Fork 20
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: disable EPEL-7 tests #179
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
They started to fail because EPEL-7 is EOL: ``` [08:31:04] [E] [worker_0] [artemis] [597190e3-c5dc-4b67-9ea7-6803ab0302cf] [pre-artifact-installation] Last 30 lines of Ansible stdout: ---v---v---v---v---v--- "skip_reason": "Conditional result was False" } TASK [Enable Powertools repository (CentOS 8, CentOS Stream 8)] **************** skipping: [3.136.112.131] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** included: /CONFIG/guest-setup/pre-artifact-installation/install-epel.yaml for 3.136.112.131 TASK [Install EPEL on CentOS < 9 and CentOS Stream < 9 (except CentOS Stream 9)] *** FAILED - RETRYING: [3.136.112.131]: Install EPEL on CentOS < 9 and CentOS Stream < 9 (except CentOS Stream 9) (5 retries left). FAILED - RETRYING: [3.136.112.131]: Install EPEL on CentOS < 9 and CentOS Stream < 9 (except CentOS Stream 9) (4 retries left). FAILED - RETRYING: [3.136.112.131]: Install EPEL on CentOS < 9 and CentOS Stream < 9 (except CentOS Stream 9) (3 retries left). FAILED - RETRYING: [3.136.112.131]: Install EPEL on CentOS < 9 and CentOS Stream < 9 (except CentOS Stream 9) (2 retries left). FAILED - RETRYING: [3.136.112.131]: Install EPEL on CentOS < 9 and CentOS Stream < 9 (except CentOS Stream 9) (1 retries left). fatal: [3.136.112.131]: FAILED! => { "attempts": 5, "changed": false } MSG: Failure talking to yum: Cannot find a valid baseurl for repo: base/7/x86_64 PLAY RECAP ********************************************************************* 3.136.112.131 : ok=15 changed=2 unreachable=0 failed=1 skipped=22 rescued=0 ignored=3 ---^---^---^---^---^--- [08:31:04] [E] [CentOS-7:x86_64:/plans/ci] guest setup failed: Failure during Ansible playbook execution ``` Closes: csutils#179
kdudka
added a commit
to kdudka/csmock
that referenced
this pull request
Jul 16, 2024
The `brp-llvm-compile-lto-elf` script does not work well in our scanning environment and causes the %install section of `llvm-16.0.6-4.el9` to take 7 days to complete. Depends-on: csutils#179
kdudka
added a commit
to kdudka/csmock
that referenced
this pull request
Jul 16, 2024
The `brp-llvm-compile-lto-elf` script does not work well in our scanning environment and causes the %install section of `llvm-16.0.6-4.el9` to take 7 days to complete. Depends-on: csutils#179 Closes: https://github.com/kdudka/csmock/pull/new/chroot-fixup-llvm
lzaoral
approved these changes
Jul 16, 2024
@lzaoral Thanks for review! |
kdudka
added a commit
to kdudka/csmock
that referenced
this pull request
Jul 16, 2024
The `brp-llvm-compile-lto-elf` script does not work well in our scanning environment and causes the %install section of `llvm-16.0.6-4.el9` to take 7 days to complete. Depends-on: csutils#179 Closes: https://github.com/kdudka/csmock/pull/new/chroot-fixup-llvm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
They started to fail because EPEL-7 is EOL: