Skip to content

Commit

Permalink
feat(ci): rename docker build workflows (autowarefoundation#4947)
Browse files Browse the repository at this point in the history
* cache only on no-cuda

Signed-off-by: Yutaka Kondo <[email protected]>

* version up

Signed-off-by: Yutaka Kondo <[email protected]>

* version up

Signed-off-by: Yutaka Kondo <[email protected]>

* rename

Signed-off-by: Yutaka Kondo <[email protected]>

* rename

Signed-off-by: Yutaka Kondo <[email protected]>

* rename to health-check

Signed-off-by: Yutaka Kondo <[email protected]>

---------

Signed-off-by: Yutaka Kondo <[email protected]>
  • Loading branch information
youtalk authored and pravinkmr26 committed Jul 15, 2024
1 parent ff35ede commit 280e8d1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# push-branch: Build only devel and prebuilt. TAGS: date, latest
# push-tag: Build all. TAGS: version, date, latest

name: docker-build-and-push-main-self-hosted
name: docker-build-and-push-self-hosted

on:
push:
Expand All @@ -26,7 +26,7 @@ jobs:
load-env:
uses: ./.github/workflows/load-env.yaml

docker-build-and-push-main-self-hosted:
docker-build-and-push:
needs: load-env
runs-on: [self-hosted, linux, ARM64]
strategy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# push-branch: Build only devel and prebuilt. TAGS: date, latest
# push-tag: Build all. TAGS: version, date, latest

name: docker-build-and-push-main
name: docker-build-and-push

on:
push:
Expand All @@ -26,7 +26,7 @@ jobs:
load-env:
uses: ./.github/workflows/load-env.yaml

docker-build-and-push-main:
docker-build-and-push:
needs: load-env
runs-on: ubuntu-latest
strategy:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build-main-self-hosted
name: health-check-self-hosted

on:
schedule:
Expand All @@ -9,7 +9,7 @@ jobs:
load-env:
uses: ./.github/workflows/load-env.yaml

build-main-self-hosted:
docker-build:
needs: load-env
runs-on: [self-hosted, linux, ARM64]
strategy:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build-main
name: health-check

on:
schedule:
Expand All @@ -9,7 +9,7 @@ jobs:
load-env:
uses: ./.github/workflows/load-env.yaml

build-main:
docker-build:
needs: load-env
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 280e8d1

Please sign in to comment.