- 17 May, 2021 3 commits
-
-
Vladislav Shishko (EPAM) authored
-
Oleksandr Kosse (EPAM) authored
Update cloud-providers/osdu-gcp-cloudrun.yml See merge request !244
-
Vladislav Shishko (EPAM) authored
-
- 13 May, 2021 4 commits
-
-
David Diederich authored
Automated Release Candidates See merge request !236
-
David Diederich authored
Generalized Maven Build Scripts See merge request !234
-
Oleksandr Kosse (EPAM) authored
(GONRG-2375) Update cloud-providers/osdu-gcp-cloudrun.yml See merge request !240
-
-
- 11 May, 2021 3 commits
-
-
ashley kelham authored
Update azure.yml - add Indexer Host See merge request !237
-
Anuj Gupta authored
Update ibm-seismic-store-service.yml See merge request !239
-
Anuj Gupta authored
-
- 08 May, 2021 2 commits
-
-
MANISH KUMAR authored
Using hardened base container for Java See merge request !238
-
MANISH KUMAR authored
-
- 07 May, 2021 1 commit
-
-
Wei Zhao authored
-
- 06 May, 2021 6 commits
-
-
David Diederich authored
Conflicts: cloud-providers/aws.yml
-
David Diederich authored
Within the multi-line if blocks, it can be hard to determine what these refer to
-
David Diederich authored
-
David Diederich authored
Turns out this causes the pipeline to exit when it fails. So, while the "it won't be 0" thing is true, that isn't the most salient point..
-
David Diederich authored
-
David Diederich authored
This pipeline step is intended to create a rc tag whenver changes occur to the default branch. By creating non-snapshot release versions, other services can link against the incremental changes without worry that it will change on the next MR.
-
- 05 May, 2021 2 commits
-
-
Anuj Gupta authored
Ibm not allowed to fail See merge request !235
-
Anuj Gupta authored
-
- 04 May, 2021 2 commits
-
-
David Diederich authored
-
David Diederich authored
-
- 03 May, 2021 12 commits
-
-
MANISH KUMAR authored
Removing Agent version from entrypoint See merge request !233
-
MANISH KUMAR authored
-
MANISH KUMAR authored
Missing jar in java command See merge request !232
-
MANISH KUMAR authored
-
MANISH KUMAR authored
Reverting to open jdk See merge request !231
-
MANISH KUMAR authored
-
MANISH KUMAR authored
Using Java hardened container See merge request !230
-
MANISH KUMAR authored
-
MANISH KUMAR authored
Fix for PreAgrregation logs to work See merge request !229
-
MANISH KUMAR authored
-
MANISH KUMAR authored
removing agent See merge request !228
-
MANISH KUMAR authored
-
- 02 May, 2021 5 commits
-
-
David Diederich authored
This caches the output, uploading as an artifact instead of streaming as a job log, to speed up the runs.
-
David Diederich authored
This caches the output, uploading as an artifact instead of streaming as a job log, to speed up the runs. The initial install output is directed to a separate file, in case the output is needed separately.
-
David Diederich authored
This caches the output, uploading as an artifact instead of streaming as a job log, to speed up the runs.
-
David Diederich authored
This reduces the duplication between the maven.yml build file and the aws integration test configuration. Some interesting differences, though: 1. The 'ls -ltr' commands spew some output, which can slow down jobs. I removed these. Most of the files would be available from the repository or the artifacts list, anyway. 2. Uploading the entire $INTEGRATION_TEST_DIR as an artifact causes a lot of duplication. All git-controlled source files and built jar files are uploaded as artifacts with this. I removed the entry.
-
David Diederich authored
-