Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko committed Oct 4, 2024
1 parent 88d6fe7 commit 5de0820
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-integration-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

integration-tests:
needs: prep-pr
runs-on: ubuntu-20.04-4core
runs-on: ubuntu-20.04
timeout-minutes: 90
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:

jobs:
test-integration:
runs-on: ubuntu-20.04-4core
runs-on: ubuntu-20.04
timeout-minutes: 40
if: inputs.if || github.event_name == 'workflow_dispatch'
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

integration-tests:
name: Integration Tests
runs-on: ubuntu-20.04-4core
runs-on: ubuntu-20.04
needs: changes
if: always() && (
github.event_name == 'merge_group' || (
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/k8s_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

build-x86_64-unknown-linux-gnu:
name: Build - x86_64-unknown-linux-gnu
runs-on: ubuntu-20.04-4core
runs-on: ubuntu-20.04
timeout-minutes: 45
needs: changes
# Run this job even if `changes` job is skipped (non- pull request trigger)
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:

test-e2e-kubernetes:
name: K8s ${{ matrix.kubernetes_version.version }} / ${{ matrix.container_runtime }} (${{ matrix.kubernetes_version.role }})
runs-on: ubuntu-20.04-4core
runs-on: ubuntu-20.04
timeout-minutes: 45
needs:
- build-x86_64-unknown-linux-gnu
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
test-misc:
runs-on: ubuntu-20.04-4core
runs-on: ubuntu-20.04
timeout-minutes: 60
env:
CARGO_INCREMENTAL: 0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ jobs:

build-baseline:
name: Build baseline Vector container
runs-on: ubuntu-20.04-4core
runs-on: ubuntu-20.04
timeout-minutes: 30
needs:
- compute-metadata
Expand Down Expand Up @@ -281,7 +281,7 @@ jobs:

build-comparison:
name: Build comparison Vector container
runs-on: ubuntu-20.04-4core
runs-on: ubuntu-20.04
timeout-minutes: 30
needs:
- compute-metadata
Expand Down

0 comments on commit 5de0820

Please sign in to comment.