Skip to content

Commit

Permalink
[DO NOT MERGE] Enable dist-x86_64-linux with tests on PR CI
Browse files Browse the repository at this point in the history
a
  • Loading branch information
Urgau committed Oct 23, 2023
1 parent 0691c06 commit a6868c6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
- name: x86_64-gnu-llvm-15
os: ubuntu-20.04-16core-64gb
env: {}
- name: dist-x86_64-linux
env:
PR_CI_JOB: 0
os: ubuntu-20.04-16core-64gb
- name: x86_64-gnu-tools
os: ubuntu-20.04-16core-64gb
env: {}
Expand Down
6 changes: 6 additions & 0 deletions src/ci/github-actions/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,12 @@ jobs:
- name: x86_64-gnu-llvm-15
<<: *job-linux-16c

- &dist-x86_64-linux
name: dist-x86_64-linux
env:
PR_CI_JOB: 0
<<: *job-linux-16c

- name: x86_64-gnu-tools
<<: *job-linux-16c

Expand Down
5 changes: 3 additions & 2 deletions src/ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ source "$ci_dir/shared.sh"

export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse

if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try || isCiBranch try-perf || \
isCiBranch automation/bors/try; then
# if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try || isCiBranch try-perf || \
# isCiBranch automation/bors/try; then
if true; then
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set build.print-step-timings --enable-verbose-tests"
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set build.metrics"
HAS_METRICS=1
Expand Down

0 comments on commit a6868c6

Please sign in to comment.