Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
EGA
ega-data-api
Commits
c52467bf
Commit
c52467bf
authored
Apr 13, 2021
by
anandmohan777
Browse files
removing integration test as it is using localEga profile and not
require
parent
18d05130
Pipeline
#146561
passed with stage
in 1 minute and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
22 deletions
+0
-22
.gitlab-ci.yml
.gitlab-ci.yml
+0
-22
No files found.
.gitlab-ci.yml
View file @
c52467bf
...
...
@@ -16,7 +16,6 @@ services:
## List of jobs:
stages
:
-
unitTest
-
integrationTest
-
imageBuild
# Cache downloaded dependencies and plugins between builds.
...
...
@@ -35,27 +34,6 @@ unitTest:
script
:
-
mvn test
integrationTest
:
stage
:
integrationTest
before_script
:
-
mvn install -DskipTests=true -P production -Dmaven.javadoc.skip=true -B -V -DskipDockerPush
# - sudo service postgresql stop
-
mkdir -p /usr/local/share/ca-certificates/
-
cp extras/certificate/rootCA.pem /usr/local/share/ca-certificates/CA.crt
-
chmod 644 /usr/local/share/ca-certificates/CA.crt
-
update-ca-certificates
-
docker build -t ega-data-api/ega-dataedge --file Dockerfile.dataedge .
-
docker build -t ega-data-api/ega-res --file Dockerfile.res .
-
docker build -t ega-data-api/ega-keyserver --file Dockerfile.keyserver .
-
docker build -t ega-data-api/ega-filedatabase --file Dockerfile.filedatabase .
-
docker build -t ega-data-api/ega-postgres --file extras/postgresdb/Dockerfile .
-
cd extras && source ./variables.sh
-
docker-compose up -d
-
sleep
90
-
cd ../ega-data-api-it
script
:
-
mvn test "-Dkey.url=https://dataedge" "-Dfile.url=https://dataedge" "-Dres.url=https://dataedge" "-Ddataedge.url=https://dataedge"
imageBuild
:
stage
:
imageBuild
script
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment