mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-22 10:10:07 -05:00
fix ubi runner name (#3012)
This commit is contained in:
@@ -9,7 +9,7 @@ on:
|
||||
|
||||
jobs:
|
||||
generate:
|
||||
runs-on: ubicloud-standard-6
|
||||
runs-on: ubicloud-standard-4
|
||||
env:
|
||||
DATABASE_URL: postgresql://hatchet:hatchet@127.0.0.1:5431/hatchet?sslmode=disable
|
||||
|
||||
@@ -54,7 +54,7 @@ jobs:
|
||||
run: docker compose down
|
||||
|
||||
unit:
|
||||
runs-on: ubicloud-standard-6
|
||||
runs-on: ubicloud-standard-4
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- name: Setup Go
|
||||
@@ -72,7 +72,7 @@ jobs:
|
||||
run: go test $(go list ./... | grep -v "quickstart") -v -failfast
|
||||
|
||||
integration:
|
||||
runs-on: ubicloud-standard-6
|
||||
runs-on: ubicloud-standard-4
|
||||
env:
|
||||
DATABASE_URL: postgresql://hatchet:hatchet@127.0.0.1:5431/hatchet?sslmode=disable
|
||||
|
||||
@@ -118,7 +118,7 @@ jobs:
|
||||
run: docker compose down
|
||||
|
||||
e2e:
|
||||
runs-on: ubicloud-standard-6
|
||||
runs-on: ubicloud-standard-4
|
||||
timeout-minutes: 30
|
||||
env:
|
||||
DATABASE_URL: postgresql://hatchet:hatchet@127.0.0.1:5431/hatchet?sslmode=disable
|
||||
@@ -208,7 +208,7 @@ jobs:
|
||||
run: docker compose down
|
||||
|
||||
e2e-pgmq:
|
||||
runs-on: ubicloud-standard-6
|
||||
runs-on: ubicloud-standard-4
|
||||
timeout-minutes: 30
|
||||
env:
|
||||
DATABASE_URL: postgresql://hatchet:hatchet@127.0.0.1:5431/hatchet?sslmode=disable
|
||||
@@ -300,7 +300,7 @@ jobs:
|
||||
run: docker compose down
|
||||
|
||||
load:
|
||||
runs-on: ubicloud-standard-6
|
||||
runs-on: ubicloud-standard-4
|
||||
timeout-minutes: 30
|
||||
strategy:
|
||||
matrix:
|
||||
@@ -343,7 +343,7 @@ jobs:
|
||||
TESTING_MATRIX_OPTIMISTIC_SCHEDULING: ${{ matrix.optimistic-scheduling }}
|
||||
|
||||
rampup:
|
||||
runs-on: ubicloud-standard-6
|
||||
runs-on: ubicloud-standard-4
|
||||
timeout-minutes: 30
|
||||
strategy:
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user