Skip to content
Snippets Groups Projects
Commit c4e74176 authored by Alan Braz's avatar Alan Braz
Browse files

remove env vars

parent 761b846d
No related branches found
No related tags found
1 merge request!6Trusted ibm
Pipeline #1870 failed
......@@ -13,10 +13,10 @@ variables:
GCP_STORAGE_URL: https://osdu-indexer-dot-opendes.appspot.com/api/storage/v2/
IBM_BUILD_SUBDIR: provider/indexer-ibm
IBM_INT_TEST_SUBDIR: testing/indexer-test-ibm
IBM_SKIP_BUILD: 'true'
IBM_SKIP_BUILD: 'false'
IBM_SKIP_DEPLOY: 'true'
IBM_SKIP_TEST: 'false'
include:
- project: "osdu/platform/ci-cd-pipelines"
ref: "ibm"
......@@ -32,4 +32,4 @@ include:
# file: "scanners/fossa.yml"
# - project: "osdu/platform/ci-cd-pipelines"
# ref: "ibm"
# file: "scanners/gitlab-ultimate.yml"
\ No newline at end of file
# file: "scanners/gitlab-ultimate.yml"
......@@ -146,63 +146,4 @@
</snapshotRepository>
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<executions>
<execution>
<phase>integration-test</phase>
<goals>
<goal>test</goal>
</goals>
<configuration>
<excludes>
<exclude>none</exclude>
</excludes>
<includes>
<include>**/index</include>
</includes>
</configuration>
</execution>
</executions>
<configuration>
<trimStackTrace>false</trimStackTrace>
<systemPropertyVariables>
<KEYCLOAK_URL>keycloak-osdu-r2.osduadev-a1c3eaf78a86806e299f5f3f207556f0-0000.us-south.containers.appdomain.cloud</KEYCLOAK_URL>
<KEYCLOAK_REALM>OSDU</KEYCLOAK_REALM>
<KEYCLOAK_CLIENT_ID>osdu-login</KEYCLOAK_CLIENT_ID>
<AUTH_USER_ACCESS>osdu-user</AUTH_USER_ACCESS>
<AUTH_USER_ACCESS_PASSWORD>CHANGE_ME</AUTH_USER_ACCESS_PASSWORD>
<ENTITLEMENTS_DOMAIN>ibm.com</ENTITLEMENTS_DOMAIN>
<OTHER_RELEVANT_DATA_COUNTRIES>US</OTHER_RELEVANT_DATA_COUNTRIES>
<!-- must be a valid, existing tag -->
<LEGAL_TAG>opendes-public-usa-dataset</LEGAL_TAG>
<!-- tenant1 MUSTG be opendes to work -->
<DEFAULT_DATA_PARTITION_ID_TENANT1>opendes</DEFAULT_DATA_PARTITION_ID_TENANT1>
<DEFAULT_DATA_PARTITION_ID_TENANT2>tenant2</DEFAULT_DATA_PARTITION_ID_TENANT2>
<!-- test against OpenShift -->
<STORAGE_HOST>https://storage.osdu-r2-dev-a1c3eaf78a86806e299f5f3f207556f0-0000.us-south.containers.appdomain.cloud/api/storage/v2/</STORAGE_HOST>
<!-- test locally -->
<!--
<STORAGE_HOST>http://localhost:8082/api/storage/v2/</STORAGE_HOST>
-->
<ELASTIC_HOST>CHANGE_ME.us-south.containers.appdomain.cloud</ELASTIC_HOST>
<ELASTIC_USER_NAME>CHANGE_ME</ELASTIC_USER_NAME>
<ELASTIC_PASSWORD>CHANGE_ME</ELASTIC_PASSWORD>
<ELASTIC_PORT>443</ELASTIC_PORT>
</systemPropertyVariables>
</configuration>
</plugin>
</plugins>
</build>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment