Skip to content

Commit

Permalink
Merge pull request #545 from tier4/sync-awf-latest
Browse files Browse the repository at this point in the history
chore: sync awf-latest
  • Loading branch information
tier4-autoware-private-bot[bot] authored Oct 4, 2022
2 parents d881eee + cb89dd1 commit 42d74cc
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
setup-dev-env.sh kenji.miyake@tier4.jp makoto.tokunaga@tier4.jp kotaro.hoshi@tier4.jp
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE/standard-change.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Related links

<!-- Write the links related to this PR. -->
<!-- Write the links related to this PR. Private links should be clearly marked as private, for example, '[FOO COMPANY INTERNAL LINK](https://example.com)'. -->

## Tests performed

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build-humble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
mkdir src
vcs import src < autoware.repos
- name: Run vcs export
run: |
vcs export --exact src || true
- name: Run rosdep install
run: |
sudo apt-get -y update
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
mkdir src
vcs import src < autoware.repos
- name: Run vcs export
run: |
vcs export --exact src || true
- name: Run rosdep install
run: |
sudo apt-get -y update
Expand Down
26 changes: 26 additions & 0 deletions .github/workflows/slack-send.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: slack-send
on:
workflow_run:
workflows:
- build-main
- build-humble
types:
- completed

jobs:
on-failure:
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3

- name: Send to Slack workflow
uses: slackapi/slack-github-action@v1
with:
payload: |
{
"workflow-url": "${{ github.event.workflow_run.html_url }}"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WORKFLOW_WEBHOOK_URL }}
4 changes: 4 additions & 0 deletions .github/workflows/vcs-import.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
mkdir src
vcs import src < autoware.repos
- name: Run vcs export
run: |
vcs export --exact src || true
- name: Run rosdep install
run: |
sudo apt-get -y update
Expand Down
2 changes: 1 addition & 1 deletion .webauto-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ simulations:
autoware_launch_package: autoware_launch
autoware_launch_file: planning_simulator.launch.xml
architecture_type: awf/universe
initialize_duration: "45"
initialize_duration: "90"

- name: log_sim_v2
type: log_sim_v2
Expand Down

0 comments on commit 42d74cc

Please sign in to comment.