Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Platform Validation
Commits
e48979f0
Commit
e48979f0
authored
Aug 11, 2020
by
Kamlesh Todai
Browse files
correct typos in OSDU Platform Validation CI_CD_Notes.md
parent
ee8b1718
Pipeline
#5502
canceled with stages
in 7 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
OSDU Platform Validation CI_CD_Notes.md
View file @
e48979f0
...
...
@@ -61,7 +61,7 @@ settings-\>CI/CD-\>variables section, one for each cloud provider.
Have added the python script, generate-pipeline.py to the repository’s
root directory. This script generates the pipeline for each configured
cloud provider and job for each collection in the repository.
cloud provider and
test
job for each collection in the repository.
The python script is making the following assumptions:
...
...
@@ -86,15 +86,15 @@ The collections files name are as follows:
> Trajectory CI-CD v1.3.3.postman_collection.json
Python script generates “test-execution.gitlab-ci.yml” file in build
environment to
run
execute pipelines and run the tests. The generated
environment to execute pipelines and run the tests. The generated
file would have stages for each cloud platform and then each stage would
have tests to run each collection using “newman”
“.gitlab-ci.yml” file has two stages - generate and test. The generate
stage executes the above-mentioned python script that configures the
stage
,
executes the above-mentioned python script that configures the
pipelines and tests to be run for each collection and on each cloud
platform. The test stage uses the generated file to
run
the pipelines
and
execute
the tests
platform. The test stage uses the generated file to
execute
the pipelines
and
run
the tests
Detail reference for GitLab Ci/CD refer to following link
...
...
Write
Preview
Supports
Markdown
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