Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cancel overridden workflows #4597

Merged
merged 1 commit into from
Jun 29, 2023
Merged

Cancel overridden workflows #4597

merged 1 commit into from
Jun 29, 2023

Conversation

thejohnfreeman
Copy link
Collaborator

Small quality-of-life improvements to workflows using new concurrency control features.

@intelliot intelliot requested review from ckeshava and removed request for intelliot June 29, 2023 15:44
@intelliot
Copy link
Collaborator

LGTM

Copy link
Collaborator

@ximinez ximinez left a comment

Choose a reason for hiding this comment

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

👍

@@ -57,7 +60,7 @@ jobs:
echo ${PATH} | tr ':' '\n'
conan --version
cmake --version
env
env | sort
- name: configure Conan
env:
CONAN_URL: http://18.143.149.228:8081/artifactory/api/conan/conan-non-prod
Copy link
Collaborator

Choose a reason for hiding this comment

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

if the dns mapping changes in the future, won't we be in trouble because we have hard-coded the IP address?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

There is no domain name for this address. No mapping to change.

The risk is that the public IP address for this machine changes. We have already discussed, internally, adding a domain name for this machine. It will be an improvement, but it is not necessary.

Lastly, the IP address is already hard-coded in the workflows. It is not part of this PR.

Copy link
Collaborator

Choose a reason for hiding this comment

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

I see, ok

@thejohnfreeman thejohnfreeman added the Passed Passed code review & PR owner thinks it's ready to merge. Perf sign-off may still be required. label Jun 29, 2023
@intelliot intelliot merged commit 54afdaa into XRPLF:develop Jun 29, 2023
@thejohnfreeman thejohnfreeman deleted the ci branch June 29, 2023 23:14
ximinez pushed a commit to ximinez/rippled that referenced this pull request Jun 30, 2023
Small quality-of-life improvements to workflows using new concurrency
control features:

https://docs.github.com/en/actions/using-jobs/using-concurrency

At time of this commit, macOS runners are oversubscribed. This may help.
ximinez added a commit to ximinez/rippled that referenced this pull request Jun 30, 2023
ximinez added a commit to ximinez/rippled that referenced this pull request Jun 30, 2023
ckeshava pushed a commit to ckeshava/rippled that referenced this pull request Jul 10, 2023
Small quality-of-life improvements to workflows using new concurrency
control features:

https://docs.github.com/en/actions/using-jobs/using-concurrency

At time of this commit, macOS runners are oversubscribed. This may help.
ckeshava pushed a commit to ckeshava/rippled that referenced this pull request Sep 22, 2023
Small quality-of-life improvements to workflows using new concurrency
control features:

https://docs.github.com/en/actions/using-jobs/using-concurrency

At time of this commit, macOS runners are oversubscribed. This may help.
ckeshava pushed a commit to ckeshava/rippled that referenced this pull request Sep 25, 2023
Small quality-of-life improvements to workflows using new concurrency
control features:

https://docs.github.com/en/actions/using-jobs/using-concurrency

At time of this commit, macOS runners are oversubscribed. This may help.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Passed Passed code review & PR owner thinks it's ready to merge. Perf sign-off may still be required.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants