25
25
jobs :
26
26
test-on-codebuild :
27
27
if : github.repository == 'awslabs/soci-snapshotter'
28
- runs-on : codebuild-soci-snapshotter-build-test -${{ github.run_id }}-${{ github.run_attempt }}-${{ matrix.os }}
28
+ runs-on : codebuild-soci-snapshotter-instance-dev-new -${{ github.run_id }}-${{ github.run_attempt }}-${{ matrix.os }}
29
29
strategy :
30
30
matrix :
31
- os : [arm-3.0-large, ubuntu-7.0-xlarge, ubuntu-7.0-small, ubuntu-7.0-medium, ubuntu-7.0-medium ]
31
+ os : [arm-3.0-large]
32
32
timeout-minutes : 15
33
33
steps :
34
34
- uses : actions/checkout@v4
@@ -40,22 +40,24 @@ jobs:
40
40
41
41
test-on-fork :
42
42
if : github.repository != 'awslabs/soci-snapshotter'
43
- runs-on : codebuild-soci-snapshotter-build-test -${{ github.run_id }}-${{ github.run_attempt }}-${{ matrix.os }}
43
+ runs-on : codebuild-soci-snapshotter-instance-dev-new -${{ github.run_id }}-${{ github.run_attempt }}-${{ matrix.os }}
44
44
strategy :
45
45
matrix :
46
- os : [arm-3.0-large, ubuntu-7.0-xlarge ]
46
+ os : [arm-3.0-large]
47
47
timeout-minutes : 15
48
48
steps :
49
49
- uses : actions/checkout@v4
50
50
- uses : actions/setup-go@v5
51
51
with :
52
52
go-version : ${{ env.GO_VERSION }}
53
+ - run : dnf list --installed
54
+ - run : dnf install zlib-static.aarch64 -y
53
55
- run : make
54
56
- run : make test
55
57
56
58
integration-on-codebuild :
57
59
if : github.repository == 'awslabs/soci-snapshotter'
58
- runs-on : codebuild-soci-snapshotter-build-test -${{ github.run_id }}-${{ github.run_attempt }}-ubuntu-7.0-xlarge
60
+ runs-on : codebuild-soci-snapshotter-instance-dev-new -${{ github.run_id }}-${{ github.run_attempt }}-ubuntu-7.0-xlarge
59
61
timeout-minutes : 40
60
62
strategy :
61
63
fail-fast : false
72
74
73
75
integration-on-fork :
74
76
if : github.repository != 'awslabs/soci-snapshotter'
75
- runs-on : codebuild-soci-snapshotter-build-test -${{ github.run_id }}-${{ github.run_attempt }}-ubuntu-7.0-xlarge
77
+ runs-on : codebuild-soci-snapshotter-instance-dev-new -${{ github.run_id }}-${{ github.run_attempt }}-ubuntu-7.0-xlarge
76
78
timeout-minutes : 40
77
79
strategy :
78
80
fail-fast : false
0 commit comments