Skip to content

Commit

Permalink
version bump and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cjflan committed Aug 3, 2023
1 parent 4c71d7b commit 63d1596
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pipeline {
environment {
PYENV_ROOT="$HOME/.pyenv"
PATH="$PYENV_ROOT/shims:/opt/homebrew/bin/:$PATH"
TF_PYTHON_VERSION=3.9
TF_PYTHON_VERSION=3.9
}
steps {
dir('tensorflow') {
Expand Down Expand Up @@ -84,7 +84,7 @@ pipeline {
environment {
PYENV_ROOT="$HOME/.pyenv"
PATH="$PYENV_ROOT/shims:/opt/homebrew/bin/:$PATH"
TF_PYTHON_VERSION=3.10
TF_PYTHON_VERSION=3.10
}
steps {
dir('tensorflow') {
Expand Down Expand Up @@ -140,7 +140,7 @@ pipeline {
environment {
PYENV_ROOT="$HOME/.pyenv"
PATH="$PYENV_ROOT/shims:/opt/homebrew/bin/:$PATH"
TF_PYTHON_VERSION=3.11
TF_PYTHON_VERSION=3.11
}
steps {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ limitations under the License.
pipeline {
agent none
environment {
RELEASE_BRANCH = 'r2.13'
RELEASE_BRANCH = 'r2.14'
}
stages {
stage("Build Tensorflow") {
Expand All @@ -29,7 +29,7 @@ pipeline {
environment {
PYENV_ROOT="$HOME/.pyenv"
PATH="$PYENV_ROOT/shims:/opt/homebrew/bin/:$PATH"
TF_PYTHON_VERSION=3.9
TF_PYTHON_VERSION=3.9
}
steps {
dir('tensorflow') {
Expand Down Expand Up @@ -78,7 +78,7 @@ pipeline {
environment {
PYENV_ROOT="$HOME/.pyenv"
PATH="$PYENV_ROOT/shims:/opt/homebrew/bin/:$PATH"
TF_PYTHON_VERSION=3.10
TF_PYTHON_VERSION=3.10
}
steps {
dir('tensorflow') {
Expand Down Expand Up @@ -127,7 +127,7 @@ pipeline {
environment {
PYENV_ROOT="$HOME/.pyenv"
PATH="$PYENV_ROOT/shims:/opt/homebrew/bin/:$PATH"
TF_PYTHON_VERSION=3.11
TF_PYTHON_VERSION=3.11
}
steps {
dir('tensorflow') {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pipeline {
environment {
PYENV_ROOT="$HOME/.pyenv"
PATH="$PYENV_ROOT/shims:/opt/homebrew/bin/:$PATH"
TF_PYTHON_VERSION=3.11
TF_PYTHON_VERSION=3.11
}
steps {
sh '''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pipeline {
environment {
PYENV_ROOT="$HOME/.pyenv"
PATH="$PYENV_ROOT/shims:/opt/homebrew/bin/:$PATH"
TF_PYTHON_VERSION=3.9
TF_PYTHON_VERSION=3.9
}
steps {

Expand Down Expand Up @@ -59,7 +59,7 @@ pipeline {
environment {
PYENV_ROOT="$HOME/.pyenv"
PATH="$PYENV_ROOT/shims:/opt/homebrew/bin/:$PATH"
TF_PYTHON_VERSION=3.10
TF_PYTHON_VERSION=3.10
}
steps {
sh '''
Expand Down Expand Up @@ -93,7 +93,7 @@ pipeline {
environment {
PYENV_ROOT="$HOME/.pyenv"
PATH="$PYENV_ROOT/shims:/opt/homebrew/bin/:$PATH"
TF_PYTHON_VERSION=3.11
TF_PYTHON_VERSION=3.11
}
steps {
sh '''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ limitations under the License.
pipeline {
agent none
environment {
RELEASE_BRANCH = 'r2.13'
RELEASE_BRANCH = 'r2.14'
}
stages {
stage("Build Tensorflow") {
Expand All @@ -29,7 +29,7 @@ pipeline {
environment {
PYENV_ROOT="$HOME/.pyenv"
PATH="$PYENV_ROOT/shims:/opt/homebrew/bin/:$PATH"
TF_PYTHON_VERSION=3.9
TF_PYTHON_VERSION=3.9
}
steps {

Expand Down Expand Up @@ -62,7 +62,7 @@ pipeline {
environment {
PYENV_ROOT="$HOME/.pyenv"
PATH="$PYENV_ROOT/shims:/opt/homebrew/bin/:$PATH"
TF_PYTHON_VERSION=3.10
TF_PYTHON_VERSION=3.10
}
steps {
sh '''
Expand Down Expand Up @@ -95,7 +95,7 @@ pipeline {
environment {
PYENV_ROOT="$HOME/.pyenv"
PATH="$PYENV_ROOT/shims:/opt/homebrew/bin/:$PATH"
TF_PYTHON_VERSION=3.11
TF_PYTHON_VERSION=3.11
}
steps {
sh '''
Expand Down

0 comments on commit 63d1596

Please sign in to comment.