File tree Expand file tree Collapse file tree 4 files changed +20
-17
lines changed Expand file tree Collapse file tree 4 files changed +20
-17
lines changed Original file line number Diff line number Diff line change 1818 uses : actions/checkout@v5
1919 with :
2020 path : ' ChimbukoVisualizationII'
21- ref : ' actions_unstable'
2221
2322 - name : Check out the PerformanceAnalysis repo
2423 uses : actions/checkout@v5
4443 - name : Pull chimbuko/chimbuko-spack-env docker image
4544 shell : bash
4645 run : |
47- docker pull ghcr.io/${{ github.repository_owner }}/chimbuko/chimbuko-spack-env:ubuntu18.04
46+ export OWNER_LOWER="$(\
47+ echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]'\
48+ )"
49+ docker pull ghcr.io/$OWNER_LOWER/chimbuko/chimbuko-spack-env:ubuntu18.04
4850 docker image tag \
49- ghcr.io/${{ github.repository_owner }} /chimbuko/chimbuko-spack-env:ubuntu18.04 \
51+ ghcr.io/$OWNER_LOWER /chimbuko/chimbuko-spack-env:ubuntu18.04 \
5052 chimbuko/chimbuko-spack-env:ubuntu18.04
5153
5254 - name : Build test environment image
6163 - name : Push chimbuko-spack-dev-ddb image
6264 shell : bash
6365 run : |
66+ export OWNER_LOWER="$(\
67+ echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]'\
68+ )"
6469 docker image tag chimbuko/chimbuko-spack-dev-ddb:ubuntu18.04 \
65- ghcr.io/${{ github.repository_owner }} /chimbuko/chimbuko-spack-dev-ddb:ubuntu18.04
66- docker image push ghcr.io/${{ github.repository_owner }} /chimbuko/chimbuko-spack-dev-ddb:ubuntu18.04
70+ ghcr.io/$OWNER_LOWER /chimbuko/chimbuko-spack-dev-ddb:ubuntu18.04
71+ docker image push ghcr.io/$OWNER_LOWER /chimbuko/chimbuko-spack-dev-ddb:ubuntu18.04
Original file line number Diff line number Diff line change 1818 uses : actions/checkout@v5
1919 with :
2020 path : ' ChimbukoVisualizationII'
21- ref : ' actions'
2221
2322 - name : Check out the PerformanceAnalysis repo
2423 uses : actions/checkout@v5
5352 - name : Push PerformanceAnalysis image
5453 shell : bash
5554 run : |
55+ export OWNER_LOWER="$(\
56+ echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]'\
57+ )"
5658 docker image tag chimbuko/chimbuko-spack-env:ubuntu18.04 \
57- ghcr.io/${{ github.repository_owner }} /chimbuko/chimbuko-spack-env:ubuntu18.04
58- docker image push ghcr.io/${{ github.repository_owner }} /chimbuko/chimbuko-spack-env:ubuntu18.04
59+ ghcr.io/$OWNER_LOWER /chimbuko/chimbuko-spack-env:ubuntu18.04
60+ docker image push ghcr.io/$OWNER_LOWER /chimbuko/chimbuko-spack-env:ubuntu18.04
Original file line number Diff line number Diff line change 1717 # Check out ChimubkoVisualizationII (CV2) repo.
1818 - name : Check out the CV2 repo
1919 uses : actions/checkout@v4
20- with :
21- ref : ' actions_unstable'
2220
2321 - name : Check out the PerformanceAnalysis repo
2422 uses : actions/checkout@v4
3028 - name : Pull chimbuko/chimbuko-spack-dev-ddb docker image
3129 shell : bash
3230 run : |
33- docker pull ghcr.io/${{ github.repository_owner }}/chimbuko/chimbuko-spack-dev-ddb:ubuntu18.04
31+ export OWNER_LOWER="$(\
32+ echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]'\
33+ )"
34+ docker pull ghcr.io/$OWNER_LOWER/chimbuko/chimbuko-spack-dev-ddb:ubuntu18.04
3435 docker image tag \
35- ghcr.io/${{ github.repository_owner }} /chimbuko/chimbuko-spack-dev-ddb:ubuntu18.04 \
36+ ghcr.io/$OWNER_LOWER /chimbuko/chimbuko-spack-dev-ddb:ubuntu18.04 \
3637 chimbuko/chimbuko-spack-dev-ddb:ubuntu18.04
3738
3839 - name : Run tests in container
4748 --volume $(pwd):$(pwd) \
4849 chimbuko/chimbuko-spack-dev-ddb:ubuntu18.04 \
4950 -c "$(pwd)/docker/e2e-test.sh"
50-
51-
Original file line number Diff line number Diff line change @@ -4,11 +4,8 @@ set -eux pipefail
44
55env
66
7- ls -halF $RUN_DIR
8-
97pushd $RUN_DIR
108git config --global --add safe.directory $RUN_DIR
11- git checkout actions_unstable
129
1310mkdir -p data/grid
1411ln -s /Downloads/repeat_1rank data/grid/
You can’t perform that action at this time.
0 commit comments