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

fix: e2e by updating docker-compose to docker compose #1457

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

evan-forbes
Copy link
Member

Description

attempts to fix some of the e2e failures by updating docker compose usage

@evan-forbes evan-forbes self-assigned this Aug 14, 2024
@evan-forbes evan-forbes requested a review from a team as a code owner August 14, 2024 13:28
@evan-forbes evan-forbes requested review from rootulp, rach-id and ninabarbakadze and removed request for a team August 14, 2024 13:28
[]string{"docker-compose", "-f", filepath.Join(dir, "docker-compose.yml")},
[]string{"docker", "compose", "-f", filepath.Join(dir, "docker-compose.yml")},
Copy link
Member Author

Choose a reason for hiding this comment

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

for some reason my brain is telling me that we might need to use "docker compose" instead of "docker" "compose"

I forget tho

Copy link
Collaborator

@rootulp rootulp left a comment

Choose a reason for hiding this comment

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

test-e2e passes on this PR: https://github.com/celestiaorg/celestia-core/actions/runs/10388546719/job/28765275886?pr=1457 so LGTM

[for other reviewers] this PR is meant to fix failures like https://github.com/celestiaorg/celestia-core/actions/runs/10368827431/job/28760614676#step:7:9

  1. Can potentially close fix: docker compose error #1456
  2. I just noticed that test-e2e doesn't run on main after the PR merges.

Copy link
Member

@ninabarbakadze ninabarbakadze left a comment

Choose a reason for hiding this comment

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

thank you! I'll close mine!

@evan-forbes evan-forbes enabled auto-merge (squash) August 14, 2024 15:37
@evan-forbes evan-forbes merged commit a6658ff into v0.34.x-celestia Aug 14, 2024
20 of 21 checks passed
@evan-forbes evan-forbes deleted the evan/e2e-docker-compose-fix branch August 14, 2024 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants