Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 86aff63

Browse files
update components for build and setup (#194)
* Update components for build and test to use the ibm-functions/openwhisk repo and to use the ibmfunctions/controller and ibmfunctions/invoker images. * Lower akka version to match version of ibm-functions/openwhisk repo.
1 parent 5dd6b52 commit 86aff63

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

‎settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ gradle.ext.scalafmt = [
2121
config: new File(rootProject.projectDir, '.scalafmt.conf')
2222
]
2323

24-
gradle.ext.akka = [version : '2.6.12']
25-
gradle.ext.akka_http = [version : '10.2.4']
24+
gradle.ext.akka = [version : '2.5.32']
25+
gradle.ext.akka_http = [version : '10.2.7']

‎tools/travis/build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ fi
2020
cd $WHISKDIR
2121

2222
# Pull down images
23-
docker pull openwhisk/controller:nightly
24-
docker tag openwhisk/controller:nightly ${IMAGE_PREFIX}/controller
25-
docker pull openwhisk/invoker:nightly
26-
docker tag openwhisk/invoker:nightly ${IMAGE_PREFIX}/invoker
23+
docker pull ibmfunctions/controller:nightly
24+
docker tag ibmfunctions/controller:nightly ${IMAGE_PREFIX}/controller
25+
docker pull ibmfunctions/invoker:nightly
26+
docker tag ibmfunctions/invoker:nightly ${IMAGE_PREFIX}/invoker
2727
docker pull openwhisk/nodejs6action:nightly
2828
docker tag openwhisk/nodejs6action:nightly nodejs6action
2929
docker pull openwhisk/python2action

‎tools/travis/setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ HOMEDIR="$SCRIPTDIR/../../../"
1111
cd $HOMEDIR
1212

1313
# Clone and setup openwhisk to have a local test environment.
14-
git clone https://github.com/apache/incubator-openwhisk.git openwhisk
14+
git clone https://github.com/ibm-functions/openwhisk.git openwhisk
1515
cd openwhisk
1616
# Use a fixed commit to run the tests, to explicitly control when changes are consumed.
1717
# Commit: minor version bump of azure-storage-blob to fix builds (#5150)
18-
git checkout 3e6138d088fbd502a69c31314ad7c0089c5f5283
18+
git checkout 7ae02b8ede4f4b4068b3b95dbc3f02f902d936c9
1919

2020
# setup the openwhisk environment
2121
./tools/travis/setup.sh

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /