Skip to content

Commit 183d588

Browse files
authored
Update ci.yml
1 parent fc0c0cd commit 183d588

File tree

1 file changed

+0
-55
lines changed

1 file changed

+0
-55
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -62,35 +62,6 @@ jobs:
6262
go-
6363
- run: go test -v -race ./...
6464

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))
9465
test-fips:
9566
runs-on: ubuntu-latest
9667
steps:
@@ -133,32 +104,6 @@ jobs:
133104
GH_TOKEN: ${{ github.token }}
134105
run: make system-test
135106

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))
162107
test-package:
163108
runs-on: ubuntu-latest
164109
steps:

0 commit comments

Comments
 (0)