Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/slow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ jobs:
- opensuse-tumbleweed
- ubuntu-focal
- ubuntu-jammy
- ubuntu-noble # EOL 2036-04
- ubuntu-oracular # EOL 2025-07
- ubuntu-plucky
- ubuntu-noble
- ubuntu-questing
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eduard-bagdasaryan, this PR removes staging tests. Please update Anubis configuration accordingly, so that Anubis does not wait for the never-executed staging tests to complete. You should be able to calculate the difference using the successful staging tests for this PR. AFAICT, there were 93 of them.

@kinkie, @yadij, if you beat Eduard to this configuration update, please add a comment here.

P.S. I need to find time to review Eduard's Anubis enhancement that moves this configuration to GitHub.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed the setting just now.
I'll have to change it again once the PR #2371 lands

compiler:
- { CC: gcc, CXX: g++ }
- { CC: clang, CXX: clang++ }
Expand Down
Loading