mirror of
https://github.com/slackhq/nebula.git
synced 2026-07-01 19:10:29 +02:00
use fips140-all in CI tests
This commit is contained in:
@@ -25,53 +25,16 @@ jobs:
|
||||
go-version: '1.26'
|
||||
check-latest: true
|
||||
|
||||
- name: build
|
||||
run: make bin-docker CGO_ENABLED=1 BUILD_ARGS=-race
|
||||
- name: Smoke Docker
|
||||
run: make smoke-docker-race
|
||||
|
||||
- name: setup docker image
|
||||
working-directory: ./.github/workflows/smoke
|
||||
run: ./build.sh
|
||||
- name: Smoke Relay Docker
|
||||
run: make smoke-relay-docker
|
||||
|
||||
- name: run smoke
|
||||
working-directory: ./.github/workflows/smoke
|
||||
run: ./smoke.sh
|
||||
- name: Smoke Docker boringcrypto
|
||||
run: make boringcrypto smoke-docker-race
|
||||
|
||||
- name: setup relay docker image
|
||||
working-directory: ./.github/workflows/smoke
|
||||
run: ./build-relay.sh
|
||||
|
||||
- name: run smoke relay
|
||||
working-directory: ./.github/workflows/smoke
|
||||
run: ./smoke-relay.sh
|
||||
|
||||
- name: setup docker image for P256
|
||||
working-directory: ./.github/workflows/smoke
|
||||
run: NAME="smoke-p256" CURVE=P256 ./build.sh
|
||||
|
||||
- name: run smoke-p256
|
||||
working-directory: ./.github/workflows/smoke
|
||||
run: NAME="smoke-p256" ./smoke.sh
|
||||
|
||||
- name: build for boringcrypto
|
||||
run: make boringcrypto bin-docker CGO_ENABLED=1 BUILD_ARGS=-race
|
||||
|
||||
- name: setup docker image for boringcrypto
|
||||
working-directory: ./.github/workflows/smoke
|
||||
run: NAME="smoke-boringcrypto" CURVE=P256 ./build.sh
|
||||
|
||||
- name: run smoke-boringcrypto
|
||||
working-directory: ./.github/workflows/smoke
|
||||
run: NAME="smoke-boringcrypto" ./smoke.sh
|
||||
|
||||
- name: build for fips140
|
||||
run: make fips140 bin-docker CGO_ENABLED=1 BUILD_ARGS=-race
|
||||
|
||||
- name: setup docker image for fips140
|
||||
working-directory: ./.github/workflows/smoke
|
||||
run: NAME="smoke-fips140" CURVE=P256 ./build.sh
|
||||
|
||||
- name: run smoke-fips140
|
||||
working-directory: ./.github/workflows/smoke
|
||||
run: NAME="smoke-fips140" ./smoke.sh
|
||||
- name: Smoke Docker fips140
|
||||
run: make fips140-all smoke-docker-race
|
||||
|
||||
timeout-minutes: 10
|
||||
|
||||
Reference in New Issue
Block a user