File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 go-
6464 - run : go test -v -race ./...
6565
66- <<<<<<< HEAD
67- =======
68- test-integration-server-internal :
69- runs-on : ubuntu-latest
70- steps :
71- - uses : actions/checkout@v4
72- - uses : actions/setup-go@v5
73- with :
74- go-version-file : integrationservertest/go.mod
75- cache : false
76- - uses : actions/cache@v4
77- with :
78- path : |
79- ~/go/pkg/mod/cache
80- key : integrationservertest-go-${{ hashFiles('integrationservertest/go.mod') }}
81- restore-keys : |
82- integration-server-test-go-
83- - env :
84- KIBANA_URL : " https://kibana.test"
85- KIBANA_USERNAME : " dummy"
86- KIBANA_PASSWORD : " dummy"
87- EC_URL : " https://elastic-cloud.test"
88- EC_API_KEY : " dummy"
89- EC_REGION : " gcp-us-west2"
90- # run integrationservertest/internal tests
91- # integrationservertest themselves are run in the integration-server-test pipeline
92- run : cd ./integrationservertest && go test -v -race ./internal/...
93-
94- >>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
9566 test-fips :
9667 runs-on : ubuntu-latest
9768 steps :
@@ -134,8 +105,6 @@ jobs:
134105 GH_TOKEN : ${{ github.token }}
135106 run : make system-test
136107
137- <<<<<<< HEAD
138- =======
139108 system-test-fips :
140109 runs-on : ubuntu-latest
141110 steps :
@@ -159,7 +128,6 @@ jobs:
159128 GH_TOKEN : ${{ github.token }}
160129 run : make system-test
161130
162- >>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
163131 test-package :
164132 runs-on : ubuntu-latest
165133 steps :
You can’t perform that action at this time.
0 commit comments