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

bug-1877856: run systemtest in CI #965

Merged
merged 1 commit into from
Feb 1, 2024
Merged

bug-1877856: run systemtest in CI #965

merged 1 commit into from
Feb 1, 2024

Conversation

relud
Copy link
Member

@relud relud commented Jan 31, 2024

No description provided.

@relud relud force-pushed the ci-systemtest branch 15 times, most recently from 4ac6ae5 to 4ab9017 Compare January 31, 2024 23:54
@relud relud requested a review from willkg January 31, 2024 23:56
@relud relud marked this pull request as ready for review January 31, 2024 23:56
@relud relud requested a review from a team as a code owner January 31, 2024 23:56
try:
yield conn.getresponse()
finally:
conn.close()
Copy link
Member Author

Choose a reason for hiding this comment

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

without this change I was getting test failures due to unclosed socket

@@ -8,7 +8,7 @@ version: 2.1
jobs:
main:
docker:
- image: cimg/base:2023.01
- image: cimg/base:2024.01
Copy link
Member Author

Choose a reason for hiding this comment

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

docker compose up --wait-timeout requires a newer version of docker compose

@@ -18,7 +18,7 @@ jobs:
- checkout

- setup_remote_docker:
version: 20.10.18
version: docker24
Copy link
Member Author

@relud relud Feb 1, 2024

Choose a reason for hiding this comment

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

docker 20 is deprecated by circleci and will start experiencing scheduled brownouts in february https://discuss.circleci.com/t/remote-docker-image-deprecations-and-eol-for-2024/50176

Copy link
Collaborator

@willkg willkg left a comment

Choose a reason for hiding this comment

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

Looks good!

We should probably update the systemtests/README.rst and whatever else needs updating in the systemtests now that it's being run in CI.

@relud
Copy link
Member Author

relud commented Feb 1, 2024

We should probably update the systemtests/README.rst and whatever else needs updating in the systemtests now that it's being run in CI.

i'll file a follow-up PR so that i can merge this and unblock #968

@relud relud merged commit 4e185d5 into main Feb 1, 2024
1 check passed
@relud relud deleted the ci-systemtest branch February 1, 2024 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants