File tree 3 files changed +23
-4
lines changed 3 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 7
7
commands :
8
8
- apt-get update
9
9
- apt-get install sudo -y
10
- - python ts_scripts/install_dependencies.py --cuda=cu101 -- environment=dev
10
+ - python ts_scripts/install_dependencies.py --environment=dev
11
11
12
12
build :
13
13
commands :
@@ -16,4 +16,4 @@ phases:
16
16
artifacts :
17
17
files :
18
18
- /tmp/test_exec.log
19
- name : TS-NIGHTLY-REGRESSION-$(date +%Y-%m-%d)
19
+ name : TS-NIGHTLY-REGRESSION-$(date +%Y-%m-%d)
Original file line number Diff line number Diff line change
1
+ # Build Spec for AWS CodeBuild CI
2
+
3
+ version : 0.2
4
+
5
+ phases :
6
+ install :
7
+ commands :
8
+ - apt-get update
9
+ - apt-get install sudo -y
10
+ - python ts_scripts/install_dependencies.py --cuda=cu102 --environment=dev
11
+
12
+ build :
13
+ commands :
14
+ - /bin/bash -c "set -eo pipefail; python test/regression_tests.py 2>&1 | tee /tmp/test_exec.log"
15
+
16
+ artifacts :
17
+ files :
18
+ - /tmp/test_exec.log
19
+ name : TS-NIGHTLY-REGRESSION-$(date +%Y-%m-%d)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ version: 0.2
5
5
phases :
6
6
install :
7
7
commands :
8
- - python ts_scripts\install_dependencies.py --cuda=cu101 --environment=dev
8
+ - python ts_scripts\install_dependencies.py --cuda=cu102 --environment=dev
9
9
10
10
build :
11
11
commands :
@@ -14,4 +14,4 @@ phases:
14
14
artifacts :
15
15
files :
16
16
- test_exec.log
17
- name : TS-NIGHTLY-REGRESSION-$(Get-Date -Format "yyyy-MM-dd")
17
+ name : TS-NIGHTLY-REGRESSION-$(Get-Date -Format "yyyy-MM-dd")
You can’t perform that action at this time.
0 commit comments