Skip to content

Commit 80443cd

Browse files
authored
Update ci.yml
1 parent 74323ce commit 80443cd

1 file changed

Lines changed: 0 additions & 32 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -63,35 +63,6 @@ jobs:
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:

0 commit comments

Comments
 (0)