Commit e6bff20 1 parent 84917b9 commit e6bff20 Copy full SHA for e6bff20
File tree 3 files changed +7
-29
lines changed
3 files changed +7
-29
lines changed Original file line number Diff line number Diff line change 14
14
# Don't forget to tag back to @main before merge.
15
15
16
16
jobs :
17
- canon -cache :
18
- name : Build Canon Cache Docker Images
17
+ docker -cache :
18
+ name : Build Cache Docker Images
19
19
strategy :
20
20
matrix :
21
21
include :
22
- # canon
23
- - arch : ubuntu-latest
24
- tag : amd64
25
- platform : linux/amd64
26
- image : canon
27
- file : etc/Dockerfile.cache
28
- - arch : buildjet-2vcpu-ubuntu-2204-arm
29
- tag : arm64
30
- platform : linux/arm64
31
- image : canon
32
- file : etc/Dockerfile.cache
33
22
# rdk-devenv
34
- - arch : ubuntu-latest
23
+ - arch : buildjet-2vcpu- ubuntu-2204
35
24
tag : amd64
36
25
platform : linux/amd64
37
26
image : rdk-devenv
46
35
platform : linux/arm/v7
47
36
image : rdk-devenv
48
37
file : etc/Dockerfile.cache
49
- # antique
50
- - arch : ubuntu-latest
51
- platform : linux/amd64
52
- image : antique
53
- file : etc/Dockerfile.antique-cache
54
- tag : amd64
55
- - arch : buildjet-2vcpu-ubuntu-2204-arm
56
- platform : linux/arm64
57
- image : antique
58
- file : etc/Dockerfile.antique-cache
59
- tag : arm64
60
38
# antique2
61
- - arch : ubuntu-latest
39
+ - arch : buildjet-2vcpu- ubuntu-2204
62
40
platform : linux/amd64
63
41
image : antique2
64
42
file : etc/Dockerfile.antique-cache
97
75
file : ${{ matrix.file }}
98
76
99
77
test :
100
- needs : canon -cache
78
+ needs : docker -cache
101
79
uses : viamrobotics/rdk/.github/workflows/test.yml@main
102
80
secrets :
103
81
MONGODB_TEST_OUTPUT_URI : ${{ secrets.MONGODB_TEST_OUTPUT_URI }}
Original file line number Diff line number Diff line change 9
9
name : Audit 3rd-Party Licenses
10
10
runs-on : [ubuntu-latest]
11
11
container :
12
- image : ghcr.io/viamrobotics/canon :amd64-cache
12
+ image : ghcr.io/viamrobotics/rdk-devenv :amd64-cache
13
13
options : --platform linux/amd64
14
14
timeout-minutes : 30
15
15
Original file line number Diff line number Diff line change 12
12
if : github.repository_owner == 'viamrobotics'
13
13
runs-on : [ubuntu-latest]
14
14
container :
15
- image : ghcr.io/viamrobotics/canon :amd64-cache
15
+ image : ghcr.io/viamrobotics/rdk-devenv :amd64-cache
16
16
17
17
steps :
18
18
- name : Checkout
You can’t perform that action at this time.
0 commit comments