Skip to content
Snippets Groups Projects
Unverified Commit f59249b0 authored by Diogo Mendes's avatar Diogo Mendes Committed by GitHub
Browse files

Moving E2E from BuildJet to GHA (#22597)

parent a8816bcc
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ jobs:
build:
if: github.event.pull_request.draft == false
runs-on: buildjet-2vcpu-ubuntu-2004
runs-on: ubuntu-20.04
timeout-minutes: 25
strategy:
matrix:
......@@ -42,7 +42,7 @@ jobs:
uses: ./.github/actions/prepare-uberjar-artifact
e2e-tests:
runs-on: buildjet-4vcpu-ubuntu-2004
runs-on: ubuntu-20.04
timeout-minutes: 30
needs: build
name: e2e-tests-${{ matrix.folder }}-${{ matrix.edition }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment