File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -98,12 +98,18 @@ failonerror
98
98
echo Build docker images: pipeline
99
99
./kci docker $args kernelci pipeline --version=" $pipeline_rev "
100
100
failonerror
101
+ echo Build docker images: lava-callback
102
+ ./kci docker $args kernelci lava-callback --version=" $pipeline_rev "
103
+ failonerror
101
104
echo Tag docker image of api to latest
102
105
docker tag local/staging-kernelci:api-$api_rev local/staging-kernelci:api
103
106
failonerror
104
107
echo Tag docker image of pipeline to latest
105
108
docker tag local/staging-kernelci:pipeline-$pipeline_rev local/staging-kernelci:pipeline
106
109
failonerror
110
+ echo Tag docker image of lava-callback to latest
111
+ docker tag local/staging-kernelci:lava-callback-$pipeline_rev local/staging-kernelci:lava-callback
112
+ failonerror
107
113
echo Build docker images: clang-17+kselftest+kernelci for x86
108
114
./kci docker $args clang-17 kselftest kernelci --arch x86
109
115
failonerror
You can’t perform that action at this time.
0 commit comments