Skip to content

Commit abcb605

Browse files
authored
Merge pull request #33 from Project-HAMi/update_main
Update CI to be able to compile and update version
2 parents f67cc69 + 2814ce1 commit abcb605

4 files changed

Lines changed: 7 additions & 117 deletions

File tree

.github/workflows/dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name: CI
55

66
on:
7-
pull_request:
7+
pull_request_target:
88
branches: [ "main" ]
99

1010
env:
@@ -53,7 +53,7 @@ jobs:
5353
uses: docker/build-push-action@v6
5454
with:
5555
platforms: linux/amd64,linux/arm64
56-
push: true
56+
push: false
5757
build-args: |
5858
BASE_IMAGE=ubuntu:20.04
5959
GO_VERSION=${{ env.GO_VERSION }}

OWNERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
reviewers:
2+
- archlitchi
3+
approvers:
4+
- archlitchi

ascend-device-plugin-2.4.0.yaml

Lines changed: 0 additions & 114 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ spec:
5353
priorityClassName: "system-node-critical"
5454
serviceAccountName: hami-ascend
5555
containers:
56-
- image: projecthami/ascend-device-plugin:v1.0.1
56+
- image: projecthami/ascend-device-plugin:v1.1.0
5757
imagePullPolicy: IfNotPresent
5858
name: device-plugin
5959
resources:

0 commit comments

Comments
 (0)