Skip to content

Azure pipelines#14

Merged
jgebal merged 80 commits intodevelopfrom
azure-pipelines
Jan 1, 2022
Merged

Azure pipelines#14
jgebal merged 80 commits intodevelopfrom
azure-pipelines

Conversation

@lwasylow
Copy link
Copy Markdown
Member

@lwasylow lwasylow commented Dec 1, 2021

Adding a pipelines yml for azure for demo project which is located: here

Initial checkin [skip ci]
@lwasylow lwasylow requested review from jgebal and pesse December 1, 2021 14:43
Comment thread .azure_templates/t-extend-database-build.yml Outdated
@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

# start the docker container (DB)
time docker run -d --name ${{ trg_db.oracleVersion }} ${{ trg_db.dockerOptions }} -p 1521:${{ trg_db.dockerPortMap }} ${{ parameters.dockerRepo }}:${{ trg_db.oracleVersion }}
# Wait for DB startup
time docker logs -f ${{ trg_db.oracleVersion }} | grep -m 1 "DATABASE IS READY TO USE!" --line-buffered
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we can use the syntax similar to GitHub Actions and instead of waiting for container to be available explicitly we could leverage Docker healthcheck.
See: https://github.com/utPLSQL/utPLSQL/blob/feature/github_actions/.github/workflows/build.yml

@jgebal jgebal merged commit c1b65d2 into develop Jan 1, 2022
@lwasylow lwasylow deleted the azure-pipelines branch January 28, 2022 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants