@@ -565,7 +565,7 @@ jobs:
565
565
GOOS : << parameters.go_os >>
566
566
GOARCH : << parameters.go_arch >>
567
567
CLI_V1_LOCATION : ../binary-releases
568
- command : make build build-test install prefix=. -e
568
+ command : make build install prefix=. -e
569
569
- save_cache :
570
570
key : go-build-{{ arch }}-{{ checksum "cliv2/go.sum" }}
571
571
paths : [/home/circleci/go/pkg/mod]
@@ -724,70 +724,6 @@ jobs:
724
724
- store_artifacts :
725
725
path : ./cliv2/bin
726
726
727
- v2-test-linux-amd64 :
728
- executor : docker-node
729
- working_directory : /home/circleci/snyk
730
- steps :
731
- - checkout
732
- - attach_workspace :
733
- at : .
734
- - run :
735
- name : Run integration tests
736
- working_directory : ./cliv2
737
- environment :
738
- TEST_SNYK_EXECUTABLE_PATH : ./bin/snyk-linux
739
- command : |
740
- export SNYK_TOKEN="${SNYK_API_KEY}"
741
- ./bin/snyk_tests_linux_amd64
742
-
743
- v2-test-linux-arm64 :
744
- executor : arm64
745
- working_directory : /home/circleci/snyk
746
- steps :
747
- - checkout
748
- - attach_workspace :
749
- at : .
750
- - run :
751
- name : Run integration tests
752
- working_directory : ./cliv2
753
- environment :
754
- TEST_SNYK_EXECUTABLE_PATH : ./bin/snyk-linux-arm64
755
- command : |
756
- export SNYK_TOKEN="${SNYK_API_KEY}"
757
- ./bin/snyk_tests_linux_arm64
758
-
759
- v2-test-darwin-amd64 :
760
- executor : macos
761
- working_directory : /Users/distiller/snyk
762
- steps :
763
- - checkout
764
- - attach_workspace :
765
- at : .
766
- - run :
767
- name : Run integration tests
768
- working_directory : ./cliv2
769
- environment :
770
- TEST_SNYK_EXECUTABLE_PATH : ./bin/snyk-macos
771
- command : |
772
- export SNYK_TOKEN="${SNYK_API_KEY}"
773
- ./bin/snyk_tests_darwin_amd64
774
-
775
- v2-test-windows-amd64 :
776
- executor : win/default
777
- working_directory : C:\Users\circleci\snyk
778
- steps :
779
- - checkout
780
- - attach_workspace :
781
- at : .
782
- - run :
783
- name : Run integration tests
784
- working_directory : ./cliv2
785
- environment :
786
- TEST_SNYK_EXECUTABLE_PATH : ./bin/snyk-win.exe
787
- command : |
788
- $env:SNYK_TOKEN = $env:SNYK_API_KEY
789
- ./bin/snyk_tests_windows_amd64.exe
790
-
791
727
v2-sign-darwin-amd64 :
792
728
executor : macos
793
729
working_directory : /Users/distiller/snyk
@@ -1058,34 +994,6 @@ workflows:
1058
994
go_os : alpine
1059
995
go_arch : amd64
1060
996
c_compiler : /usr/bin/musl-gcc
1061
- - v2-test-linux-amd64 :
1062
- filters :
1063
- branches :
1064
- ignore : master
1065
- name : v2 / Integration Tests (linux/amd64)
1066
- requires :
1067
- - v2 / Rename linux/amd64 artifact
1068
- - v2-test-linux-arm64 :
1069
- filters :
1070
- branches :
1071
- ignore : master
1072
- name : v2 / Integration Tests (linux/arm64)
1073
- requires :
1074
- - v2 / Rename linux/arm64 artifact
1075
- - v2-test-darwin-amd64 :
1076
- filters :
1077
- branches :
1078
- ignore : master
1079
- name : v2 / Integration Tests (darwin/amd64)
1080
- requires :
1081
- - v2 / Rename macos/amd64 artifact
1082
- - v2-test-windows-amd64 :
1083
- filters :
1084
- branches :
1085
- ignore : master
1086
- name : v2 / Integration Tests (windows/amd64)
1087
- requires :
1088
- - v2 / Rename windows/amd64 artifact
1089
997
# Tests for backwards compatibility with CLIv1
1090
998
- test-alpine :
1091
999
filters :
0 commit comments