Revert "ci: temp switch to ubuntu-latest for initial test"
This reverts commit 4bf0422363.
This commit is contained in:
8
.github/workflows/deploy-prod.yml
vendored
8
.github/workflows/deploy-prod.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user