Skip to content

Commit

Permalink
CI: Get rid of info logs from jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Leonowicz <[email protected]>
  • Loading branch information
mleonowicz committed Sep 12, 2024
1 parent f3f4424 commit bdcf4f6
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ jobs:
uses: jlumbroso/free-disk-space@main
with:
swap-storage: false
- name: Print info
run: |
echo "USER: "$(whoami)
echo "PWD: "$(pwd)
echo "HOME: "$HOME
ls -la
- name: Checkout bazel-orfs
uses: actions/checkout@v4
- name: query target
Expand All @@ -83,12 +77,6 @@ jobs:
env:
DEBIAN_FRONTEND: "noninteractive"
steps:
- name: Print info
run: |
echo "USER: "$(whoami)
echo "PWD: "$(pwd)
echo "HOME: "$HOME
ls -la
- name: Checkout bazel-orfs
uses: actions/checkout@v4
- name: Build local stage targets - tag_array_64x184
Expand Down Expand Up @@ -129,12 +117,8 @@ jobs:
DEBIAN_FRONTEND: "noninteractive"
FLOW_HOME: /OpenROAD-flow-scripts/flow
steps:
- name: Print info and setup orfs
- name: orfs setup
run: |
echo "USER: "$(whoami)
echo "PWD: "$(pwd)
echo "HOME: "$HOME
ls -la
cd /OpenROAD-flow-scripts
echo "OpenROAD-flow-scripts SHA: "$(git rev-parse HEAD)
source ./env.sh
Expand Down

0 comments on commit bdcf4f6

Please sign in to comment.