Skip to content

Commit

Permalink
ci: switch cache and longtests to default ubuntu (#4509)
Browse files Browse the repository at this point in the history
I'm having some problems with CI jobs halting and these two jobs seem to be
most affected, so I'm switching them back to the default ubuntu as part of the debugging
process.

Signed-off-by: Terri Oda <[email protected]>
  • Loading branch information
terriko authored Oct 14, 2024
1 parent 4c1f4f0 commit 4fc92e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
github.head_ref
)
)
runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}
runs-on: 'ubuntu-latest'
timeout-minutes: 120
env:
LONG_TESTS: 1
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/update-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ permissions:

jobs:
linux:
if: github.repository == 'intel/cve-bin-tool'
name: Update linux cached database
runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}
runs-on: 'ubuntu-latest'
timeout-minutes: 60
steps:
- name: Harden Runner
Expand Down

0 comments on commit 4fc92e7

Please sign in to comment.