Skip to content

Commit

Permalink
try full run
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Oct 17, 2024
1 parent 5e100e8 commit ed95911
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci_weekly_run_github_actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ concurrency:
cancel-in-progress: true

jobs:
selfdrive_tests:
uses: commaai/openpilot/.github/workflows/selfdrive_tests.yaml@master
with:
run_number: ${{ inputs.run_number }}
tools_tests:
uses: commaai/openpilot/.github/workflows/tools_tests.yaml@master
with:
Expand Down
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ node {
CI_ARTIFACTS_TOKEN="${env.CI_ARTIFACTS_TOKEN}"
}
sh '''#!/bin/bash
echo "$CI_ARTIFACTS_TOKEN"
# get crumb for CSRF
COOKIE_JAR=/tmp/cookies
CRUMB=$(curl --cookie-jar $COOKIE_JAR 'https://jenkins.comma.life/crumbIssuer/api/xml?xpath=concat(//crumbRequestField,":",//crumb)')
Expand Down

0 comments on commit ed95911

Please sign in to comment.