Skip to content

Commit 6670116

Browse files
caisqNikhil Thorat
authored andcommitted
Disable integration tests for now; Fix version inconsistency (#581)
DEV
1 parent ef0110b commit 6670116

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

cloudbuild.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ steps:
1010
waitFor: ['yarn']
1111
env: ['BROWSERSTACK_USERNAME=deeplearnjs1', 'NIGHTLY=$_NIGHTLY']
1212
secretEnv: ['BROWSERSTACK_KEY']
13-
- name: 'node:10'
14-
entrypoint: 'yarn'
15-
id: 'tfjs2keras-js'
16-
args: ['tfjs2keras-js']
17-
waitFor: ['yarn']
18-
- name: 'python:2'
19-
entrypoint: 'bash'
20-
id: 'tfjs2keras-py'
21-
args: ['-c', './scripts/tfjs2keras-py.sh --stable && ./scripts/tfjs2keras-py.sh --stable --tfkeras && ./scripts/tfjs2keras-py.sh --dev --tfkeras']
22-
waitFor: ['tfjs2keras-js']
13+
# - name: 'node:10' # TODO(cais): Reinstate the tests after new tfjs-node release and/or smarting linking.
14+
# entrypoint: 'yarn'
15+
# id: 'tfjs2keras-js'
16+
# args: ['tfjs2keras-js']
17+
# waitFor: ['yarn']
18+
# - name: 'python:2'
19+
# entrypoint: 'bash'
20+
# id: 'tfjs2keras-py'
21+
# args: ['-c', './scripts/tfjs2keras-py.sh --stable && ./scripts/tfjs2keras-py.sh --stable --tfkeras && ./scripts/tfjs2keras-py.sh --dev --tfkeras']
22+
# waitFor: ['tfjs2keras-js']
2323
- name: 'node:10'
2424
entrypoint: 'yarn'
2525
id: 'test-snippets'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
"lint": "tslint -p . -t verbose"
5454
},
5555
"peerDependencies": {
56-
"@tensorflow/tfjs-core": "1.2.7"
56+
"@tensorflow/tfjs-core": "1.2.8"
5757
}
5858
}

0 commit comments

Comments
 (0)