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

Enable ppc64le in echo-api #212

Merged
merged 1 commit into from
Jul 19, 2021
Merged

Enable ppc64le in echo-api #212

merged 1 commit into from
Jul 19, 2021

Conversation

krishvoor
Copy link
Contributor

This PR enables ppc64le architecture in echo-api #211
Travis job is triggered for every PR submitted

Signed-off-by: Krishna Harsha Voora krishvoor@in.ibm.com

This PR enables ppc64le architecture in echo-api
Travis job is triggered for every PR submitted

Signed-off-by: Krishna Harsha Voora <krishvoor@in.ibm.com>
@krishvoor
Copy link
Contributor Author

Hi @unleashed - Request for your review ^^^

@unleashed
Copy link
Contributor

Looks good, I'll enable the Travis integration and check the test run.

Comment on lines +6 to +7
cd ..
bundle exec rackup --port 3000 --host 0.0.0.0 --env production &
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Note to self - I think the job would fail here :-(

Copy link
Contributor

Choose a reason for hiding this comment

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

Ok, guess we'll find out soon.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

My guess was right, I will push few changes on top of this.
configuration /home/travis/build/3scale/config.ru not found

@unleashed unleashed merged commit f605a6e into 3scale:master Jul 19, 2021
@unleashed
Copy link
Contributor

This is the failed build log:

Bundle complete! 9 Gemfile dependencies, 19 gems now installed.

Use `bundle info [gemname]` to see where a bundled gem is installed.

10.04s$ .travis/build_${TRAVIS_CPU_ARCH}.sh

# Start Echo API

cd ..

bundle exec rackup --port 3000 --host 0.0.0.0 --env production &

# Sleep

sleep 10

configuration /home/travis/build/3scale/config.ru not found

# test Echo API

curl --fail http://0.0.0.0:3000/test

curl: (7) Failed to connect to 0.0.0.0 port 3000: Connection refused

The command ".travis/build_${TRAVIS_CPU_ARCH}.sh" exited with 7.

Done. Your build exited with 1.

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.

2 participants