Skip to content

Commit 4fc92e7

Browse files
authored
ci: switch cache and longtests to default ubuntu (#4509)
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]>
1 parent 4c1f4f0 commit 4fc92e7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
github.head_ref
198198
)
199199
)
200-
runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}
200+
runs-on: 'ubuntu-latest'
201201
timeout-minutes: 120
202202
env:
203203
LONG_TESTS: 1

.github/workflows/update-cache.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ permissions:
2121

2222
jobs:
2323
linux:
24-
if: github.repository == 'intel/cve-bin-tool'
2524
name: Update linux cached database
26-
runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}
25+
runs-on: 'ubuntu-latest'
2726
timeout-minutes: 60
2827
steps:
2928
- name: Harden Runner

0 commit comments

Comments
 (0)