diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 21eaae0ccb..380a20b892 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -35,8 +35,9 @@ jobs: steps: - id: get_build_number - run: echo "LATEST_BUILD_NUMBER=$(wget -qO- 'http://rocm-ci.amd.com/job/compute-rocm-dkms-component-staging-profiler/lastSuccessfulBuild/buildNumber')" >> $GITHUB_OUTPUT + run: echo "LATEST_BUILD_NUMBER=581" >> $GITHUB_OUTPUT + # run: echo "LATEST_BUILD_NUMBER=$(wget -qO- 'http://rocm-ci.amd.com/job/compute-rocm-dkms-component-staging-profiler/lastSuccessfulBuild/buildNumber')" >> $GITHUB_OUTPUT # Changed job name from mi200-ubuntu to vega20-ubuntu # TODO: Change it back when re-enabling on mi200 vega20-ubuntu: