mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
*: add test-smoke to the pipeline and update test-smoke
- add test-smoke to the tests.yaml pipeline - add bom and dep to the test-smoke definition - https://github.com/etcd-io/etcd/issues/17400 - https://github.com/etcd-io/etcd/issues/17401 - wait for https://github.com/etcd-io/etcd/pull/17433 to merge - wait for https://github.com/etcd-io/etcd/pull/17434 to merge Signed-off-by: vivekpatani <9080894+vivekpatani@users.noreply.github.com>
This commit is contained in:
3
.github/workflows/tests-template.yaml
vendored
3
.github/workflows/tests-template.yaml
vendored
@@ -37,6 +37,9 @@ jobs:
|
||||
|
||||
echo "${TARGET}"
|
||||
case "${TARGET}" in
|
||||
linux-test-smoke)
|
||||
GOARCH=${{ inputs.arch }} CPU=4 RACE='false' make test-smoke
|
||||
;;
|
||||
linux-integration-1-cpu)
|
||||
GOARCH=${{ inputs.arch }} CPU=1 RACE='false' make test-integration
|
||||
;;
|
||||
|
||||
6
.github/workflows/tests.yaml
vendored
6
.github/workflows/tests.yaml
vendored
@@ -6,7 +6,8 @@ jobs:
|
||||
with:
|
||||
arch: amd64
|
||||
runs-on: ubuntu-latest
|
||||
targets: "['linux-integration-1-cpu',
|
||||
targets: "['linux-test-smoke',
|
||||
'linux-integration-1-cpu',
|
||||
'linux-integration-2-cpu',
|
||||
'linux-integration-4-cpu',
|
||||
'linux-unit-4-cpu-race',
|
||||
@@ -17,7 +18,8 @@ jobs:
|
||||
with:
|
||||
arch: arm64
|
||||
runs-on: actuated-arm64-8cpu-32gb
|
||||
targets: "['linux-integration-1-cpu',
|
||||
targets: "['linux-test-smoke',
|
||||
'linux-integration-1-cpu',
|
||||
'linux-integration-2-cpu',
|
||||
'linux-integration-4-cpu',
|
||||
'linux-unit-4-cpu-race']"
|
||||
|
||||
Reference in New Issue
Block a user