Revert "ci: temp switch to ubuntu-latest for initial test"

This reverts commit 4bf0422363.
This commit is contained in:
OG T
2026-03-22 18:37:41 +08:00
parent 4bf0422363
commit a840bf975b

View File

@@ -65,7 +65,7 @@ jobs:
# ===========================================================================
build:
name: "Build Images"
runs-on: ubuntu-latest
runs-on: [self-hosted, harbor, k8s]
outputs:
image_tag: ${{ steps.meta.outputs.tag }}
api_image: ${{ steps.meta.outputs.api_image }}
@@ -134,7 +134,7 @@ jobs:
deploy:
name: "Deploy to K3s"
needs: build
runs-on: ubuntu-latest
runs-on: [self-hosted, harbor, k8s]
steps:
- name: Checkout
@@ -197,7 +197,7 @@ jobs:
name: "Smoke Tests"
needs: deploy
if: ${{ !inputs.skip_tests }}
runs-on: ubuntu-latest
runs-on: [self-hosted, harbor, k8s]
steps:
- name: API Health Check
@@ -235,7 +235,7 @@ jobs:
name: "Send Notification"
needs: [build, deploy, smoke-test]
if: always()
runs-on: ubuntu-latest
runs-on: [self-hosted, harbor, k8s]
steps:
- name: Determine Status