File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 strategy :
1616 fail-fast : false
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 - name : Set up JDK 11
20- uses : actions/setup-java@v3
20+ uses : actions/setup-java@v4
2121 with :
2222 java-version : ' 11'
2323 distribution : ' adopt'
Original file line number Diff line number Diff line change 1515 INPUT : " zingg_community_performance_reports/perf_test/perfTestInput_febrl120K.json"
1616 steps :
1717 - name : checkout repo content
18- uses : actions/checkout@v3 # checkout the repository content to github runner.
18+ uses : actions/checkout@v4 # checkout the repository content to github runner.
1919 - name : Load Spark config
2020 id : cfg
2121 run : |
2525 echo "hadoop_version=$HADOOP_VERSION" >> "$GITHUB_OUTPUT"
2626 echo "spark_url=$SPARK_URL" >> "$GITHUB_OUTPUT"
2727 - name : setup python
28- uses : actions/setup-python@v4
28+ uses : actions/setup-python@v5
2929 with :
3030 python-version : 3.12.7 # install the python needed
3131 - uses : actions/setup-java@v4
6363 git remote set-url origin https://x-access-token:${{ secrets.GH_PERF_COMMUNITY_ACTION }}@github.com/zinggAI/zingg_community_performance_reports.git
6464 git config user.name sonalgoyal
6565 git config user.email sonalgoyal4@gmail.com
66- git add perf_test/perf_test_report/*.json
66+ git add perf_test/perf_test_report/*.json perf_test/perf_test_report/*.csv
6767 if git diff --cached --quiet; then
6868 echo "No changes to commit for perfTest-febrl120K."
6969 else
Original file line number Diff line number Diff line change 1515 INPUT : " zingg_community_performance_reports/perf_test/perfTestInput_ncVoters5M.json"
1616 steps :
1717 - name : checkout repo content
18- uses : actions/checkout@v3 # checkout the repository content to github runner.
18+ uses : actions/checkout@v4 # checkout the repository content to github runner.
1919 - name : Load Spark config
2020 id : cfg
2121 run : |
2525 echo "hadoop_version=$HADOOP_VERSION" >> "$GITHUB_OUTPUT"
2626 echo "spark_url=$SPARK_URL" >> "$GITHUB_OUTPUT"
2727 - name : setup python
28- uses : actions/setup-python@v4
28+ uses : actions/setup-python@v5
2929 with :
3030 python-version : 3.12.7 # install the python needed
3131 - uses : actions/setup-java@v4
6363 git remote set-url origin https://x-access-token:${{ secrets.GH_PERF_COMMUNITY_ACTION }}@github.com/zinggAI/zingg_community_performance_reports.git
6464 git config user.name sonalgoyal
6565 git config user.email sonalgoyal4@gmail.com
66- git add perf_test/perf_test_report/*.json
66+ git add perf_test/perf_test_report/*.json perf_test/perf_test_report/*.csv
6767 if git diff --cached --quiet; then
6868 echo "No changes to commit for perfTest-febrl120K."
6969 else
Original file line number Diff line number Diff line change 1616 contents : read
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v3
20- - uses : actions/setup-java@v3
19+ - uses : actions/checkout@v4
20+ - uses : actions/setup-java@v4
2121 with :
2222 distribution : ' temurin'
2323 java-version : ' 11'
You can’t perform that action at this time.
0 commit comments