|
62 | 62 | go-
|
63 | 63 | - run: go test -v -race ./...
|
64 | 64 |
|
65 |
| -<<<<<<< HEAD |
66 |
| -======= |
67 |
| - test-integration-server-internal: |
68 |
| - runs-on: ubuntu-latest |
69 |
| - steps: |
70 |
| - - uses: actions/checkout@v4 |
71 |
| - - uses: actions/setup-go@v5 |
72 |
| - with: |
73 |
| - go-version-file: integrationservertest/go.mod |
74 |
| - cache: false |
75 |
| - - uses: actions/cache@v4 |
76 |
| - with: |
77 |
| - path: | |
78 |
| - ~/go/pkg/mod/cache |
79 |
| - key: integrationservertest-go-${{ hashFiles('integrationservertest/go.mod') }} |
80 |
| - restore-keys: | |
81 |
| - integration-server-test-go- |
82 |
| - - env: |
83 |
| - KIBANA_URL: "https://kibana.test" |
84 |
| - KIBANA_USERNAME: "dummy" |
85 |
| - KIBANA_PASSWORD: "dummy" |
86 |
| - EC_URL: "https://elastic-cloud.test" |
87 |
| - EC_API_KEY: "dummy" |
88 |
| - EC_REGION: "gcp-us-west2" |
89 |
| - # run integrationservertest/internal tests |
90 |
| - # integrationservertest themselves are run in the integration-server-test pipeline |
91 |
| - run: cd ./integrationservertest && go test -v -race ./internal/... |
92 |
| - |
93 |
| ->>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191)) |
94 | 65 | test-fips:
|
95 | 66 | runs-on: ubuntu-latest
|
96 | 67 | steps:
|
@@ -133,32 +104,6 @@ jobs:
|
133 | 104 | GH_TOKEN: ${{ github.token }}
|
134 | 105 | run: make system-test
|
135 | 106 |
|
136 |
| -<<<<<<< HEAD |
137 |
| -======= |
138 |
| - system-test-fips: |
139 |
| - runs-on: ubuntu-latest |
140 |
| - steps: |
141 |
| - - uses: actions/checkout@v4 |
142 |
| - - uses: actions/setup-go@v5 |
143 |
| - with: |
144 |
| - go-version-file: systemtest/go.mod |
145 |
| - cache: false |
146 |
| - - run: docker compose up -d |
147 |
| - - uses: actions/cache@v4 |
148 |
| - with: |
149 |
| - path: | |
150 |
| - ~/go/pkg/mod/cache |
151 |
| - key: systemtest-go-${{ hashFiles('systemtest/go.mod', 'go.mod') }} |
152 |
| - restore-keys: | |
153 |
| - systemtest-go- |
154 |
| - - env: |
155 |
| - GOTESTFLAGS: "-v -tags=requirefips" |
156 |
| - GOFIPS140: "latest" |
157 |
| - GODEBUG: "fips140=only" |
158 |
| - GH_TOKEN: ${{ github.token }} |
159 |
| - run: make system-test |
160 |
| - |
161 |
| ->>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191)) |
162 | 107 | test-package:
|
163 | 108 | runs-on: ubuntu-latest
|
164 | 109 | steps:
|
|
0 commit comments